1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00
electrs/Cargo.lock

1138 lines
28 KiB
Plaintext
Raw Normal View History

2019-04-29 09:25:53 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2018-09-27 18:55:01 +02:00
[[package]]
name = "aho-corasick"
2021-05-20 13:03:54 +02:00
version = "0.7.18"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 13:03:54 +02:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2018-09-27 18:55:01 +02:00
dependencies = [
"memchr",
2018-09-27 18:55:01 +02:00
]
[[package]]
2021-03-26 09:05:58 +01:00
name = "anyhow"
version = "1.0.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c91f1f46651137be86f3a2b9a8359f9ab421d04d941c62b5982e1ca21113adf9"
2018-09-27 18:55:01 +02:00
[[package]]
name = "ascii"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbf56136a5198c7b01a49e3afcbef6cf84597273d298f54432926024107b0109"
2018-09-27 18:55:01 +02:00
[[package]]
name = "atty"
2021-03-26 09:05:58 +01:00
version = "0.2.14"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 09:05:58 +01:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2018-09-27 18:55:01 +02:00
dependencies = [
2021-03-26 09:05:58 +01:00
"hermit-abi",
"libc",
2021-03-26 09:05:58 +01:00
"winapi",
2018-09-27 18:55:01 +02:00
]
[[package]]
2021-03-26 09:05:58 +01:00
name = "autocfg"
version = "1.0.1"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 09:05:58 +01:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2018-09-27 18:55:01 +02:00
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2018-09-27 18:55:01 +02:00
[[package]]
name = "bech32"
version = "0.9.1"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
2018-09-27 18:55:01 +02:00
[[package]]
name = "bindgen"
2021-05-20 17:20:14 +02:00
version = "0.55.1"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 17:20:14 +02:00
checksum = "75b13ce559e6433d360c26305643803cb52cfbabbc2b9c47ce04a58493dfb443"
2018-09-27 18:55:01 +02:00
dependencies = [
"bitflags",
"cexpr",
2021-05-20 17:20:14 +02:00
"cfg-if 0.1.10",
"clang-sys",
2021-03-26 09:05:58 +01:00
"lazy_static",
"lazycell",
"peeking_take_while",
2021-03-26 09:05:58 +01:00
"proc-macro2",
"quote",
"regex",
2021-03-26 09:05:58 +01:00
"rustc-hash",
"shlex",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "bitcoin"
version = "0.30.0"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b36f4c848f6bd9ff208128f08751135846cc23ae57d66ab10a22efff1c675f3c"
2018-09-27 18:55:01 +02:00
dependencies = [
"bech32",
"bitcoin-private",
"bitcoin_hashes",
"hex_lit",
"secp256k1",
"serde",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "bitcoin-private"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73290177011694f38ec25e165d0387ab7ea749a4b81cd4c80dae5988229f7a57"
2019-03-02 20:07:37 +01:00
[[package]]
name = "bitcoin_hashes"
version = "0.12.0"
2019-03-02 20:07:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d7066118b13d4b20b23645932dfb3a81ce7e29f95726c2036fa33cd7b092501"
2019-03-02 20:07:37 +01:00
dependencies = [
"bitcoin-private",
"serde",
2019-03-02 20:07:37 +01:00
]
2021-03-26 09:05:58 +01:00
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "byteorder"
2021-05-20 13:03:54 +02:00
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 13:03:54 +02:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2018-09-27 18:55:01 +02:00
[[package]]
name = "cargo_toml"
version = "0.12.0"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aecd74f843e919090741163a59948751f6f57b5a9b3d7a4a4d278e17b6a16cf"
dependencies = [
"serde",
2021-03-26 09:05:58 +01:00
"toml",
]
2018-09-27 18:55:01 +02:00
[[package]]
name = "cc"
version = "1.0.71"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
2018-09-27 18:55:01 +02:00
dependencies = [
2020-09-18 20:07:07 +02:00
"jobserver",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "cexpr"
2021-03-26 09:05:58 +01:00
version = "0.4.0"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 09:05:58 +01:00
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
2018-09-27 18:55:01 +02:00
dependencies = [
"nom",
2018-09-27 18:55:01 +02:00
]
2021-05-20 17:20:14 +02:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-09-27 18:55:01 +02:00
[[package]]
2021-03-26 09:05:58 +01:00
name = "cfg-if"
version = "1.0.0"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 09:05:58 +01:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2018-09-27 18:55:01 +02:00
[[package]]
name = "chunked_transfer"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
2018-09-27 18:55:01 +02:00
[[package]]
name = "clang-sys"
version = "1.2.1"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81cf2cc85830eae84823884db23c5306442a6c3d5bfd3beb2f2a2c829faa1816"
2018-09-27 18:55:01 +02:00
dependencies = [
2021-03-26 09:05:58 +01:00
"glob",
"libc",
"libloading",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "configure_me"
2021-03-26 09:05:58 +01:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 09:05:58 +01:00
checksum = "d03c1fbdead926855bdafee8ddf16cd42efb3c75d8cde8c87f8937b99510b39d"
dependencies = [
"parse_arg",
"serde",
"serde_derive",
2021-03-26 09:05:58 +01:00
"toml",
]
[[package]]
name = "configure_me_codegen"
version = "0.4.4"
2019-09-06 23:03:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad4bfdee5b1410b1d3b4239172e6f4573d2d47a14a11cd397dac083233dbe3e3"
dependencies = [
"cargo_toml",
"fmt2io",
"serde",
"serde_derive",
2021-03-26 09:05:58 +01:00
"toml",
"unicode-segmentation",
"void",
]
[[package]]
name = "crc32fast"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
dependencies = [
2021-05-20 17:20:14 +02:00
"cfg-if 1.0.0",
2021-03-26 09:05:58 +01:00
"crossbeam-utils",
]
2018-09-27 18:55:01 +02:00
[[package]]
2021-03-26 09:05:58 +01:00
name = "crossbeam-deque"
version = "0.8.1"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
2018-09-27 18:55:01 +02:00
dependencies = [
2021-05-20 17:20:14 +02:00
"cfg-if 1.0.0",
2021-03-26 09:05:58 +01:00
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2021-05-31 20:35:48 +02:00
version = "0.9.5"
2021-03-26 09:05:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-31 20:35:48 +02:00
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
2021-03-26 09:05:58 +01:00
dependencies = [
2021-05-20 17:20:14 +02:00
"cfg-if 1.0.0",
2021-03-26 09:05:58 +01:00
"crossbeam-utils",
"lazy_static",
"memoffset",
"scopeguard",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "crossbeam-utils"
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
dependencies = [
2021-05-20 17:20:14 +02:00
"cfg-if 1.0.0",
2021-03-26 09:05:58 +01:00
"lazy_static",
]
2018-09-27 18:55:01 +02:00
[[package]]
2021-03-26 09:05:58 +01:00
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
2021-05-20 17:20:14 +02:00
"cfg-if 1.0.0",
2021-03-26 09:05:58 +01:00
"dirs-sys-next",
]
[[package]]
name = "dirs-sys-next"
2021-05-20 13:03:54 +02:00
version = "0.1.2"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 13:03:54 +02:00
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
2018-09-27 18:55:01 +02:00
dependencies = [
"libc",
"redox_users",
2021-03-26 09:05:58 +01:00
"winapi",
2018-09-27 18:55:01 +02:00
]
2021-03-26 09:05:58 +01:00
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2018-09-27 18:55:01 +02:00
[[package]]
name = "electrs"
2023-03-30 20:11:23 +02:00
version = "0.9.13"
2018-09-27 18:55:01 +02:00
dependencies = [
2021-03-26 09:05:58 +01:00
"anyhow",
"bitcoin",
"configure_me",
"configure_me_codegen",
2020-09-18 20:07:07 +02:00
"crossbeam-channel",
2021-03-26 09:05:58 +01:00
"dirs-next",
"electrs-bitcoincore-rpc",
2021-09-18 08:01:29 +02:00
"electrs-rocksdb",
2021-03-26 09:05:58 +01:00
"env_logger",
"hex_lit",
"log",
"parking_lot",
"prometheus",
2021-03-26 09:05:58 +01:00
"rayon",
"serde",
"serde_derive",
"serde_json",
"signal-hook",
"tempfile",
"tiny_http",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "electrs-bitcoincore-rpc"
version = "0.17.0-e3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaf7b2057d11c3e4313cd0934f71383956f33433828e8a3cd0c8284b4a61fdd8"
dependencies = [
"bitcoin-private",
"electrs-bitcoincore-rpc-json",
"jsonrpc",
"log",
"serde",
"serde_json",
]
[[package]]
name = "electrs-bitcoincore-rpc-json"
version = "0.17.0-e3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a4aae914a774c9b5dcff9c21bdb39557e61e7970f56729db1de5002eb83085"
dependencies = [
"bitcoin",
"bitcoin-private",
"serde",
"serde_json",
]
2021-09-18 08:01:29 +02:00
[[package]]
name = "electrs-librocksdb-sys"
version = "6.11.4-e3"
2021-09-18 08:01:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c06cbfab3edbe7071fbe74ceee37a62d826ae6ec326b817af9bd7f4d9f778a0"
2021-09-18 08:01:29 +02:00
dependencies = [
"bindgen",
"cc",
"glob",
"libc",
]
[[package]]
name = "electrs-rocksdb"
version = "0.15.0-e3"
2021-09-18 08:01:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7bb0248e38368eef3496bea45e894d75e803860fa09c145d61325018d09db7a"
2021-09-18 08:01:29 +02:00
dependencies = [
"electrs-librocksdb-sys",
"libc",
]
2018-09-27 18:55:01 +02:00
[[package]]
name = "env_logger"
version = "0.9.3"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
2018-09-27 18:55:01 +02:00
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "fastrand"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
dependencies = [
"instant",
]
[[package]]
name = "flate2"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
dependencies = [
"cfg-if 1.0.0",
"crc32fast",
"libc",
"miniz_oxide",
]
[[package]]
name = "fmt2io"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9db8691f0820ad11ce6eb94057d0dd9c456500da04da0c12a85c90d6f979cc9"
2018-09-27 18:55:01 +02:00
[[package]]
name = "fnv"
version = "1.0.7"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2018-09-27 18:55:01 +02:00
[[package]]
name = "getrandom"
2021-05-20 13:03:54 +02:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 13:03:54 +02:00
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
dependencies = [
2021-05-20 17:20:14 +02:00
"cfg-if 1.0.0",
"libc",
2021-05-20 13:03:54 +02:00
"wasi",
]
2019-03-28 14:10:45 +01:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2019-03-28 14:10:45 +01:00
[[package]]
2021-03-26 09:05:58 +01:00
name = "hermit-abi"
2021-06-25 17:12:27 +02:00
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-25 17:12:27 +02:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
2021-03-26 09:05:58 +01:00
"libc",
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hex_lit"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd"
2018-09-27 18:55:01 +02:00
[[package]]
name = "httpdate"
version = "1.0.2"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2018-09-27 18:55:01 +02:00
[[package]]
name = "humantime"
version = "2.1.0"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2018-09-27 18:55:01 +02:00
2021-03-26 09:05:58 +01:00
[[package]]
name = "instant"
2021-10-31 07:48:44 +01:00
version = "0.1.12"
2021-03-26 09:05:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-31 07:48:44 +01:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-03-26 09:05:58 +01:00
dependencies = [
2021-05-20 17:20:14 +02:00
"cfg-if 1.0.0",
2021-03-26 09:05:58 +01:00
]
[[package]]
name = "io-lifetimes"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
dependencies = [
"libc",
"windows-sys 0.45.0",
]
2018-09-27 18:55:01 +02:00
[[package]]
name = "itoa"
version = "1.0.1"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
2018-09-27 18:55:01 +02:00
2020-09-18 20:07:07 +02:00
[[package]]
name = "jobserver"
version = "0.1.24"
2020-09-18 20:07:07 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
2020-09-18 20:07:07 +02:00
dependencies = [
"libc",
]
2018-09-27 18:55:01 +02:00
[[package]]
2021-03-26 09:05:58 +01:00
name = "jsonrpc"
version = "0.14.0"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "248ea3eab5d9a37ee324b1f576f19d274ff7e56cd5206ea4755a7ef918e94fa4"
2018-09-27 18:55:01 +02:00
dependencies = [
"base64",
2021-03-26 09:05:58 +01:00
"serde",
"serde_json",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "lazy_static"
2019-09-13 13:38:50 +02:00
version = "1.4.0"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-09-27 18:55:01 +02:00
2021-03-26 09:05:58 +01:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2018-09-27 18:55:01 +02:00
[[package]]
name = "libc"
version = "0.2.139"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2018-09-27 18:55:01 +02:00
[[package]]
name = "libloading"
version = "0.7.1"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
2018-09-27 18:55:01 +02:00
dependencies = [
2021-05-20 17:20:14 +02:00
"cfg-if 1.0.0",
2021-03-26 09:05:58 +01:00
"winapi",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2021-03-26 09:05:58 +01:00
[[package]]
name = "lock_api"
version = "0.4.5"
2021-03-26 09:05:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
2021-03-26 09:05:58 +01:00
dependencies = [
"scopeguard",
]
[[package]]
2021-03-26 09:05:58 +01:00
name = "log"
version = "0.4.17"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2019-03-26 10:14:24 +01:00
dependencies = [
2021-05-20 17:20:14 +02:00
"cfg-if 1.0.0",
2019-03-26 10:14:24 +01:00
]
2018-09-27 18:55:01 +02:00
[[package]]
name = "memchr"
version = "2.4.1"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2018-09-27 18:55:01 +02:00
[[package]]
2021-03-26 09:05:58 +01:00
name = "memoffset"
2021-05-31 20:35:48 +02:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-31 20:35:48 +02:00
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
dependencies = [
"autocfg",
]
[[package]]
name = "miniz_oxide"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
dependencies = [
"adler",
"autocfg",
]
2018-09-27 18:55:01 +02:00
[[package]]
2021-03-26 09:05:58 +01:00
name = "nom"
version = "5.1.2"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 09:05:58 +01:00
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
2019-08-03 09:53:46 +02:00
dependencies = [
2021-03-26 09:05:58 +01:00
"memchr",
"version_check",
]
2018-09-27 18:55:01 +02:00
[[package]]
name = "num_cpus"
version = "1.13.0"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2018-09-27 18:55:01 +02:00
dependencies = [
"hermit-abi",
"libc",
2018-09-27 18:55:01 +02:00
]
[[package]]
2021-03-26 09:05:58 +01:00
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2021-03-26 09:05:58 +01:00
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
2018-09-27 18:55:01 +02:00
[[package]]
2021-03-26 09:05:58 +01:00
name = "parking_lot_core"
version = "0.8.5"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2018-09-27 18:55:01 +02:00
dependencies = [
2021-05-20 17:20:14 +02:00
"cfg-if 1.0.0",
2021-03-26 09:05:58 +01:00
"instant",
"libc",
2021-03-26 09:05:58 +01:00
"redox_syscall",
"smallvec",
"winapi",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "parse_arg"
2019-09-13 13:38:50 +02:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14248cc8eced350e20122a291613de29e4fa129ba2731818c4cdbb44fccd3e55"
2018-09-27 18:55:01 +02:00
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2018-09-27 18:55:01 +02:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2018-09-27 18:55:01 +02:00
[[package]]
name = "proc-macro2"
2021-10-31 07:48:44 +01:00
version = "1.0.32"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-31 07:48:44 +01:00
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
2018-09-27 18:55:01 +02:00
dependencies = [
2021-03-26 09:05:58 +01:00
"unicode-xid",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "procfs"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95e344cafeaeefe487300c361654bcfc85db3ac53619eeccced29f5ea18c4c70"
dependencies = [
"bitflags",
"byteorder",
"flate2",
"hex",
"lazy_static",
"libc",
]
2018-09-27 18:55:01 +02:00
[[package]]
name = "prometheus"
2021-10-04 09:08:38 +02:00
version = "0.13.0"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-04 09:08:38 +02:00
checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"
2018-09-27 18:55:01 +02:00
dependencies = [
2021-05-20 17:20:14 +02:00
"cfg-if 1.0.0",
"fnv",
2021-03-26 09:05:58 +01:00
"lazy_static",
"libc",
2021-04-29 19:12:32 +02:00
"memchr",
2021-03-26 09:05:58 +01:00
"parking_lot",
"procfs",
"protobuf",
2021-03-26 09:05:58 +01:00
"thiserror",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "protobuf"
2021-10-31 07:48:44 +01:00
version = "2.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-31 07:48:44 +01:00
checksum = "47c327e191621a2158159df97cdbc2e7074bb4e940275e35abf38eb3d2595754"
2019-09-13 13:38:50 +02:00
[[package]]
name = "quote"
version = "1.0.10"
2019-09-13 13:38:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
2019-09-13 13:38:50 +02:00
dependencies = [
2021-03-26 09:05:58 +01:00
"proc-macro2",
2019-09-13 13:38:50 +02:00
]
2021-03-26 09:05:58 +01:00
[[package]]
name = "rand"
version = "0.8.5"
2021-03-26 09:05:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-03-26 09:05:58 +01:00
dependencies = [
"libc",
"rand_chacha",
"rand_core",
2021-03-26 09:05:58 +01:00
]
[[package]]
name = "rand_chacha"
2019-03-26 10:14:24 +01:00
version = "0.3.1"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2018-09-27 18:55:01 +02:00
dependencies = [
"ppv-lite86",
"rand_core",
2018-09-27 18:55:01 +02:00
]
[[package]]
2019-03-26 10:14:24 +01:00
name = "rand_core"
version = "0.6.3"
2019-03-26 10:14:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2019-03-26 10:14:24 +01:00
dependencies = [
"getrandom",
]
2018-09-27 18:55:01 +02:00
2021-03-26 09:05:58 +01:00
[[package]]
name = "rayon"
version = "1.5.3"
2021-03-26 09:05:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
2021-03-26 09:05:58 +01:00
dependencies = [
"autocfg",
2021-03-26 09:05:58 +01:00
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.9.2"
2021-03-26 09:05:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4"
2021-03-26 09:05:58 +01:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
[[package]]
name = "redox_syscall"
version = "0.2.10"
2021-03-26 09:05:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
2021-05-20 13:03:54 +02:00
dependencies = [
"bitflags",
]
2021-03-26 09:05:58 +01:00
[[package]]
name = "redox_users"
2021-05-20 13:03:54 +02:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 13:03:54 +02:00
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
"getrandom",
"redox_syscall",
]
2018-09-27 18:55:01 +02:00
[[package]]
name = "regex"
version = "1.5.6"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
2018-09-27 18:55:01 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "regex-syntax"
version = "0.6.26"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
2018-09-27 18:55:01 +02:00
[[package]]
2021-03-26 09:05:58 +01:00
name = "rustc-hash"
version = "1.1.0"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 09:05:58 +01:00
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2018-09-27 18:55:01 +02:00
[[package]]
name = "rustix"
version = "0.36.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.45.0",
]
2018-09-27 18:55:01 +02:00
[[package]]
name = "ryu"
version = "1.0.5"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2018-09-27 18:55:01 +02:00
2021-03-26 09:05:58 +01:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2018-09-27 18:55:01 +02:00
[[package]]
name = "secp256k1"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f"
dependencies = [
"bitcoin_hashes",
"rand",
"secp256k1-sys",
"serde",
]
[[package]]
name = "secp256k1-sys"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e"
dependencies = [
"cc",
]
2018-09-27 18:55:01 +02:00
[[package]]
name = "serde"
version = "1.0.144"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860"
2021-03-26 09:05:58 +01:00
dependencies = [
"serde_derive",
]
2018-09-27 18:55:01 +02:00
[[package]]
name = "serde_derive"
version = "1.0.144"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00"
2018-09-27 18:55:01 +02:00
dependencies = [
2021-03-26 09:05:58 +01:00
"proc-macro2",
"quote",
"syn",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "serde_json"
version = "1.0.94"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
2018-09-27 18:55:01 +02:00
dependencies = [
"itoa",
"ryu",
"serde",
2018-09-27 18:55:01 +02:00
]
2021-03-26 09:05:58 +01:00
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
[[package]]
name = "signal-hook"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-registry"
2021-06-25 17:12:27 +02:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-25 17:12:27 +02:00
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
2018-09-27 18:55:01 +02:00
[[package]]
2021-03-26 09:05:58 +01:00
name = "smallvec"
version = "1.7.0"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
2018-09-27 18:55:01 +02:00
2019-09-13 13:38:50 +02:00
[[package]]
name = "syn"
version = "1.0.92"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52"
2018-09-27 18:55:01 +02:00
dependencies = [
2021-03-26 09:05:58 +01:00
"proc-macro2",
"quote",
"unicode-xid",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "tempfile"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
dependencies = [
"cfg-if 1.0.0",
"fastrand",
"redox_syscall",
"rustix",
"windows-sys 0.42.0",
]
2018-09-27 18:55:01 +02:00
[[package]]
name = "termcolor"
2021-03-26 09:05:58 +01:00
version = "1.1.2"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 09:05:58 +01:00
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
2018-09-27 18:55:01 +02:00
dependencies = [
"winapi-util",
2018-09-27 18:55:01 +02:00
]
[[package]]
2021-03-26 09:05:58 +01:00
name = "thiserror"
version = "1.0.30"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
2018-09-27 18:55:01 +02:00
dependencies = [
2021-03-26 09:05:58 +01:00
"thiserror-impl",
2018-09-27 18:55:01 +02:00
]
[[package]]
2021-03-26 09:05:58 +01:00
name = "thiserror-impl"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
dependencies = [
2021-03-26 09:05:58 +01:00
"proc-macro2",
"quote",
"syn",
]
2018-09-27 18:55:01 +02:00
[[package]]
name = "tiny_http"
version = "0.12.0"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
2018-09-27 18:55:01 +02:00
dependencies = [
"ascii",
"chunked_transfer",
"httpdate",
"log",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "toml"
2021-05-20 13:03:54 +02:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 13:03:54 +02:00
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde",
]
[[package]]
name = "unicode-segmentation"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
2018-09-27 18:55:01 +02:00
2019-09-13 13:38:50 +02:00
[[package]]
name = "unicode-xid"
2021-05-20 13:03:54 +02:00
version = "0.2.2"
2019-09-13 13:38:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 13:03:54 +02:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "version_check"
2021-05-20 13:03:54 +02:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 13:03:54 +02:00
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2018-09-27 18:55:01 +02:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "wasi"
2021-05-20 13:03:54 +02:00
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-20 13:03:54 +02:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2018-09-27 18:55:01 +02:00
[[package]]
name = "winapi"
version = "0.3.9"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-09-27 18:55:01 +02:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-09-27 18:55:01 +02:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-09-27 18:55:01 +02:00
[[package]]
name = "winapi-util"
version = "0.1.5"
2018-09-27 18:55:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2018-09-27 18:55:01 +02:00
dependencies = [
2021-03-26 09:05:58 +01:00
"winapi",
2018-09-27 18:55:01 +02:00
]
[[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 = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
[[package]]
name = "windows_i686_gnu"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
[[package]]
name = "windows_i686_msvc"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"