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