2019-04-29 09:25:53 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2023-03-29 21:44:25 +02:00
|
|
|
version = 3
|
|
|
|
|
2021-10-05 12:12:18 +02:00
|
|
|
[[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 = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"memchr",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-26 09:05:58 +01:00
|
|
|
name = "anyhow"
|
2022-08-01 15:18:39 +02:00
|
|
|
version = "1.0.59"
|
2019-05-06 10:47:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-01 15:18:39 +02:00
|
|
|
checksum = "c91f1f46651137be86f3a2b9a8359f9ab421d04d941c62b5982e1ca21113adf9"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
2021-08-27 19:40:54 +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",
|
2020-04-20 00:41:31 +02:00
|
|
|
"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
|
|
|
|
2021-08-27 18:35:38 +02:00
|
|
|
[[package]]
|
2022-11-06 18:47:57 +01:00
|
|
|
name = "base64"
|
|
|
|
version = "0.13.1"
|
2021-08-27 18:35:38 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:47:57 +01:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2021-08-27 18:35:38 +02:00
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bech32"
|
2022-08-25 18:41:53 +02:00
|
|
|
version = "0.9.1"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-25 18:41:53 +02:00
|
|
|
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 = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
2021-05-20 17:20:14 +02:00
|
|
|
"cfg-if 0.1.10",
|
2020-04-20 00:41:31 +02:00
|
|
|
"clang-sys",
|
2021-03-26 09:05:58 +01:00
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
2020-04-20 00:41:31 +02:00
|
|
|
"peeking_take_while",
|
2021-03-26 09:05:58 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-04-20 00:41:31 +02:00
|
|
|
"regex",
|
2021-03-26 09:05:58 +01:00
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitcoin"
|
2023-03-29 21:44:25 +02:00
|
|
|
version = "0.30.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 21:44:25 +02:00
|
|
|
checksum = "b36f4c848f6bd9ff208128f08751135846cc23ae57d66ab10a22efff1c675f3c"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"bech32",
|
2023-03-29 21:44:25 +02:00
|
|
|
"bitcoin-private",
|
2020-04-20 00:41:31 +02:00
|
|
|
"bitcoin_hashes",
|
2023-03-29 21:44:25 +02:00
|
|
|
"hex_lit",
|
2020-04-20 00:41:31 +02:00
|
|
|
"secp256k1",
|
|
|
|
"serde",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
2023-03-29 21:44:25 +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"
|
2023-03-29 21:44:25 +02:00
|
|
|
version = "0.12.0"
|
2019-03-02 20:07:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 21:44:25 +02:00
|
|
|
checksum = "5d7066118b13d4b20b23645932dfb3a81ce7e29f95726c2036fa33cd7b092501"
|
2019-03-02 20:07:37 +01:00
|
|
|
dependencies = [
|
2023-03-29 21:44:25 +02:00
|
|
|
"bitcoin-private",
|
2020-04-20 00:41:31 +02:00
|
|
|
"serde",
|
2019-03-02 20:07:37 +01:00
|
|
|
]
|
|
|
|
|
2023-04-10 16:35:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitcoincore-rpc"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d6c0ee9354e3dac217db4cb1dd31941073a87fe53c86bcf3eb2b8bc97f00a08"
|
|
|
|
dependencies = [
|
|
|
|
"bitcoin-private",
|
|
|
|
"bitcoincore-rpc-json",
|
|
|
|
"jsonrpc",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitcoincore-rpc-json"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d30ce6f40fb0a2e8d98522796219282504b7a4b14e2b4c26139a7bea6aec6586"
|
|
|
|
dependencies = [
|
|
|
|
"bitcoin",
|
|
|
|
"bitcoin-private",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2019-09-06 11:40:13 +02:00
|
|
|
[[package]]
|
2019-10-18 17:14:53 +02:00
|
|
|
name = "byteorder"
|
2021-05-20 13:03:54 +02:00
|
|
|
version = "1.4.3"
|
2019-09-06 11:40:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-20 13:03:54 +02:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2019-09-06 11:40:13 +02:00
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
2019-10-18 17:14:53 +02:00
|
|
|
name = "cargo_toml"
|
2023-03-29 21:44:25 +02:00
|
|
|
version = "0.12.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 21:44:25 +02:00
|
|
|
checksum = "1aecd74f843e919090741163a59948751f6f57b5a9b3d7a4a4d278e17b6a16cf"
|
2019-10-18 17:14:53 +02:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"serde",
|
2021-03-26 09:05:58 +01:00
|
|
|
"toml",
|
2019-10-18 17:14:53 +02:00
|
|
|
]
|
2018-09-27 18:55:01 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-10-17 20:53:46 +02:00
|
|
|
version = "1.0.71"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-17 20:53:46 +02:00
|
|
|
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 = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"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
|
|
|
|
2021-08-27 19:40:54 +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"
|
2021-09-12 22:27:48 +02:00
|
|
|
version = "1.2.1"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 22:27:48 +02:00
|
|
|
checksum = "81cf2cc85830eae84823884db23c5306442a6c3d5bfd3beb2f2a2c829faa1816"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2021-03-26 09:05:58 +01:00
|
|
|
"glob",
|
2020-04-20 00:41:31 +02:00
|
|
|
"libc",
|
|
|
|
"libloading",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
2019-09-06 11:40:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "configure_me"
|
2021-03-26 09:05:58 +01:00
|
|
|
version = "0.4.0"
|
2019-09-06 11:40:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 09:05:58 +01:00
|
|
|
checksum = "d03c1fbdead926855bdafee8ddf16cd42efb3c75d8cde8c87f8937b99510b39d"
|
2019-09-06 11:40:13 +02:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"parse_arg",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2021-03-26 09:05:58 +01:00
|
|
|
"toml",
|
2019-09-06 11:40:13 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "configure_me_codegen"
|
2023-03-29 21:44:25 +02:00
|
|
|
version = "0.4.4"
|
2019-09-06 23:03:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 21:44:25 +02:00
|
|
|
checksum = "ad4bfdee5b1410b1d3b4239172e6f4573d2d47a14a11cd397dac083233dbe3e3"
|
2019-09-06 11:40:13 +02:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"cargo_toml",
|
|
|
|
"fmt2io",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2021-03-26 09:05:58 +01:00
|
|
|
"toml",
|
2020-04-20 00:41:31 +02:00
|
|
|
"unicode-segmentation",
|
|
|
|
"void",
|
2019-09-06 11:40:13 +02:00
|
|
|
]
|
|
|
|
|
2021-10-05 12:12:18 +02:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2019-05-06 10:47:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-03-11 10:27:11 +01:00
|
|
|
version = "0.5.7"
|
2019-05-06 10:47:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-11 10:27:11 +01:00
|
|
|
checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
|
2020-04-20 00:41:31 +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-utils",
|
2020-04-20 00:41:31 +02:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
2021-03-26 09:05:58 +01:00
|
|
|
name = "crossbeam-deque"
|
2021-08-27 19:42:54 +02:00
|
|
|
version = "0.8.1"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-27 19:42:54 +02:00
|
|
|
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
|
|
|
]
|
|
|
|
|
2019-05-06 10:47:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-06-06 21:05:38 +02:00
|
|
|
version = "0.8.8"
|
2019-05-06 10:47:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 21:05:38 +02:00
|
|
|
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
|
2019-05-06 10:47:46 +02:00
|
|
|
dependencies = [
|
2021-05-20 17:20:14 +02:00
|
|
|
"cfg-if 1.0.0",
|
2021-03-26 09:05:58 +01:00
|
|
|
"lazy_static",
|
2019-05-06 10:47:46 +02:00
|
|
|
]
|
|
|
|
|
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 = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"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",
|
2020-04-20 00:41:31 +02:00
|
|
|
"bitcoin",
|
2023-04-10 16:35:18 +02:00
|
|
|
"bitcoincore-rpc",
|
2020-04-20 00:41:31 +02:00
|
|
|
"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",
|
2021-09-18 08:01:29 +02:00
|
|
|
"electrs-rocksdb",
|
2021-03-26 09:05:58 +01:00
|
|
|
"env_logger",
|
2023-03-29 21:44:25 +02:00
|
|
|
"hex_lit",
|
2021-08-27 19:40:54 +02:00
|
|
|
"log",
|
2021-06-14 12:19:37 +02:00
|
|
|
"parking_lot",
|
2020-04-20 00:41:31 +02:00
|
|
|
"prometheus",
|
2021-03-26 09:05:58 +01:00
|
|
|
"rayon",
|
2020-04-20 00:41:31 +02:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"signal-hook",
|
2021-09-13 11:50:21 +02:00
|
|
|
"tempfile",
|
2021-08-27 19:40:54 +02:00
|
|
|
"tiny_http",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
2021-09-18 08:01:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "electrs-librocksdb-sys"
|
2022-11-10 19:07:17 +01:00
|
|
|
version = "6.11.4-e3"
|
2021-09-18 08:01:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 19:07:17 +01:00
|
|
|
checksum = "9c06cbfab3edbe7071fbe74ceee37a62d826ae6ec326b817af9bd7f4d9f778a0"
|
2021-09-18 08:01:29 +02:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"cc",
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "electrs-rocksdb"
|
2022-11-10 19:07:17 +01:00
|
|
|
version = "0.15.0-e3"
|
2021-09-18 08:01:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 19:07:17 +01:00
|
|
|
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"
|
2022-11-14 14:07:55 +01:00
|
|
|
version = "0.9.3"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-14 14:07:55 +01:00
|
|
|
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"atty",
|
|
|
|
"humantime",
|
2021-08-27 19:40:54 +02:00
|
|
|
"log",
|
2020-04-20 00:41:31 +02:00
|
|
|
"regex",
|
|
|
|
"termcolor",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
2023-02-25 18:46:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-04-03 18:50:51 +02:00
|
|
|
version = "0.3.0"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 18:50:51 +02:00
|
|
|
checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
|
2023-02-25 18:46:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-04-03 18:50:51 +02:00
|
|
|
"windows-sys",
|
2023-02-25 18:46:31 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-01-10 14:17:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-10-05 12:12:18 +02:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2019-09-06 11:40:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fmt2io"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-20 00:41:31 +02:00
|
|
|
checksum = "c9db8691f0820ad11ce6eb94057d0dd9c456500da04da0c12a85c90d6f979cc9"
|
2019-09-06 11:40:13 +02:00
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-04-20 00:41:31 +02:00
|
|
|
version = "1.0.7"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-20 00:41:31 +02:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
2020-04-20 00:41:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-05-20 13:03:54 +02:00
|
|
|
version = "0.2.3"
|
2020-04-20 00:41:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-20 13:03:54 +02:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
2020-04-20 00:41:31 +02:00
|
|
|
dependencies = [
|
2021-05-20 17:20:14 +02:00
|
|
|
"cfg-if 1.0.0",
|
2020-04-20 00:41:31 +02:00
|
|
|
"libc",
|
2021-05-20 13:03:54 +02:00
|
|
|
"wasi",
|
2020-04-20 00:41:31 +02:00
|
|
|
]
|
|
|
|
|
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"
|
2020-04-20 00:41:31 +02:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2019-03-28 14:10:45 +01:00
|
|
|
|
2019-12-02 09:14:50 +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"
|
2019-12-02 09:14:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 17:12:27 +02:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2019-12-02 09:14:50 +01:00
|
|
|
dependencies = [
|
2021-03-26 09:05:58 +01:00
|
|
|
"libc",
|
2019-12-02 09:14:50 +01:00
|
|
|
]
|
|
|
|
|
2021-10-05 12:12:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2023-03-29 21:44:25 +02:00
|
|
|
[[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]]
|
2022-10-10 15:47:09 +02:00
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.2"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-10 15:47:09 +02:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-10 15:47:09 +02:00
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-10 15:47:09 +02:00
|
|
|
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
|
|
|
]
|
|
|
|
|
2023-02-25 18:46:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-04-03 18:50:51 +02:00
|
|
|
"windows-sys",
|
2023-02-25 18:46:31 +01:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-12-20 14:16:25 +01:00
|
|
|
version = "1.0.1"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 14:16:25 +01:00
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
2020-09-18 20:07:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2021-09-12 22:27:48 +02:00
|
|
|
version = "0.1.24"
|
2020-09-18 20:07:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 22:27:48 +02:00
|
|
|
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"
|
2023-04-10 16:35:41 +02:00
|
|
|
version = "0.14.1"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 16:35:41 +02:00
|
|
|
checksum = "8128f36b47411cd3f044be8c1f5cc0c9e24d1d1bfdc45f0a57897b32513053f2"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2022-11-06 18:47:57 +01:00
|
|
|
"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"
|
2020-04-20 00:41:31 +02:00
|
|
|
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"
|
2023-04-03 18:50:51 +02:00
|
|
|
version = "0.2.140"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 18:50:51 +02:00
|
|
|
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2021-10-17 20:53:46 +02:00
|
|
|
version = "0.7.1"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-17 20:53:46 +02:00
|
|
|
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
|
|
|
]
|
|
|
|
|
2023-02-25 18:46:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-04-03 18:50:51 +02:00
|
|
|
version = "0.3.1"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 18:50:51 +02:00
|
|
|
checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
|
2023-02-25 18:46:31 +01:00
|
|
|
|
2021-03-26 09:05:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-09-12 22:27:48 +02:00
|
|
|
version = "0.4.5"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 22:27:48 +02:00
|
|
|
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
2021-03-26 09:05:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2018-10-17 10:41:52 +02:00
|
|
|
[[package]]
|
2021-03-26 09:05:58 +01:00
|
|
|
name = "log"
|
2022-05-09 15:15:51 +02:00
|
|
|
version = "0.4.17"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-09 15:15:51 +02:00
|
|
|
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"
|
2021-09-12 22:27:48 +02:00
|
|
|
version = "2.4.1"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 22:27:48 +02:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
2020-06-18 17:28:17 +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"
|
2020-06-18 17:28:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 20:35:48 +02:00
|
|
|
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
|
2020-04-20 00:41:31 +02:00
|
|
|
dependencies = [
|
2022-08-25 18:41:53 +02:00
|
|
|
"autocfg",
|
2020-04-20 00:41:31 +02:00
|
|
|
]
|
2020-06-18 17:28:17 +02:00
|
|
|
|
2021-10-05 12:12:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
2022-08-25 18:41:53 +02:00
|
|
|
"autocfg",
|
2021-10-05 12:12:18 +02:00
|
|
|
]
|
|
|
|
|
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",
|
2021-08-27 19:40:54 +02:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-04-20 00:41:31 +02:00
|
|
|
version = "1.13.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-20 00:41:31 +02:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
2020-04-20 00:41:31 +02:00
|
|
|
[[package]]
|
2021-03-26 09:05:58 +01:00
|
|
|
name = "parking_lot"
|
2021-09-12 22:27:48 +02:00
|
|
|
version = "0.11.2"
|
2020-04-20 00:41:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 22:27:48 +02:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2021-03-26 09:05:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
2020-04-20 00:41:31 +02:00
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
2021-03-26 09:05:58 +01:00
|
|
|
name = "parking_lot_core"
|
2021-09-12 22:27:48 +02:00
|
|
|
version = "0.8.5"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 22:27:48 +02:00
|
|
|
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",
|
2020-04-20 00:41:31 +02:00
|
|
|
"libc",
|
2023-04-03 18:50:51 +02:00
|
|
|
"redox_syscall 0.2.10",
|
2021-03-26 09:05:58 +01:00
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
2019-09-06 11:40:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parse_arg"
|
2019-09-13 13:38:50 +02:00
|
|
|
version = "0.1.4"
|
2019-09-06 11:40:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-20 00:41:31 +02:00
|
|
|
checksum = "14248cc8eced350e20122a291613de29e4fa129ba2731818c4cdbb44fccd3e55"
|
2019-09-06 11:40:13 +02:00
|
|
|
|
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"
|
2020-04-20 00:41:31 +02:00
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
2022-08-25 18:41:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-03-29 21:44:25 +02:00
|
|
|
version = "0.2.17"
|
2022-08-25 18:41:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 21:44:25 +02:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2022-08-25 18:41:53 +02:00
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2021-10-05 12:12:18 +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",
|
2020-04-20 00:41:31 +02:00
|
|
|
"fnv",
|
2021-03-26 09:05:58 +01:00
|
|
|
"lazy_static",
|
2021-10-05 12:12:18 +02:00
|
|
|
"libc",
|
2021-04-29 19:12:32 +02:00
|
|
|
"memchr",
|
2021-03-26 09:05:58 +01:00
|
|
|
"parking_lot",
|
2021-10-05 12:12:18 +02:00
|
|
|
"procfs",
|
2021-05-27 19:44:51 +02:00
|
|
|
"protobuf",
|
2021-03-26 09:05:58 +01:00
|
|
|
"thiserror",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
2021-05-27 19:44:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
2021-10-31 07:48:44 +01:00
|
|
|
version = "2.25.2"
|
2021-05-27 19:44:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-31 07:48:44 +01:00
|
|
|
checksum = "47c327e191621a2158159df97cdbc2e7074bb4e940275e35abf38eb3d2595754"
|
2021-05-27 19:44:51 +02:00
|
|
|
|
2019-09-13 13:38:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-10-17 20:53:46 +02:00
|
|
|
version = "1.0.10"
|
2019-09-13 13:38:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-17 20:53:46 +02:00
|
|
|
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"
|
2022-08-25 18:41:53 +02:00
|
|
|
version = "0.8.5"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-25 18:41:53 +02:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-03-26 09:05:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-01-10 14:17:38 +01:00
|
|
|
"rand_chacha",
|
2022-08-25 18:41:53 +02:00
|
|
|
"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"
|
2022-08-25 18:41:53 +02:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2022-08-25 18:41:53 +02:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-03-26 10:14:24 +01:00
|
|
|
name = "rand_core"
|
2022-08-25 18:41:53 +02:00
|
|
|
version = "0.6.3"
|
2019-03-26 10:14:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-25 18:41:53 +02:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2019-03-26 10:14:24 +01:00
|
|
|
dependencies = [
|
2022-08-25 18:41:53 +02:00
|
|
|
"getrandom",
|
2020-04-20 00:41:31 +02:00
|
|
|
]
|
2018-09-27 18:55:01 +02:00
|
|
|
|
2021-03-26 09:05:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2022-05-16 15:17:34 +02:00
|
|
|
version = "1.5.3"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 15:17:34 +02:00
|
|
|
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
|
2021-03-26 09:05:58 +01:00
|
|
|
dependencies = [
|
2022-08-25 18:41:53 +02:00
|
|
|
"autocfg",
|
2021-03-26 09:05:58 +01:00
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2022-04-18 15:13:21 +02:00
|
|
|
version = "1.9.2"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-18 15:13:21 +02:00
|
|
|
checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4"
|
2021-03-26 09:05:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-09-12 22:27:48 +02:00
|
|
|
version = "0.2.10"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 22:27:48 +02:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-05-20 13:03:54 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2021-03-26 09:05:58 +01:00
|
|
|
|
2023-04-03 18:50:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2018-11-10 20:38:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2021-05-20 13:03:54 +02:00
|
|
|
version = "0.4.0"
|
2018-11-10 20:38:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-20 13:03:54 +02:00
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
2018-11-10 20:38:58 +01:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"getrandom",
|
2023-04-03 18:50:51 +02:00
|
|
|
"redox_syscall 0.2.10",
|
2018-11-10 20:38:58 +01:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-06-06 23:21:18 +02:00
|
|
|
version = "1.5.6"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 23:21:18 +02:00
|
|
|
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-06-06 23:21:18 +02:00
|
|
|
version = "0.6.26"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 23:21:18 +02:00
|
|
|
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
|
|
|
|
2023-02-25 18:46:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-04-03 18:50:51 +02:00
|
|
|
version = "0.37.6"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 18:50:51 +02:00
|
|
|
checksum = "d097081ed288dfe45699b72f5b5d648e5f15d64d900c7080273baa20c16a6849"
|
2023-02-25 18:46:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-04-03 18:50:51 +02:00
|
|
|
"windows-sys",
|
2023-02-25 18:46:31 +01:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-04-20 00:41:31 +02:00
|
|
|
version = "1.0.5"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-20 00:41:31 +02:00
|
|
|
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"
|
2019-12-02 09:14:50 +01:00
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "secp256k1"
|
2023-03-29 21:44:25 +02:00
|
|
|
version = "0.27.0"
|
2020-04-19 23:39:57 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 21:44:25 +02:00
|
|
|
checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f"
|
2020-04-19 23:39:57 +02:00
|
|
|
dependencies = [
|
2022-08-25 18:41:53 +02:00
|
|
|
"bitcoin_hashes",
|
2022-01-10 14:17:38 +01:00
|
|
|
"rand",
|
2020-04-20 00:41:31 +02:00
|
|
|
"secp256k1-sys",
|
|
|
|
"serde",
|
2020-04-19 23:39:57 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "secp256k1-sys"
|
2023-03-29 21:44:25 +02:00
|
|
|
version = "0.8.1"
|
2020-06-18 17:28:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 21:44:25 +02:00
|
|
|
checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e"
|
2020-06-18 17:28:17 +02:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"cc",
|
2020-06-18 17:28:17 +02:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-03-29 21:44:25 +02:00
|
|
|
version = "1.0.144"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 21:44:25 +02:00
|
|
|
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"
|
2023-03-29 21:44:25 +02:00
|
|
|
version = "1.0.144"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-29 21:44:25 +02:00
|
|
|
checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2021-03-26 09:05:58 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-04-20 00:41:31 +02:00
|
|
|
"syn",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-04-03 18:51:02 +02:00
|
|
|
version = "1.0.95"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 18:51:02 +02:00
|
|
|
checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"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"
|
|
|
|
|
2019-05-06 10:47:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2023-02-13 19:21:57 +01:00
|
|
|
version = "0.3.15"
|
2019-05-06 10:47:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 19:21:57 +01:00
|
|
|
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
|
2019-05-06 10:47:46 +02:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
2019-05-06 10:47:46 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-06-25 17:12:27 +02:00
|
|
|
version = "1.4.0"
|
2019-05-06 10:47:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 17:12:27 +02:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2019-05-06 10:47:46 +02:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"libc",
|
2019-05-06 10:47:46 +02:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
2021-03-26 09:05:58 +01:00
|
|
|
name = "smallvec"
|
2021-10-17 20:53:46 +02:00
|
|
|
version = "1.7.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-17 20:53:46 +02:00
|
|
|
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
2019-09-13 13:38:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-05-02 15:22:33 +02:00
|
|
|
version = "1.0.92"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 15:22:33 +02:00
|
|
|
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
|
|
|
]
|
|
|
|
|
2021-09-13 11:50:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-04-03 18:50:51 +02:00
|
|
|
version = "3.5.0"
|
2021-09-13 11:50:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 18:50:51 +02:00
|
|
|
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
|
2021-09-13 11:50:21 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-01-10 14:17:38 +01:00
|
|
|
"fastrand",
|
2023-04-03 18:50:51 +02:00
|
|
|
"redox_syscall 0.3.5",
|
2023-02-25 18:46:31 +01:00
|
|
|
"rustix",
|
2023-04-03 18:50:51 +02:00
|
|
|
"windows-sys",
|
2021-09-13 11:50:21 +02:00
|
|
|
]
|
|
|
|
|
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 = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"winapi-util",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-26 09:05:58 +01:00
|
|
|
name = "thiserror"
|
2021-10-17 20:53:46 +02:00
|
|
|
version = "1.0.30"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-17 20:53:46 +02:00
|
|
|
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"
|
2021-10-17 20:53:46 +02:00
|
|
|
version = "1.0.30"
|
2020-04-20 00:41:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-17 20:53:46 +02:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2020-04-20 00:41:31 +02:00
|
|
|
dependencies = [
|
2021-03-26 09:05:58 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-20 00:41:31 +02:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
2021-08-27 19:40:54 +02:00
|
|
|
name = "tiny_http"
|
2022-10-10 15:47:09 +02:00
|
|
|
version = "0.12.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-10 15:47:09 +02:00
|
|
|
checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2021-08-27 19:40:54 +02:00
|
|
|
"ascii",
|
|
|
|
"chunked_transfer",
|
2022-10-10 15:47:09 +02:00
|
|
|
"httpdate",
|
2021-08-27 19:40:54 +02:00
|
|
|
"log",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
2019-09-06 11:40:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2021-05-20 13:03:54 +02:00
|
|
|
version = "0.5.8"
|
2019-09-06 11:40:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-20 13:03:54 +02:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2019-09-06 11:40:13 +02:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"serde",
|
2019-09-06 11:40:13 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-09-12 22:27:48 +02:00
|
|
|
version = "1.8.0"
|
2019-09-06 11:40:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-12 22:27:48 +02:00
|
|
|
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"
|
2020-04-20 00:41:31 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-05-20 13:03:54 +02:00
|
|
|
version = "0.9.3"
|
2020-04-20 00:41:31 +02:00
|
|
|
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
|
|
|
|
2019-10-18 17:14:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-20 00:41:31 +02:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-05-20 13:03:54 +02:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-04-20 00:41:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-20 13:03:54 +02:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2019-10-18 17:14:53 +02:00
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-04-20 00:41:31 +02:00
|
|
|
version = "0.3.9"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-20 00:41:31 +02:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"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"
|
2020-04-20 00:41:31 +02:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-04-20 00:41:31 +02:00
|
|
|
version = "0.1.5"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-20 00:41:31 +02:00
|
|
|
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"
|
2020-04-20 00:41:31 +02:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2023-02-25 18:46:31 +01:00
|
|
|
|
|
|
|
[[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"
|