| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| [[package]] |
| name = "CoreFoundation-sys" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0e9889e6db118d49d88d84728d0e964d973a5680befb5f85f55141beea5c20b" |
| dependencies = [ |
| "libc", |
| "mach 0.1.2", |
| ] |
| |
| [[package]] |
| name = "IOKit-sys" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99696c398cbaf669d2368076bdb3d627fb0ce51a26899d7c61228c5c0af3bf4a" |
| dependencies = [ |
| "CoreFoundation-sys", |
| "libc", |
| "mach 0.1.2", |
| ] |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" |
| dependencies = [ |
| "gimli", |
| ] |
| |
| [[package]] |
| name = "adler" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "0.7.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "android_system_properties" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "ansi_term" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.64" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" |
| dependencies = [ |
| "backtrace", |
| ] |
| |
| [[package]] |
| name = "atty" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78" |
| dependencies = [ |
| "autocfg 1.1.0", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.66" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" |
| dependencies = [ |
| "addr2line", |
| "cc", |
| "cfg-if 1.0.0", |
| "libc", |
| "miniz_oxide", |
| "object 0.29.0", |
| "rustc-demangle", |
| ] |
| |
| [[package]] |
| name = "base64ct" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6b4d9b1225d28d360ec6a231d65af1fd99a2a095154c8040689617290569c5c" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "block-buffer" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
| |
| [[package]] |
| name = "cargo_raze_deps" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "bitflags", |
| "byteorder", |
| "chrono", |
| "deser-hjson", |
| "directories", |
| "env_logger", |
| "erased-serde", |
| "hex", |
| "humantime", |
| "indicatif", |
| "lazy_static", |
| "log", |
| "memoffset", |
| "mio", |
| "mio-signals", |
| "nix 0.17.0", |
| "num-bigint-dig", |
| "num-traits", |
| "num_enum", |
| "object 0.25.3", |
| "proc-macro-error", |
| "proc-macro2 1.0.43", |
| "quote 1.0.21", |
| "rand", |
| "raw_tty", |
| "regex", |
| "rsa", |
| "rusb", |
| "serde", |
| "serde_json", |
| "serialport", |
| "sha2", |
| "shellwords", |
| "structopt", |
| "syn 1.0.99", |
| "tempfile", |
| "thiserror", |
| "typetag", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.73" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" |
| dependencies = [ |
| "iana-time-zone", |
| "js-sys", |
| "num-integer", |
| "num-traits", |
| "time", |
| "wasm-bindgen", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "2.34.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
| dependencies = [ |
| "ansi_term", |
| "atty", |
| "bitflags", |
| "strsim", |
| "textwrap", |
| "unicode-width", |
| "vec_map", |
| ] |
| |
| [[package]] |
| name = "console" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847" |
| dependencies = [ |
| "encode_unicode", |
| "libc", |
| "once_cell", |
| "terminal_size", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "const-oid" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d6f2aa4d0537bcc1c74df8755072bd31c1ef1a3a1b85a68e8404a8c353b7b8b" |
| |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| ] |
| |
| [[package]] |
| name = "crypto-bigint" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f83bd3bb4314701c568e340cd8cf78c975aa0ca79e03d3f6d1677d5b0c9c0c03" |
| dependencies = [ |
| "generic-array", |
| "rand_core", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "crypto-common" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| dependencies = [ |
| "generic-array", |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "ctor" |
| version = "0.1.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb" |
| dependencies = [ |
| "quote 1.0.21", |
| "syn 1.0.99", |
| ] |
| |
| [[package]] |
| name = "der" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79b71cca7d95d7681a4b3b9cdf63c8dbc3730d0584c2c74e31416d64a90493f4" |
| dependencies = [ |
| "const-oid", |
| "crypto-bigint", |
| ] |
| |
| [[package]] |
| name = "derive_more" |
| version = "0.14.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839" |
| dependencies = [ |
| "proc-macro2 0.4.30", |
| "quote 0.6.13", |
| "rustc_version", |
| "syn 0.15.44", |
| ] |
| |
| [[package]] |
| name = "deser-hjson" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f486ff51f3ecdf9364736375a4b358b6eb9f02555d5324fa4837c00b5aa23f5" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "digest" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "digest" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" |
| dependencies = [ |
| "block-buffer", |
| "crypto-common", |
| ] |
| |
| [[package]] |
| name = "directories" |
| version = "4.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210" |
| dependencies = [ |
| "dirs-sys", |
| ] |
| |
| [[package]] |
| name = "dirs-sys" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" |
| dependencies = [ |
| "libc", |
| "redox_users", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "encode_unicode" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" |
| dependencies = [ |
| "atty", |
| "humantime", |
| "log", |
| "regex", |
| "termcolor", |
| ] |
| |
| [[package]] |
| name = "erased-serde" |
| version = "0.3.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54558e0ba96fbe24280072642eceb9d7d442e32c7ec0ea9e7ecd7b4ea2cf4e11" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "fastrand" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" |
| dependencies = [ |
| "instant", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.0.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.14.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" |
| dependencies = [ |
| "typenum", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "libc", |
| "wasi 0.11.0+wasi-snapshot-preview1", |
| ] |
| |
| [[package]] |
| name = "ghost" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb19fe8de3ea0920d282f7b77dd4227aea6b8b999b42cdf0ca41b2472b14443a" |
| dependencies = [ |
| "proc-macro2 1.0.43", |
| "quote 1.0.21", |
| "syn 1.0.99", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.26.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" |
| |
| [[package]] |
| name = "heck" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" |
| dependencies = [ |
| "unicode-segmentation", |
| ] |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| |
| [[package]] |
| name = "humantime" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
| |
| [[package]] |
| name = "iana-time-zone" |
| version = "0.1.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c495f162af0bf17656d0014a0eded5f3cd2f365fdd204548c2869db89359dc7" |
| dependencies = [ |
| "android_system_properties", |
| "core-foundation-sys", |
| "js-sys", |
| "once_cell", |
| "wasm-bindgen", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "indicatif" |
| version = "0.16.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b" |
| dependencies = [ |
| "console", |
| "lazy_static", |
| "number_prefix", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "instant" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| ] |
| |
| [[package]] |
| name = "inventory" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84344c6e0b90a9e2b6f3f9abe5cc74402684e348df7b32adca28747e0cef091a" |
| dependencies = [ |
| "ctor", |
| "ghost", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.60" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" |
| dependencies = [ |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| dependencies = [ |
| "spin", |
| ] |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.132" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565" |
| |
| [[package]] |
| name = "libudev" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78b324152da65df7bb95acfcaab55e3097ceaab02fb19b228a9eb74d55f135e0" |
| dependencies = [ |
| "libc", |
| "libudev-sys", |
| ] |
| |
| [[package]] |
| name = "libudev-sys" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324" |
| dependencies = [ |
| "libc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libusb1-sys" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e22e89d08bbe6816c6c5d446203b859eba35b8fa94bf1b7edb2f6d25d43f023f" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| "vcpkg", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| ] |
| |
| [[package]] |
| name = "mach" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fd13ee2dd61cc82833ba05ade5a30bb3d63f7ced605ef827063c63078302de9" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "mach" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" |
| dependencies = [ |
| "autocfg 1.1.0", |
| ] |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34" |
| dependencies = [ |
| "adler", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "0.7.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" |
| dependencies = [ |
| "libc", |
| "log", |
| "miow", |
| "ntapi", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "mio-signals" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "119701964987706f4147cff32b09ae64019be6417a90fda6f96cfac0348e8b79" |
| dependencies = [ |
| "libc", |
| "log", |
| "mio", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "nix" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363" |
| dependencies = [ |
| "bitflags", |
| "cc", |
| "cfg-if 0.1.10", |
| "libc", |
| "void", |
| ] |
| |
| [[package]] |
| name = "nix" |
| version = "0.24.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc" |
| dependencies = [ |
| "bitflags", |
| "cfg-if 1.0.0", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "ntapi" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "num-bigint-dig" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480" |
| dependencies = [ |
| "autocfg 0.1.8", |
| "byteorder", |
| "lazy_static", |
| "libm", |
| "num-integer", |
| "num-iter", |
| "num-traits", |
| "rand", |
| "serde", |
| "smallvec", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "num-integer" |
| version = "0.1.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
| dependencies = [ |
| "autocfg 1.1.0", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-iter" |
| version = "0.1.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" |
| dependencies = [ |
| "autocfg 1.1.0", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" |
| dependencies = [ |
| "autocfg 1.1.0", |
| "libm", |
| ] |
| |
| [[package]] |
| name = "num_enum" |
| version = "0.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9" |
| dependencies = [ |
| "num_enum_derive", |
| ] |
| |
| [[package]] |
| name = "num_enum_derive" |
| version = "0.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce" |
| dependencies = [ |
| "proc-macro-crate", |
| "proc-macro2 1.0.43", |
| "quote 1.0.21", |
| "syn 1.0.99", |
| ] |
| |
| [[package]] |
| name = "number_prefix" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
| |
| [[package]] |
| name = "object" |
| version = "0.25.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a38f2be3697a57b4060074ff41b44c16870d916ad7877c17696e063257482bc7" |
| dependencies = [ |
| "flate2", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0" |
| |
| [[package]] |
| name = "pem-rfc7468" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84e93a3b1cc0510b03020f33f21e62acdde3dcaef432edc95bea377fbd4c2cd4" |
| dependencies = [ |
| "base64ct", |
| ] |
| |
| [[package]] |
| name = "pkcs1" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "116bee8279d783c0cf370efa1a94632f2108e5ef0bb32df31f051647810a4e2c" |
| dependencies = [ |
| "der", |
| "pem-rfc7468", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "pkcs8" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee3ef9b64d26bad0536099c816c6734379e45bbd5f14798def6809e5cc350447" |
| dependencies = [ |
| "der", |
| "pem-rfc7468", |
| "pkcs1", |
| "spki", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" |
| |
| [[package]] |
| name = "proc-macro-crate" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9" |
| dependencies = [ |
| "once_cell", |
| "thiserror", |
| "toml", |
| ] |
| |
| [[package]] |
| name = "proc-macro-error" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| dependencies = [ |
| "proc-macro-error-attr", |
| "proc-macro2 1.0.43", |
| "quote 1.0.21", |
| "syn 1.0.99", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "proc-macro-error-attr" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| dependencies = [ |
| "proc-macro2 1.0.43", |
| "quote 1.0.21", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "0.4.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
| dependencies = [ |
| "unicode-xid 0.1.0", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "0.6.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
| dependencies = [ |
| "proc-macro2 0.4.30", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" |
| dependencies = [ |
| "proc-macro2 1.0.43", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| dependencies = [ |
| "libc", |
| "rand_chacha", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" |
| dependencies = [ |
| "getrandom", |
| ] |
| |
| [[package]] |
| name = "raw_tty" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51f512d7504049ef0d3f5d48d8aa5129beaea4fccfaf5c500c9b60101394f8b1" |
| dependencies = [ |
| "derive_more", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
| dependencies = [ |
| "bitflags", |
| ] |
| |
| [[package]] |
| name = "redox_users" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" |
| dependencies = [ |
| "getrandom", |
| "redox_syscall", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" |
| |
| [[package]] |
| name = "remove_dir_all" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rsa" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e05c2603e2823634ab331437001b411b9ed11660fbc4066f3908c84a9439260d" |
| dependencies = [ |
| "byteorder", |
| "digest 0.9.0", |
| "lazy_static", |
| "num-bigint-dig", |
| "num-integer", |
| "num-iter", |
| "num-traits", |
| "pkcs1", |
| "pkcs8", |
| "rand", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rusb" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9a5084628cc5be77b1c750b3e5ee0cc519d2f2491b3f06b78b3aac3328b00ad" |
| dependencies = [ |
| "libc", |
| "libusb1-sys", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" |
| |
| [[package]] |
| name = "semver" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
| dependencies = [ |
| "semver-parser", |
| ] |
| |
| [[package]] |
| name = "semver-parser" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.144" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.144" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00" |
| dependencies = [ |
| "proc-macro2 1.0.43", |
| "quote 1.0.21", |
| "syn 1.0.99", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.85" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" |
| dependencies = [ |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serialport" |
| version = "4.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aab92efb5cf60ad310548bc3f16fa6b0d950019cb7ed8ff41968c3d03721cf12" |
| dependencies = [ |
| "CoreFoundation-sys", |
| "IOKit-sys", |
| "bitflags", |
| "cfg-if 1.0.0", |
| "libudev", |
| "mach 0.3.2", |
| "nix 0.24.2", |
| "regex", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf9db03534dff993187064c4e0c05a5708d2a9728ace9a8959b77bedf415dac5" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "cpufeatures", |
| "digest 0.10.3", |
| ] |
| |
| [[package]] |
| name = "shellwords" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89e515aa4699a88148ed5ef96413ceef0048ce95b43fbc955a33bde0a70fcae6" |
| dependencies = [ |
| "lazy_static", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" |
| |
| [[package]] |
| name = "spin" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
| |
| [[package]] |
| name = "spki" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c01a0c15da1b0b0e1494112e7af814a678fec9bd157881b49beac661e9b6f32" |
| dependencies = [ |
| "der", |
| ] |
| |
| [[package]] |
| name = "strsim" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
| |
| [[package]] |
| name = "structopt" |
| version = "0.3.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10" |
| dependencies = [ |
| "clap", |
| "lazy_static", |
| "structopt-derive", |
| ] |
| |
| [[package]] |
| name = "structopt-derive" |
| version = "0.4.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" |
| dependencies = [ |
| "heck", |
| "proc-macro-error", |
| "proc-macro2 1.0.43", |
| "quote 1.0.21", |
| "syn 1.0.99", |
| ] |
| |
| [[package]] |
| name = "subtle" |
| version = "2.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" |
| |
| [[package]] |
| name = "syn" |
| version = "0.15.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
| dependencies = [ |
| "proc-macro2 0.4.30", |
| "quote 0.6.13", |
| "unicode-xid 0.1.0", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.99" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" |
| dependencies = [ |
| "proc-macro2 1.0.43", |
| "quote 1.0.21", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.12.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" |
| dependencies = [ |
| "proc-macro2 1.0.43", |
| "quote 1.0.21", |
| "syn 1.0.99", |
| "unicode-xid 0.2.3", |
| ] |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "fastrand", |
| "libc", |
| "redox_syscall", |
| "remove_dir_all", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "terminal_size" |
| version = "0.1.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" |
| dependencies = [ |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "textwrap" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
| dependencies = [ |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487" |
| dependencies = [ |
| "proc-macro2 1.0.43", |
| "quote 1.0.21", |
| "syn 1.0.99", |
| ] |
| |
| [[package]] |
| name = "time" |
| version = "0.1.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
| dependencies = [ |
| "libc", |
| "wasi 0.10.0+wasi-snapshot-preview1", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.5.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "typenum" |
| version = "1.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" |
| |
| [[package]] |
| name = "typetag" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4080564c5b2241b5bff53ab610082234e0c57b0417f4bd10596f183001505b8a" |
| dependencies = [ |
| "erased-serde", |
| "inventory", |
| "once_cell", |
| "serde", |
| "typetag-impl", |
| ] |
| |
| [[package]] |
| name = "typetag-impl" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e60147782cc30833c05fba3bab1d9b5771b2685a2557672ac96fa5d154099c0e" |
| dependencies = [ |
| "proc-macro2 1.0.43", |
| "quote 1.0.21", |
| "syn 1.0.99", |
| ] |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" |
| |
| [[package]] |
| name = "vcpkg" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| |
| [[package]] |
| name = "vec_map" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| |
| [[package]] |
| name = "void" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
| |
| [[package]] |
| name = "wasi" |
| version = "0.10.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.83" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" |
| dependencies = [ |
| "cfg-if 1.0.0", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.83" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" |
| dependencies = [ |
| "bumpalo", |
| "log", |
| "once_cell", |
| "proc-macro2 1.0.43", |
| "quote 1.0.21", |
| "syn 1.0.99", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.83" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" |
| dependencies = [ |
| "quote 1.0.21", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.83" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" |
| dependencies = [ |
| "proc-macro2 1.0.43", |
| "quote 1.0.21", |
| "syn 1.0.99", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.83" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e59ec1d2457bd6c0dd89b50e7d9d6b0b647809bf3f0a59ac85557046950b7b2" |
| dependencies = [ |
| "byteorder", |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0fbc82b82efe24da867ee52e015e58178684bd9dd64c34e66bdf21da2582a9f" |
| dependencies = [ |
| "proc-macro2 1.0.43", |
| "syn 1.0.99", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zeroize" |
| version = "1.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619" |
| dependencies = [ |
| "zeroize_derive", |
| ] |
| |
| [[package]] |
| name = "zeroize_derive" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17" |
| dependencies = [ |
| "proc-macro2 1.0.43", |
| "quote 1.0.21", |
| "syn 1.0.99", |
| "synstructure", |
| ] |