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
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-06-29 18:30:44 +02:00
|
|
|
version = "1.0.2"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 18:30:44 +02:00
|
|
|
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
|
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"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "1.0.72"
|
2019-05-06 10:47:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
2021-08-27 19:40:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ascii"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "1.1.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-26 09:05:58 +01:00
|
|
|
name = "autocfg"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "1.1.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
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"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.63.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2023-07-21 20:26:04 +02:00
|
|
|
"bitflags 1.3.2",
|
2020-04-20 00:41:31 +02:00
|
|
|
"cexpr",
|
|
|
|
"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",
|
2022-11-06 18:23:39 +01:00
|
|
|
"syn 1.0.109",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitcoin"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "0.30.1"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "4e99ff7289b20a7385f66a0feda78af2fc119d28fb56aea8886a9cd0a4abdd75"
|
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"
|
|
|
|
|
2023-07-28 15:13:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitcoin-test-data"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c188654f9dce3bc6ce1bfa9c49777ad514bcad37e421b5f53e9d0ee10603f34"
|
|
|
|
|
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-07-26 17:04:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitcoin_slices"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13c03df40e62cef35166f0ddf8268917142f38de88955fcc0721b28820160704"
|
|
|
|
dependencies = [
|
|
|
|
"bitcoin",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "1.3.2"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-03-26 09:05:58 +01:00
|
|
|
|
2023-07-21 20:26:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
|
|
|
|
|
2023-07-26 17:04:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2022-11-06 18:23:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.11+1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
2019-10-18 17:14:53 +02:00
|
|
|
name = "cargo_toml"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.12.4"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "6a621d5d6d6c8d086dbaf1fe659981da41a1b63c6bdbba30b4dbb592c6d3bd49"
|
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"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "1.0.79"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
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"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.6.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "1.4.1"
|
2021-08-27 19:40:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a"
|
2021-08-27 19:40:54 +02:00
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "1.6.1"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
|
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
|
|
|
]
|
|
|
|
|
2023-07-26 17:04:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-05-06 10:47:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-04-10 17:27:04 +02:00
|
|
|
version = "0.5.8"
|
2019-05-06 10:47:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 17:27:04 +02:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2020-04-20 00:41:31 +02:00
|
|
|
dependencies = [
|
2022-11-06 18:23:39 +01:00
|
|
|
"cfg-if",
|
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"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.8.3"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2022-11-06 18:23:39 +01:00
|
|
|
"cfg-if",
|
2021-03-26 09:05:58 +01:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-06-29 18:30:44 +02:00
|
|
|
version = "0.9.15"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 18:30:44 +02:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2021-03-26 09:05:58 +01:00
|
|
|
dependencies = [
|
2022-11-06 18:23:39 +01:00
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
2021-03-26 09:05:58 +01:00
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
2019-05-06 10:47:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-06-29 18:30:44 +02:00
|
|
|
version = "0.8.16"
|
2019-05-06 10:47:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 18:30:44 +02:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2019-05-06 10:47:46 +02:00
|
|
|
dependencies = [
|
2022-11-06 18:23:39 +01:00
|
|
|
"cfg-if",
|
2019-05-06 10:47:46 +02:00
|
|
|
]
|
|
|
|
|
2023-07-26 17:04:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2022-11-06 18:23:39 +01:00
|
|
|
"cfg-if",
|
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"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "1.8.1"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2021-03-26 09:05:58 +01:00
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "electrs"
|
2023-07-08 19:52:42 +02:00
|
|
|
version = "0.10.0"
|
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-07-28 15:13:29 +02:00
|
|
|
"bitcoin-test-data",
|
2023-07-26 17:04:43 +02:00
|
|
|
"bitcoin_slices",
|
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-06 18:23:39 +01:00
|
|
|
version = "0.9.0-e2+7.8.3"
|
2021-09-18 08:01:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "f816b3e8df09b69e307ca4ac8b0cdde5abeb7155a01c0dacdf95c06556c09304"
|
2021-09-18 08:01:29 +02:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
2022-11-06 18:23:39 +01:00
|
|
|
"bzip2-sys",
|
2021-09-18 08:01:29 +02:00
|
|
|
"cc",
|
|
|
|
"glob",
|
|
|
|
"libc",
|
2022-11-06 18:23:39 +01:00
|
|
|
"libz-sys",
|
|
|
|
"zstd-sys",
|
2021-09-18 08:01:29 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "electrs-rocksdb"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.19.0-e2"
|
2021-09-18 08:01:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "3a1de04efd613a54f60fcd0ac12639b1ed374c2efa9371f3cfdc97ab736db319"
|
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-06 18:23:39 +01:00
|
|
|
version = "0.10.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"humantime",
|
2022-11-06 18:23:39 +01:00
|
|
|
"is-terminal",
|
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"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.3.1"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
2023-02-25 18:46:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2022-11-06 18:23:39 +01:00
|
|
|
"windows-sys 0.48.0",
|
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"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "2.0.0"
|
2022-01-10 14:17:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
|
2022-01-10 14:17:38 +01:00
|
|
|
|
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
|
|
|
|
2023-07-26 17:04:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-04-20 00:41:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-06-29 18:30:44 +02:00
|
|
|
version = "0.2.10"
|
2020-04-20 00:41:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 18:30:44 +02:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2020-04-20 00:41:31 +02:00
|
|
|
dependencies = [
|
2022-11-06 18:23:39 +01:00
|
|
|
"cfg-if",
|
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"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.3.1"
|
2019-03-28 14:10:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2019-03-28 14:10:45 +01:00
|
|
|
|
2022-11-06 18:23:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "0.3.2"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
2022-11-06 18:23:39 +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
|
|
|
|
2023-02-25 18:46:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-06-29 18:30:44 +02:00
|
|
|
version = "1.0.11"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 18:30:44 +02:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2023-02-25 18:46:31 +01:00
|
|
|
dependencies = [
|
2023-06-29 18:30:44 +02:00
|
|
|
"hermit-abi",
|
2023-02-25 18:46:31 +01:00
|
|
|
"libc",
|
2022-11-06 18:23:39 +01:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "0.4.9"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
2022-11-06 18:23:39 +01:00
|
|
|
dependencies = [
|
2023-06-29 18:30:44 +02:00
|
|
|
"hermit-abi",
|
2023-07-21 20:26:04 +02:00
|
|
|
"rustix 0.38.4",
|
2022-11-06 18:23:39 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-02-25 18:46:31 +01:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "1.0.9"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
2020-09-18 20:07:07 +02:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.1.26"
|
2020-09-18 20:07:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
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-06-29 18:30:44 +02:00
|
|
|
version = "0.2.147"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 18:30:44 +02:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.7.4"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2022-11-06 18:23:39 +01:00
|
|
|
"cfg-if",
|
2021-03-26 09:05:58 +01:00
|
|
|
"winapi",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
2022-11-06 18:23:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-02-25 18:46:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.1.4"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "0.4.3"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
|
2023-02-25 18:46:31 +01:00
|
|
|
|
2021-03-26 09:05:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-06-29 18:30:44 +02:00
|
|
|
version = "0.4.10"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 18:30:44 +02:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2021-03-26 09:05:58 +01:00
|
|
|
dependencies = [
|
2022-11-06 18:23:39 +01:00
|
|
|
"autocfg",
|
2021-03-26 09:05:58 +01:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2018-10-17 10:41:52 +02:00
|
|
|
[[package]]
|
2021-03-26 09:05:58 +01:00
|
|
|
name = "log"
|
2023-06-29 18:30:44 +02:00
|
|
|
version = "0.4.19"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 18:30:44 +02:00
|
|
|
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "2.5.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
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"
|
2023-06-29 18:30:44 +02:00
|
|
|
version = "0.9.0"
|
2020-06-18 17:28:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 18:30:44 +02:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
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]]
|
2022-11-06 18:23:39 +01:00
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
2021-10-05 12:12:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
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"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "7.1.3"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2019-08-03 09:53:46 +02:00
|
|
|
dependencies = [
|
2021-03-26 09:05:58 +01:00
|
|
|
"memchr",
|
2022-11-06 18:23:39 +01:00
|
|
|
"minimal-lexical",
|
2021-08-27 19:40:54 +02:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-06-29 18:30:44 +02:00
|
|
|
version = "1.16.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 18:30:44 +02:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2023-06-29 18:30:44 +02:00
|
|
|
"hermit-abi",
|
2020-04-20 00:41:31 +02:00
|
|
|
"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"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.12.1"
|
2020-04-20 00:41:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2021-03-26 09:05:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"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"
|
2023-06-29 18:30:44 +02:00
|
|
|
version = "0.9.8"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 18:30:44 +02:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2022-11-06 18:23:39 +01:00
|
|
|
"cfg-if",
|
2020-04-20 00:41:31 +02:00
|
|
|
"libc",
|
2023-06-29 18:30:44 +02:00
|
|
|
"redox_syscall 0.3.5",
|
2021-03-26 09:05:58 +01:00
|
|
|
"smallvec",
|
2023-06-29 18:30:44 +02:00
|
|
|
"windows-targets 0.48.1",
|
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-11-06 18:23:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
|
|
|
|
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"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "1.0.66"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2022-11-06 18:23:39 +01:00
|
|
|
"unicode-ident",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
2021-10-05 12:12:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "procfs"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.14.2"
|
2021-10-05 12:12:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "b1de8dacb0873f77e6aefc6d71e044761fcc68060290f5b1089fcdf84626bb69"
|
2021-10-05 12:12:18 +02:00
|
|
|
dependencies = [
|
2023-07-21 20:26:04 +02:00
|
|
|
"bitflags 1.3.2",
|
2021-10-05 12:12:18 +02:00
|
|
|
"byteorder",
|
|
|
|
"hex",
|
|
|
|
"lazy_static",
|
2023-07-21 20:26:04 +02:00
|
|
|
"rustix 0.36.15",
|
2021-10-05 12:12:18 +02:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "prometheus"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.13.3"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2022-11-06 18:23:39 +01:00
|
|
|
"cfg-if",
|
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"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "2.28.0"
|
2021-05-27 19:44:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
|
2021-05-27 19:44:51 +02:00
|
|
|
|
2019-09-13 13:38:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "1.0.31"
|
2019-09-13 13:38:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0"
|
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-11-06 18:23:39 +01:00
|
|
|
version = "0.6.4"
|
2019-03-26 10:14:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
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-11-06 18:23:39 +01:00
|
|
|
version = "1.7.0"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2021-03-26 09:05:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "1.11.0"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2021-03-26 09:05:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.2.16"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-05-20 13:03:54 +02:00
|
|
|
dependencies = [
|
2023-07-21 20:26:04 +02:00
|
|
|
"bitflags 1.3.2",
|
2021-05-20 13:03:54 +02:00
|
|
|
]
|
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 = [
|
2023-07-21 20:26:04 +02:00
|
|
|
"bitflags 1.3.2",
|
2023-04-03 18:50:51 +02:00
|
|
|
]
|
|
|
|
|
2018-11-10 20:38:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.4.3"
|
2018-11-10 20:38:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2018-11-10 20:38:58 +01:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"getrandom",
|
2022-11-06 18:23:39 +01:00
|
|
|
"redox_syscall 0.2.16",
|
|
|
|
"thiserror",
|
2018-11-10 20:38:58 +01:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "1.9.1"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
|
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"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "0.7.4"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
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-07-21 20:26:04 +02:00
|
|
|
version = "0.36.15"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941"
|
2023-02-25 18:46:31 +01:00
|
|
|
dependencies = [
|
2023-07-21 20:26:04 +02:00
|
|
|
"bitflags 1.3.2",
|
2023-02-25 18:46:31 +01:00
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
2022-11-06 18:23:39 +01:00
|
|
|
"linux-raw-sys 0.1.4",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "0.38.4"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
|
2022-11-06 18:23:39 +01:00
|
|
|
dependencies = [
|
2023-07-21 20:26:04 +02:00
|
|
|
"bitflags 2.3.3",
|
2022-11-06 18:23:39 +01:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-07-21 20:26:04 +02:00
|
|
|
"linux-raw-sys 0.4.3",
|
2022-11-06 18:23:39 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-02-25 18:46:31 +01:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "1.0.15"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
2021-03-26 09:05:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "1.2.0"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
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-07-21 20:26:04 +02:00
|
|
|
version = "1.0.174"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "3b88756493a5bd5e5395d53baa70b194b05764ab85b59e43e4b8f4e1192fa9b1"
|
2021-03-26 09:05:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2018-09-27 18:55:01 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "1.0.174"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "6e5c3a298c7f978e53536f95a63bdc4c4a64550582f31a0359a9afda6aede62e"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2021-03-26 09:05:58 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-21 20:26:04 +02:00
|
|
|
"syn 2.0.27",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "1.0.103"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
|
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
|
|
|
]
|
|
|
|
|
2023-07-26 17:04:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2021-03-26 09:05:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "1.1.0"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
2021-03-26 09:05:58 +01:00
|
|
|
|
2019-05-06 10:47:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "0.3.17"
|
2019-05-06 10:47:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
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"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "1.4.1"
|
2019-05-06 10:47:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
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"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "1.11.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
2019-09-13 13:38:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "1.0.109"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2021-03-26 09:05:58 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-11-06 18:23:39 +01:00
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "2.0.27"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "b60f673f44a8255b9c8c657daf66a596d435f2da81a555b06dc644d080ba45e0"
|
2022-11-06 18:23:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
2021-09-13 11:50:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "3.7.0"
|
2021-09-13 11:50:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998"
|
2021-09-13 11:50:21 +02:00
|
|
|
dependencies = [
|
2022-11-06 18:23:39 +01:00
|
|
|
"cfg-if",
|
2022-01-10 14:17:38 +01:00
|
|
|
"fastrand",
|
2023-04-03 18:50:51 +02:00
|
|
|
"redox_syscall 0.3.5",
|
2023-07-21 20:26:04 +02:00
|
|
|
"rustix 0.38.4",
|
2023-06-29 18:30:44 +02:00
|
|
|
"windows-sys 0.48.0",
|
2021-09-13 11:50:21 +02:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "1.2.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
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"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "1.0.44"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
|
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"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "1.0.44"
|
2020-04-20 00:41:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
|
2020-04-20 00:41:31 +02:00
|
|
|
dependencies = [
|
2021-03-26 09:05:58 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-21 20:26:04 +02:00
|
|
|
"syn 2.0.27",
|
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"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.5.11"
|
2019-09-06 11:40:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
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
|
|
|
]
|
|
|
|
|
2023-07-26 17:04:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
|
|
|
2019-09-06 11:40:13 +02:00
|
|
|
[[package]]
|
2022-11-06 18:23:39 +01:00
|
|
|
name = "unicode-ident"
|
2023-07-21 20:26:04 +02:00
|
|
|
version = "1.0.11"
|
2019-09-06 11:40:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 20:26:04 +02:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
2019-09-13 13:38:50 +02:00
|
|
|
[[package]]
|
2022-11-06 18:23:39 +01:00
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.10.1"
|
2019-09-13 13:38:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2020-04-20 00:41:31 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-11-06 18:23:39 +01:00
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
2020-04-20 00:41:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
2023-07-26 17:04:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
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"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2020-04-20 00:41:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
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 = [
|
2022-11-06 18:23:39 +01:00
|
|
|
"windows-targets 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-06-29 18:30:44 +02:00
|
|
|
"windows-targets 0.48.1",
|
2023-02-25 18:46:31 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.42.2"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2023-02-25 18:46:31 +01:00
|
|
|
dependencies = [
|
2022-11-06 18:23:39 +01:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2023-02-25 18:46:31 +01:00
|
|
|
]
|
|
|
|
|
2022-11-06 18:23:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-06-29 18:30:44 +02:00
|
|
|
version = "0.48.1"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 18:30:44 +02:00
|
|
|
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
|
2022-11-06 18:23:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.0",
|
|
|
|
"windows_aarch64_msvc 0.48.0",
|
|
|
|
"windows_i686_gnu 0.48.0",
|
|
|
|
"windows_i686_msvc 0.48.0",
|
|
|
|
"windows_x86_64_gnu 0.48.0",
|
|
|
|
"windows_x86_64_gnullvm 0.48.0",
|
|
|
|
"windows_x86_64_msvc 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
|
2023-02-25 18:46:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.42.2"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2023-02-25 18:46:31 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.48.0"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
2023-02-25 18:46:31 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.42.2"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
2023-02-25 18:46:31 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.42.2"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2023-02-25 18:46:31 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.48.0"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
2023-02-25 18:46:31 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.42.2"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
2023-02-25 18:46:31 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-11-06 18:23:39 +01:00
|
|
|
version = "0.42.2"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-06 18:23:39 +01:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
|
|
|
version = "2.0.8+zstd.1.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|