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-12-24 13:50:07 +01:00
|
|
|
version = "1.1.2"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
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-12-24 13:50:07 +01:00
|
|
|
version = "1.0.76"
|
2019-05-06 10:47:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355"
|
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"
|
2023-10-16 09:11:05 +02:00
|
|
|
version = "0.10.0-beta"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 09:11:05 +02:00
|
|
|
checksum = "98f7eed2b2781a6f0b5c903471d48e15f56fb4e1165df8a9a2337fd1a59d45ea"
|
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-10-16 09:11:05 +02:00
|
|
|
version = "0.31.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 09:11:05 +02:00
|
|
|
checksum = "5973a027b341b462105675962214dfe3c938ad9afd395d84b28602608bdcec7b"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"bech32",
|
2023-10-16 09:11:05 +02:00
|
|
|
"bitcoin-internals",
|
2020-04-20 00:41:31 +02:00
|
|
|
"bitcoin_hashes",
|
2023-10-16 09:11:05 +02:00
|
|
|
"hex-conservative",
|
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]]
|
2023-10-16 09:11:05 +02:00
|
|
|
name = "bitcoin-internals"
|
|
|
|
version = "0.2.0"
|
2023-03-29 21:44:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 09:11:05 +02:00
|
|
|
checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-03-29 21:44:25 +02:00
|
|
|
|
2023-08-22 19:46:53 +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-10-16 09:11:05 +02:00
|
|
|
version = "0.13.0"
|
2019-03-02 20:07:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 09:11:05 +02:00
|
|
|
checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b"
|
2019-03-02 20:07:37 +01:00
|
|
|
dependencies = [
|
2023-10-16 09:11:05 +02:00
|
|
|
"bitcoin-internals",
|
|
|
|
"hex-conservative",
|
2020-04-20 00:41:31 +02:00
|
|
|
"serde",
|
2019-03-02 20:07:37 +01:00
|
|
|
]
|
|
|
|
|
2023-08-22 19:46:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitcoin_slices"
|
2023-10-16 09:11:05 +02:00
|
|
|
version = "0.7.0"
|
2023-08-22 19:46:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 09:11:05 +02:00
|
|
|
checksum = "4b221249ba4685e0f737f0df2c7bb656d527fdd8ede83ac066c4c8ce95898f42"
|
2023-08-22 19:46:53 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitcoin",
|
2023-10-30 14:36:37 +01:00
|
|
|
"bitcoin_hashes",
|
2023-08-22 19:46:53 +02:00
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
2023-04-10 16:35:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitcoincore-rpc"
|
2023-10-16 09:11:05 +02:00
|
|
|
version = "0.18.0"
|
2023-04-10 16:35:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 09:11:05 +02:00
|
|
|
checksum = "8eb70725a621848c83b3809913d5314c0d20ca84877d99dd909504b564edab00"
|
2023-04-10 16:35:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitcoincore-rpc-json",
|
|
|
|
"jsonrpc",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitcoincore-rpc-json"
|
2023-10-16 09:11:05 +02:00
|
|
|
version = "0.18.0"
|
2023-04-10 16:35:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 09:11:05 +02:00
|
|
|
checksum = "856ffbee2e492c23bca715d72ea34aae80d58400f2bda26a82015d6bc2ec3662"
|
2023-04-10 16:35:18 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitcoin",
|
|
|
|
"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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "2.4.1"
|
2023-07-21 20:26:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
2023-07-21 20:26:04 +02:00
|
|
|
|
2023-08-22 19:46:53 +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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "1.5.0"
|
2019-09-06 11:40:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "1.0.83"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2020-09-18 20:07:07 +02:00
|
|
|
"jobserver",
|
2023-08-13 20:13:05 +02:00
|
|
|
"libc",
|
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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "1.5.0"
|
2021-08-27 19:40:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
|
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-08-22 19:46:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.2.11"
|
2023-08-22 19:46:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
|
2023-08-22 19:46:53 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-05-06 10:47:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-12-26 07:43:07 +01:00
|
|
|
version = "0.5.10"
|
2019-05-06 10:47:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-26 07:43:07 +01:00
|
|
|
checksum = "82a9b73a36529d9c47029b9fb3a6f0ea3cc916a261195352ba19e770fc1748b2"
|
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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.8.4"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751"
|
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-12-24 13:50:07 +01:00
|
|
|
version = "0.9.16"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "2d2fe95351b870527a5d09bf563ed3c97c0cffb87cf1c78a591bf48bb218d9aa"
|
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",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
2019-05-06 10:47:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-12-26 07:43:07 +01:00
|
|
|
version = "0.8.18"
|
2019-05-06 10:47:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-26 07:43:07 +01:00
|
|
|
checksum = "c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c"
|
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-08-22 19:46:53 +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"
|
2023-08-13 20:13:05 +02:00
|
|
|
version = "1.9.0"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-13 20:13:05 +02:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2021-03-26 09:05:58 +01:00
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "electrs"
|
2023-12-30 10:26:48 +01:00
|
|
|
version = "0.10.2"
|
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-08-22 19:46:53 +02:00
|
|
|
"bitcoin-test-data",
|
|
|
|
"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"
|
2023-10-12 23:35:14 +02:00
|
|
|
version = "0.9.0-e3+7.8.3"
|
2021-09-18 08:01:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-12 23:35:14 +02:00
|
|
|
checksum = "b34c24ce2a4d41fe320cea3a9b703b50efea6c2dd4a6d5b0cdbb6ee81636932f"
|
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"
|
2023-10-12 23:35:14 +02:00
|
|
|
version = "0.19.0-e3"
|
2021-09-18 08:01:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-12 23:35:14 +02:00
|
|
|
checksum = "1f33e74754aaacc3ff9ace8d3278a7f1be1173104d1960ea18f36386f0feec1e"
|
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"
|
2023-11-24 19:04:01 +01:00
|
|
|
version = "0.10.1"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-24 19:04:01 +01:00
|
|
|
checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
|
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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.3.8"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
2023-02-25 18:46:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-24 13:50:07 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-02-25 18:46:31 +01:00
|
|
|
]
|
|
|
|
|
2022-01-10 14:17:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "2.0.1"
|
2022-01-10 14:17:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
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-08-22 19:46:53 +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-12-24 13:50:07 +01:00
|
|
|
version = "0.2.11"
|
2020-04-20 00:41:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
|
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-12-24 13:50:07 +01:00
|
|
|
version = "0.3.3"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
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-10-16 09:11:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hex-conservative"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30ed443af458ccb6d81c1e7e661545f94d3176752fb1df2f543b902a1e0f51e2"
|
|
|
|
|
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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "1.0.3"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
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-12-24 13:50:07 +01:00
|
|
|
"rustix 0.38.28",
|
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-12-24 13:50:07 +01:00
|
|
|
version = "1.0.10"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
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-12-24 13:50:07 +01:00
|
|
|
version = "0.2.151"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
|
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
|
|
|
]
|
|
|
|
|
2023-12-24 13:50:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.1",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
]
|
|
|
|
|
2022-11-06 18:23:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2023-08-13 20:13:05 +02:00
|
|
|
version = "1.1.12"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-13 20:13:05 +02:00
|
|
|
checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
|
2022-11-06 18:23:39 +01:00
|
|
|
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-12-24 13:50:07 +01:00
|
|
|
version = "0.4.12"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
|
2023-02-25 18:46:31 +01:00
|
|
|
|
2021-03-26 09:05:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.4.11"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
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-08-13 20:13:05 +02:00
|
|
|
version = "0.4.20"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-13 20:13:05 +02:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2018-09-27 18:55:01 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "2.6.4"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
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
|
|
|
]
|
|
|
|
|
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-12-24 13:50:07 +01:00
|
|
|
version = "0.9.9"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
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-12-24 13:50:07 +01:00
|
|
|
"redox_syscall",
|
2021-03-26 09:05:58 +01:00
|
|
|
"smallvec",
|
2023-12-24 13:50:07 +01:00
|
|
|
"windows-targets 0.48.5",
|
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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.3.28"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a"
|
2022-11-06 18:23:39 +01: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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "1.0.71"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8"
|
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-10-27 20:18:26 +02:00
|
|
|
"rustix 0.36.17",
|
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-12-24 13:50:07 +01:00
|
|
|
version = "1.0.33"
|
2019-09-13 13:38:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
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"
|
2023-10-07 13:56:53 +02:00
|
|
|
version = "1.8.0"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 13:56:53 +02:00
|
|
|
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
2021-03-26 09:05:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-10-07 13:56:53 +02:00
|
|
|
version = "1.12.0"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 13:56:53 +02:00
|
|
|
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
2021-03-26 09:05:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-10-27 19:51:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
2018-11-10 20:38:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.4.4"
|
2018-11-10 20:38:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
|
2018-11-10 20:38:58 +01:00
|
|
|
dependencies = [
|
2020-04-20 00:41:31 +02:00
|
|
|
"getrandom",
|
2023-12-24 13:50:07 +01:00
|
|
|
"libredox",
|
2022-11-06 18:23:39 +01:00
|
|
|
"thiserror",
|
2018-11-10 20:38:58 +01:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "1.9.6"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"
|
2023-07-21 20:26:04 +02:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.3.9"
|
2023-07-21 20:26:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
|
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-12-24 13:50:07 +01:00
|
|
|
version = "0.7.5"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
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-10-27 20:18:26 +02:00
|
|
|
version = "0.36.17"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-27 20:18:26 +02:00
|
|
|
checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed"
|
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-12-24 13:50:07 +01:00
|
|
|
version = "0.38.28"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
|
2022-11-06 18:23:39 +01:00
|
|
|
dependencies = [
|
2023-12-24 13:50:07 +01:00
|
|
|
"bitflags 2.4.1",
|
2022-11-06 18:23:39 +01:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-12-24 13:50:07 +01:00
|
|
|
"linux-raw-sys 0.4.12",
|
|
|
|
"windows-sys 0.52.0",
|
2023-02-25 18:46:31 +01:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "1.0.16"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
|
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-10-16 09:11:05 +02:00
|
|
|
version = "0.28.0"
|
2020-04-19 23:39:57 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 09:11:05 +02:00
|
|
|
checksum = "2acea373acb8c21ecb5a23741452acd2593ed44ee3d343e72baaa143bc89d0d5"
|
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-12-24 13:50:07 +01:00
|
|
|
version = "0.9.1"
|
2020-06-18 17:28:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "4dd97a086ec737e30053fd5c46f097465d25bb81dd3608825f65298c4c98be83"
|
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-08-19 09:13:44 +02:00
|
|
|
version = "1.0.171"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 09:13:44 +02:00
|
|
|
checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
|
2021-03-26 09:05:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2018-09-27 18:55:01 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-08-19 09:13:44 +02:00
|
|
|
version = "1.0.171"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-19 09:13:44 +02:00
|
|
|
checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682"
|
2018-09-27 18:55:01 +02:00
|
|
|
dependencies = [
|
2021-03-26 09:05:58 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-12-24 13:50:07 +01:00
|
|
|
"syn 2.0.42",
|
2018-09-27 18:55:01 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-01-01 18:05:22 +01:00
|
|
|
version = "1.0.109"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-01 18:05:22 +01:00
|
|
|
checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9"
|
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-08-22 19:46:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.10.8"
|
2023-08-22 19:46:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2023-08-22 19:46:53 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2021-03-26 09:05:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "1.2.0"
|
2021-03-26 09:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
|
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-12-24 13:50:07 +01:00
|
|
|
version = "1.11.2"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
|
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-12-24 13:50:07 +01:00
|
|
|
version = "2.0.42"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "5b7d0a2c048d661a1a59fcd7355baa232f7ed34e0ee4df2eef3c1c1c0d3852d8"
|
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"
|
2024-01-02 05:53:27 +01:00
|
|
|
version = "3.9.0"
|
2021-09-13 11:50:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 05:53:27 +01:00
|
|
|
checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
|
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-12-24 13:50:07 +01:00
|
|
|
"redox_syscall",
|
|
|
|
"rustix 0.38.28",
|
2024-01-02 05:53:27 +01:00
|
|
|
"windows-sys 0.52.0",
|
2021-09-13 11:50:21 +02:00
|
|
|
]
|
|
|
|
|
2018-09-27 18:55:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "1.4.0"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
|
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-12-24 13:50:07 +01:00
|
|
|
version = "1.0.51"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7"
|
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-12-24 13:50:07 +01:00
|
|
|
version = "1.0.51"
|
2020-04-20 00:41:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df"
|
2020-04-20 00:41:31 +02:00
|
|
|
dependencies = [
|
2021-03-26 09:05:58 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-12-24 13:50:07 +01:00
|
|
|
"syn 2.0.42",
|
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-08-22 19:46:53 +02:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "1.17.0"
|
2023-08-22 19:46:53 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2023-08-22 19:46:53 +02:00
|
|
|
|
2019-09-06 11:40:13 +02:00
|
|
|
[[package]]
|
2022-11-06 18:23:39 +01:00
|
|
|
name = "unicode-ident"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "1.0.12"
|
2019-09-06 11:40:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
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-08-22 19:46:53 +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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.1.6"
|
2018-09-27 18:55:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
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-12-24 13:50:07 +01:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.0",
|
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-12-24 13:50:07 +01:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.0"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
|
2022-11-06 18:23:39 +01:00
|
|
|
dependencies = [
|
2023-12-24 13:50:07 +01:00
|
|
|
"windows_aarch64_gnullvm 0.52.0",
|
|
|
|
"windows_aarch64_msvc 0.52.0",
|
|
|
|
"windows_i686_gnu 0.52.0",
|
|
|
|
"windows_i686_msvc 0.52.0",
|
|
|
|
"windows_x86_64_gnu 0.52.0",
|
|
|
|
"windows_x86_64_gnullvm 0.52.0",
|
|
|
|
"windows_x86_64_msvc 0.52.0",
|
2022-11-06 18:23:39 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.0"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
|
2022-11-06 18:23:39 +01:00
|
|
|
|
|
|
|
[[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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.48.5"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
|
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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.48.5"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
|
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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.0"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
|
2022-11-06 18:23:39 +01:00
|
|
|
|
|
|
|
[[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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.48.5"
|
2023-02-25 18:46:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
|
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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.0"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
|
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"
|
2023-12-24 13:50:07 +01:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.0"
|
2022-11-06 18:23:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 13:50:07 +01:00
|
|
|
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|
2022-11-06 18:23:39 +01:00
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|