1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aho-corasick" 7version = "0.7.15" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "ansi_term" 16version = "0.11.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 19dependencies = [ 20 "winapi", 21] 22 23[[package]] 24name = "atty" 25version = "0.2.14" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 28dependencies = [ 29 "hermit-abi", 30 "libc", 31 "winapi", 32] 33 34[[package]] 35name = "bindgen" 36version = "0.58.1" 37dependencies = [ 38 "bitflags", 39 "cexpr", 40 "clang-sys", 41 "clap", 42 "diff", 43 "env_logger", 44 "lazy_static", 45 "lazycell", 46 "log", 47 "peeking_take_while", 48 "proc-macro2", 49 "quote", 50 "regex", 51 "rustc-hash", 52 "shlex", 53 "which", 54] 55 56[[package]] 57name = "bitflags" 58version = "1.2.1" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 61 62[[package]] 63name = "cexpr" 64version = "0.4.0" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27" 67dependencies = [ 68 "nom", 69] 70 71[[package]] 72name = "cfg-if" 73version = "0.1.10" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 76 77[[package]] 78name = "cfg-if" 79version = "1.0.0" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 82 83[[package]] 84name = "clang-sys" 85version = "1.0.3" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "0659001ab56b791be01d4b729c44376edc6718cf389a502e579b77b758f3296c" 88dependencies = [ 89 "glob", 90 "libc", 91 "libloading", 92] 93 94[[package]] 95name = "clap" 96version = "2.33.3" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" 99dependencies = [ 100 "ansi_term", 101 "atty", 102 "bitflags", 103 "strsim", 104 "textwrap", 105 "unicode-width", 106 "vec_map", 107] 108 109[[package]] 110name = "diff" 111version = "0.1.12" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" 114 115[[package]] 116name = "env_logger" 117version = "0.8.1" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "54532e3223c5af90a6a757c90b5c5521564b07e5e7a958681bcd2afad421cdcd" 120dependencies = [ 121 "atty", 122 "humantime", 123 "log", 124 "regex", 125 "termcolor", 126] 127 128[[package]] 129name = "glob" 130version = "0.3.0" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 133 134[[package]] 135name = "hermit-abi" 136version = "0.1.17" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" 139dependencies = [ 140 "libc", 141] 142 143[[package]] 144name = "humantime" 145version = "2.0.1" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" 148 149[[package]] 150name = "lazy_static" 151version = "1.4.0" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 154 155[[package]] 156name = "lazycell" 157version = "1.3.0" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 160 161[[package]] 162name = "libc" 163version = "0.2.80" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614" 166 167[[package]] 168name = "libloading" 169version = "0.6.5" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "1090080fe06ec2648d0da3881d9453d97e71a45f00eb179af7fdd7e3f686fdb0" 172dependencies = [ 173 "cfg-if 1.0.0", 174 "winapi", 175] 176 177[[package]] 178name = "log" 179version = "0.4.11" 180source = "registry+https://github.com/rust-lang/crates.io-index" 181checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" 182dependencies = [ 183 "cfg-if 0.1.10", 184] 185 186[[package]] 187name = "memchr" 188version = "2.3.4" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" 191 192[[package]] 193name = "nom" 194version = "5.1.2" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af" 197dependencies = [ 198 "memchr", 199 "version_check", 200] 201 202[[package]] 203name = "peeking_take_while" 204version = "0.1.2" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 207 208[[package]] 209name = "proc-macro2" 210version = "1.0.24" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" 213dependencies = [ 214 "unicode-xid", 215] 216 217[[package]] 218name = "quote" 219version = "1.0.7" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" 222dependencies = [ 223 "proc-macro2", 224] 225 226[[package]] 227name = "regex" 228version = "1.4.2" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" 231dependencies = [ 232 "aho-corasick", 233 "memchr", 234 "regex-syntax", 235 "thread_local", 236] 237 238[[package]] 239name = "regex-syntax" 240version = "0.6.21" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" 243 244[[package]] 245name = "rustc-hash" 246version = "1.1.0" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 249 250[[package]] 251name = "shlex" 252version = "1.0.0" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d" 255 256[[package]] 257name = "strsim" 258version = "0.8.0" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 261 262[[package]] 263name = "termcolor" 264version = "1.1.0" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" 267dependencies = [ 268 "winapi-util", 269] 270 271[[package]] 272name = "textwrap" 273version = "0.11.0" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 276dependencies = [ 277 "unicode-width", 278] 279 280[[package]] 281name = "thread_local" 282version = "1.0.1" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" 285dependencies = [ 286 "lazy_static", 287] 288 289[[package]] 290name = "unicode-width" 291version = "0.1.8" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 294 295[[package]] 296name = "unicode-xid" 297version = "0.2.1" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" 300 301[[package]] 302name = "vec_map" 303version = "0.8.2" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 306 307[[package]] 308name = "version_check" 309version = "0.9.2" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" 312 313[[package]] 314name = "which" 315version = "3.1.1" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724" 318dependencies = [ 319 "libc", 320] 321 322[[package]] 323name = "winapi" 324version = "0.3.9" 325source = "registry+https://github.com/rust-lang/crates.io-index" 326checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 327dependencies = [ 328 "winapi-i686-pc-windows-gnu", 329 "winapi-x86_64-pc-windows-gnu", 330] 331 332[[package]] 333name = "winapi-i686-pc-windows-gnu" 334version = "0.4.0" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 337 338[[package]] 339name = "winapi-util" 340version = "0.1.5" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 343dependencies = [ 344 "winapi", 345] 346 347[[package]] 348name = "winapi-x86_64-pc-windows-gnu" 349version = "0.4.0" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 352