2019-08-29 15:44:46 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-05 03:17:23 +00:00
|
|
|
version = 3
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "Inflector"
|
|
|
|
version = "0.11.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
2021-11-07 20:41:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
|
|
|
dependencies = [
|
2023-01-26 23:44:55 +00:00
|
|
|
"gimli 0.26.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
|
|
|
|
dependencies = [
|
2023-03-10 16:04:12 +00:00
|
|
|
"gimli 0.27.2",
|
2020-05-16 13:32:11 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-03-29 23:51:52 +00:00
|
|
|
version = "1.0.2"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 23:51:52 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-07-25 12:35:30 +00:00
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.6",
|
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "0.4.3"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"generic-array 0.14.6",
|
2023-02-10 16:55:02 +00:00
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c192eb8f11fc081b0fe4259ba5af04217d4e0faddd02417310a927911abd7c8"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"generic-array 0.14.6",
|
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
|
|
|
|
dependencies = [
|
|
|
|
"aes-soft",
|
|
|
|
"aesni",
|
|
|
|
"cipher 0.2.5",
|
2020-07-25 12:35:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "0.7.5"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2023-02-10 16:55:02 +00:00
|
|
|
"cipher 0.3.0",
|
2022-05-21 15:19:48 +00:00
|
|
|
"cpufeatures",
|
2021-09-07 15:26:25 +00:00
|
|
|
"opaque-debug 0.3.0",
|
2020-07-25 12:35:30 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
2023-03-10 16:04:12 +00:00
|
|
|
name = "aes"
|
|
|
|
version = "0.8.2"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
2023-03-10 16:04:12 +00:00
|
|
|
"cfg-if",
|
2023-03-24 10:47:59 +00:00
|
|
|
"cipher 0.4.4",
|
2023-03-10 16:04:12 +00:00
|
|
|
"cpufeatures",
|
2023-02-10 16:55:02 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "0.9.4"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
2023-02-10 16:55:02 +00:00
|
|
|
"aead 0.4.3",
|
|
|
|
"aes 0.7.5",
|
|
|
|
"cipher 0.3.0",
|
|
|
|
"ctr 0.8.0",
|
|
|
|
"ghash 0.4.4",
|
2021-09-07 15:26:25 +00:00
|
|
|
"subtle",
|
2020-07-25 12:35:30 +00:00
|
|
|
]
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "82e1366e0c69c9f927b1fa5ce2c7bf9eafc8f9268c0b9800729e8b267612447c"
|
|
|
|
dependencies = [
|
|
|
|
"aead 0.5.1",
|
|
|
|
"aes 0.8.2",
|
2023-03-24 10:47:59 +00:00
|
|
|
"cipher 0.4.4",
|
2023-03-10 16:04:12 +00:00
|
|
|
"ctr 0.9.2",
|
|
|
|
"ghash 0.5.0",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aes-soft"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
|
|
|
|
dependencies = [
|
|
|
|
"cipher 0.2.5",
|
|
|
|
"opaque-debug 0.3.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aesni"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
|
|
|
|
dependencies = [
|
|
|
|
"cipher 0.2.5",
|
|
|
|
"opaque-debug 0.3.0",
|
|
|
|
]
|
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2021-11-07 20:41:04 +00:00
|
|
|
version = "0.7.6"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 20:41:04 +00:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2021-08-06 14:51:49 +00:00
|
|
|
dependencies = [
|
2022-11-03 18:48:26 +00:00
|
|
|
"getrandom 0.2.8",
|
2021-08-06 14:51:49 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
2021-01-15 04:10:35 +00:00
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom 0.2.8",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.7.20"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-08-19 18:57:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "0.1.5"
|
2022-08-19 18:57:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-19 18:57:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-10-04 13:32:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2019-10-04 13:32:53 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2019-10-04 13:32:53 +00:00
|
|
|
]
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.70"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
|
2019-12-16 20:46:39 +00:00
|
|
|
|
2021-05-19 06:45:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "approx"
|
2022-02-24 22:11:10 +00:00
|
|
|
version = "0.5.1"
|
2021-05-19 06:45:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-24 22:11:10 +00:00
|
|
|
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
2021-05-19 06:45:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
|
|
|
|
2022-10-06 18:31:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "array-bytes"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "4.2.0"
|
2022-10-06 18:31:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6"
|
2022-10-06 18:31:20 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.3.7"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2021-01-15 04:10:35 +00:00
|
|
|
version = "0.5.2"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 04:10:35 +00:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2019-12-16 20:46:39 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2021-05-19 06:45:16 +00:00
|
|
|
name = "arrayvec"
|
2021-11-07 20:41:04 +00:00
|
|
|
version = "0.7.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 20:41:04 +00:00
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-02-10 16:55:02 +00:00
|
|
|
name = "asn1-rs"
|
|
|
|
version = "0.3.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs-derive 0.1.0",
|
|
|
|
"asn1-rs-impl",
|
|
|
|
"displaydoc",
|
|
|
|
"nom",
|
|
|
|
"num-traits",
|
|
|
|
"rusticata-macros",
|
|
|
|
"thiserror",
|
2023-03-10 16:04:12 +00:00
|
|
|
"time 0.3.20",
|
2023-02-10 16:55:02 +00:00
|
|
|
]
|
2019-12-16 20:46:39 +00:00
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
2023-02-10 16:55:02 +00:00
|
|
|
name = "asn1-rs"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.5.2"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
2023-02-10 16:55:02 +00:00
|
|
|
"asn1-rs-derive 0.4.0",
|
|
|
|
"asn1-rs-impl",
|
|
|
|
"displaydoc",
|
|
|
|
"nom",
|
|
|
|
"num-traits",
|
|
|
|
"rusticata-macros",
|
|
|
|
"thiserror",
|
2023-03-10 16:04:12 +00:00
|
|
|
"time 0.3.20",
|
2020-07-25 12:35:30 +00:00
|
|
|
]
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
2023-02-10 16:55:02 +00:00
|
|
|
name = "asn1-rs-derive"
|
|
|
|
version = "0.1.0"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2023-02-10 16:55:02 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2023-02-10 16:55:02 +00:00
|
|
|
"synstructure",
|
2021-01-15 04:10:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-10 16:55:02 +00:00
|
|
|
name = "asn1-rs-derive"
|
|
|
|
version = "0.4.0"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2023-02-10 16:55:02 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2023-02-10 16:55:02 +00:00
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs-impl"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2021-01-15 04:10:35 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "asn1_der"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"
|
|
|
|
|
2023-03-24 10:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.13.0"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2022-11-17 16:14:30 +00:00
|
|
|
"async-lock",
|
2022-09-29 22:55:22 +00:00
|
|
|
"autocfg",
|
2023-03-24 10:47:59 +00:00
|
|
|
"cfg-if",
|
2022-12-09 08:53:53 +00:00
|
|
|
"concurrent-queue",
|
2021-01-15 04:10:35 +00:00
|
|
|
"futures-lite",
|
|
|
|
"log",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
2023-03-24 10:47:59 +00:00
|
|
|
"rustix 0.37.3",
|
2021-05-19 06:45:16 +00:00
|
|
|
"slab",
|
2022-05-21 15:19:48 +00:00
|
|
|
"socket2",
|
2021-01-15 04:10:35 +00:00
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2021-03-29 23:51:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "2.7.0"
|
2021-03-29 23:51:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
|
2021-03-29 23:51:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
2020-08-21 11:20:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.1.67"
|
2020-08-21 11:20:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "86ea188f25f0255d8f92797797c97ebf5631fa88178beb1a46fdf5622c9a00e4"
|
2020-08-21 11:20:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 2.0.8",
|
2020-08-21 11:20:35 +00:00
|
|
|
]
|
|
|
|
|
2021-03-29 23:51:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "asynchronous-codec"
|
2022-11-17 16:14:30 +00:00
|
|
|
version = "0.6.1"
|
2021-03-29 23:51:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 16:14:30 +00:00
|
|
|
checksum = "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182"
|
2021-03-29 23:51:52 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"bytes",
|
2021-03-29 23:51:52 +00:00
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"memchr",
|
2022-05-04 20:34:21 +00:00
|
|
|
"pin-project-lite 0.2.9",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "1.1.0"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
|
2020-07-25 12:35:30 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-01-06 20:58:38 +00:00
|
|
|
version = "0.2.14"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-12-09 08:53:53 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2020-03-25 03:42:27 +00:00
|
|
|
"libc",
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-24 22:11:10 +00:00
|
|
|
version = "1.1.0"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-24 22:11:10 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-03-05 16:53:25 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "0.3.67"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2023-01-26 23:44:55 +00:00
|
|
|
"addr2line 0.19.0",
|
2021-05-19 06:45:16 +00:00
|
|
|
"cc",
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2020-03-25 03:42:27 +00:00
|
|
|
"libc",
|
2023-01-26 23:44:55 +00:00
|
|
|
"miniz_oxide",
|
|
|
|
"object 0.30.3",
|
2020-03-25 03:42:27 +00:00
|
|
|
"rustc-demangle",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-02-24 14:12:24 +00:00
|
|
|
name = "base-x"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.2.11"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base16ct"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
|
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
2021-02-24 14:12:24 +00:00
|
|
|
name = "base58"
|
2021-11-07 20:41:04 +00:00
|
|
|
version = "0.2.0"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 20:41:04 +00:00
|
|
|
checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"
|
2020-03-05 16:53:25 +00:00
|
|
|
|
2020-06-27 16:14:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.13.1"
|
2020-06-27 16:14:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2020-06-27 16:14:55 +00:00
|
|
|
|
2023-01-26 23:44:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
|
|
2022-10-06 18:31:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "1.6.0"
|
2022-10-06 18:31:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2022-10-06 18:31:20 +00:00
|
|
|
|
2022-04-20 20:15:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "beef"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.5.2"
|
2022-04-20 20:15:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
|
2022-04-20 20:15:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.64.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-03-25 03:42:27 +00:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2020-03-25 03:42:27 +00:00
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2020-08-21 11:20:35 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "1.3.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2023-03-24 10:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1"
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "1.0.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
2020-04-15 11:33:19 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"funty",
|
2022-01-20 20:37:29 +00:00
|
|
|
"radium",
|
2021-02-24 14:12:24 +00:00
|
|
|
"tap",
|
|
|
|
"wyz",
|
2020-04-15 11:33:19 +00:00
|
|
|
]
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-03-21 20:01:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "0.10.6"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-12-09 08:53:53 +00:00
|
|
|
"digest 0.10.6",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "1.0.1"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec 0.7.2",
|
2023-03-10 16:04:12 +00:00
|
|
|
"constant_time_eq",
|
2022-05-21 15:19:48 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2020-04-15 11:33:19 +00:00
|
|
|
name = "blake2s_simd"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "1.0.1"
|
2020-04-15 11:33:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "6637f448b9e61dfadbdcbae9a885fadee1f3eaffb1f8d3c1965d3ade8bdfd44f"
|
2020-04-15 11:33:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2022-05-21 15:19:48 +00:00
|
|
|
"arrayvec 0.7.2",
|
2023-03-10 16:04:12 +00:00
|
|
|
"constant_time_eq",
|
2020-04-15 11:33:19 +00:00
|
|
|
]
|
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "1.3.3"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2022-05-21 15:19:48 +00:00
|
|
|
"arrayvec 0.7.2",
|
2021-02-24 14:12:24 +00:00
|
|
|
"cc",
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2023-03-10 16:04:12 +00:00
|
|
|
"constant_time_eq",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
2020-04-15 11:33:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.7.3"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-15 11:33:19 +00:00
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2023-02-10 16:55:02 +00:00
|
|
|
"block-padding 0.1.5",
|
2020-04-15 11:33:19 +00:00
|
|
|
"byte-tools",
|
2021-02-24 14:12:24 +00:00
|
|
|
"byteorder",
|
2021-03-29 23:51:52 +00:00
|
|
|
"generic-array 0.12.4",
|
2020-07-25 12:35:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"generic-array 0.14.6",
|
2020-07-25 12:35:30 +00:00
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.10.4"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"generic-array 0.14.6",
|
2022-02-24 18:09:06 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-modes"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding 0.2.1",
|
|
|
|
"cipher 0.2.5",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
2019-12-16 20:46:39 +00:00
|
|
|
version = "0.1.5"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"byte-tools",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2020-06-10 16:47:28 +00:00
|
|
|
[[package]]
|
2023-02-10 16:55:02 +00:00
|
|
|
name = "block-padding"
|
|
|
|
version = "0.2.1"
|
2020-06-10 16:47:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
|
2020-06-10 16:47:28 +00:00
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bounded-collections"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a071c348a5ef6da1d3a87166b408170b46002382b1dda83992b5c2208cefb370"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
|
|
|
"scale-info",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bs58"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.4.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"memchr",
|
2023-01-26 23:44:55 +00:00
|
|
|
"serde",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "build-helper"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.6.0",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "3.12.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byte-slice-cast"
|
2022-11-17 16:14:30 +00:00
|
|
|
version = "1.2.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 16:14:30 +00:00
|
|
|
checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
|
|
|
version = "1.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-05-19 06:45:16 +00:00
|
|
|
version = "1.4.3"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-19 06:45:16 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "1.4.0"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2021-01-15 04:10:35 +00:00
|
|
|
|
2022-03-21 20:01:15 +00: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",
|
|
|
|
]
|
|
|
|
|
2021-05-19 06:45:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.1.4"
|
2021-05-19 06:45:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
|
2021-05-19 06:45:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo-platform"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "0.1.2"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.15.3"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "08a1ec454bc3eead8719cb56e15dbbfecdbc14e4b3a3ae4936cc6e31f5fc0d07"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2021-05-19 06:45:16 +00:00
|
|
|
"camino",
|
2021-01-15 04:10:35 +00:00
|
|
|
"cargo-platform",
|
2023-03-24 10:47:59 +00:00
|
|
|
"semver 1.0.17",
|
2021-01-15 04:10:35 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-03-10 16:04:12 +00:00
|
|
|
"thiserror",
|
2021-01-15 04:10:35 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "1.0.79"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"jobserver",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ccm"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5aca1a8fbc20b50ac9673ff014abfb2b5f4085ee1a850d408f14a159c5853ac7"
|
|
|
|
dependencies = [
|
|
|
|
"aead 0.3.2",
|
|
|
|
"cipher 0.2.5",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2022-01-20 20:37:29 +00:00
|
|
|
version = "0.6.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-20 20:37:29 +00:00
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"nom",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-09-29 23:17:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-expr"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2022-10-06 18:31:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
2020-07-25 12:35:30 +00:00
|
|
|
name = "chacha20"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.8.2"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2023-02-10 16:55:02 +00:00
|
|
|
"cipher 0.3.0",
|
2022-05-21 15:19:48 +00:00
|
|
|
"cpufeatures",
|
2020-07-25 12:35:30 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chacha20poly1305"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.9.1"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
2023-02-10 16:55:02 +00:00
|
|
|
"aead 0.4.3",
|
2020-07-25 12:35:30 +00:00
|
|
|
"chacha20",
|
2023-02-10 16:55:02 +00:00
|
|
|
"cipher 0.3.0",
|
2020-07-25 12:35:30 +00:00
|
|
|
"poly1305",
|
|
|
|
"zeroize",
|
2020-03-05 16:53:25 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.4.24"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-08-19 18:57:12 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2020-03-25 03:42:27 +00:00
|
|
|
"num-integer",
|
2020-08-21 11:20:35 +00:00
|
|
|
"num-traits",
|
2023-02-10 16:55:02 +00:00
|
|
|
"time 0.1.45",
|
2022-08-19 18:57:12 +00:00
|
|
|
"wasm-bindgen",
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cid"
|
2022-08-19 18:57:12 +00:00
|
|
|
version = "0.8.6"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 18:57:12 +00:00
|
|
|
checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"core2",
|
2021-02-24 14:12:24 +00:00
|
|
|
"multibase",
|
2023-03-10 16:04:12 +00:00
|
|
|
"multihash 0.16.3",
|
2022-05-21 15:19:48 +00:00
|
|
|
"serde",
|
|
|
|
"unsigned-varint",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.6",
|
|
|
|
]
|
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "0.3.0"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"generic-array 0.14.6",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.4.4"
|
2023-03-10 16:04:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
2023-03-10 16:04:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "1.6.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "77ed9a53e5d4d9c573ae844bfac6872b159cb1d1585a83b29e7a64b7eef7332a"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"glob",
|
|
|
|
"libc",
|
2022-11-03 18:48:26 +00:00
|
|
|
"libloading",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "4.1.11"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "42dfd32784433290c51d92c438bb72ea5063797fc3cc9a21a8c4346bebbb2098"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 2.0.2",
|
2022-02-24 18:09:06 +00:00
|
|
|
"clap_derive",
|
2022-05-04 20:34:21 +00:00
|
|
|
"clap_lex",
|
2022-12-09 08:53:53 +00:00
|
|
|
"is-terminal",
|
2022-07-15 08:29:00 +00:00
|
|
|
"once_cell",
|
2020-03-25 03:42:27 +00:00
|
|
|
"strsim",
|
2022-02-24 18:09:06 +00:00
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "4.1.9"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"heck",
|
2022-02-24 18:09:06 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-05-04 20:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.3.3"
|
2022-05-04 20:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646"
|
2022-05-04 20:34:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2022-06-16 19:39:29 +00:00
|
|
|
[[package]]
|
2022-11-03 18:48:26 +00:00
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
2022-06-16 19:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
2022-06-16 19:39:29 +00:00
|
|
|
dependencies = [
|
2022-11-03 18:48:26 +00:00
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
2022-06-16 19:39:29 +00:00
|
|
|
]
|
|
|
|
|
2022-06-02 21:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "comfy-table"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "6.1.4"
|
2022-06-02 21:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "6e7b787b0dc42e8111badfdbe4c3059158ccb2db8780352fa1b01e8ccf45cc4d"
|
2022-06-02 21:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2022-11-17 16:14:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "2.1.0"
|
2022-11-17 16:14:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
|
2022-11-17 16:14:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2022-05-21 15:19:48 +00:00
|
|
|
name = "const-oid"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.9.2"
|
2021-03-29 23:51:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913"
|
2021-03-29 23:51:52 +00:00
|
|
|
|
2022-12-09 08:53:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.2.5"
|
2022-12-09 08:53:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b"
|
2022-12-09 08:53:53 +00:00
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-02-24 22:11:10 +00:00
|
|
|
version = "0.9.3"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-24 22:11:10 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2020-03-05 16:53:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2021-11-07 20:41:04 +00:00
|
|
|
version = "0.8.3"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 20:41:04 +00:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
2022-05-21 15:19:48 +00:00
|
|
|
name = "core2"
|
|
|
|
version = "0.4.0"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 15:19:48 +00:00
|
|
|
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"memchr",
|
2022-02-24 18:09:06 +00:00
|
|
|
]
|
|
|
|
|
2021-10-01 23:38:49 +00:00
|
|
|
[[package]]
|
2022-05-21 15:19:48 +00:00
|
|
|
name = "cpp_demangle"
|
|
|
|
version = "0.3.5"
|
2021-10-01 23:38:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 15:19:48 +00:00
|
|
|
checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
|
2021-10-01 23:38:49 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2021-10-01 23:38:49 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
2021-05-19 06:45:16 +00:00
|
|
|
name = "cpufeatures"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "0.2.5"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
2021-05-19 06:45:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-07-25 12:35:30 +00:00
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.93.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "a7379abaacee0f14abf3204a7606118f0465785252169d186337bcb75030815a"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-entity",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.93.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "9489fa336927df749631f1008007ced2871068544f40a202ce6d93fbf2366a7b"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2022-10-06 18:31:20 +00:00
|
|
|
"arrayvec 0.7.2",
|
|
|
|
"bumpalo",
|
2022-02-24 18:09:06 +00:00
|
|
|
"cranelift-bforest",
|
|
|
|
"cranelift-codegen-meta",
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
2022-07-15 08:29:00 +00:00
|
|
|
"cranelift-isle",
|
2023-01-26 23:44:55 +00:00
|
|
|
"gimli 0.26.2",
|
2023-03-10 16:04:12 +00:00
|
|
|
"hashbrown 0.12.3",
|
2022-02-24 18:09:06 +00:00
|
|
|
"log",
|
2022-07-15 08:29:00 +00:00
|
|
|
"regalloc2",
|
2022-02-24 18:09:06 +00:00
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.93.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "05bbb67da91ec721ed57cef2f7c5ef7728e1cd9bde9ffd3ef8601022e73e3239"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-shared"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.93.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "418ecb2f36032f6665dc1a5e2060a143dbab41d83b784882e97710e890a7a16d"
|
2022-02-24 18:09:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-entity"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.93.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "7cf583f7b093f291005f9fb1323e2c37f6ee4c7909e39ce016b2e8360d461705"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-frontend"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.93.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "0b66bf9e916f57fbbd0f7703ec6286f4624866bf45000111627c70d272c8dda1"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
2022-07-15 08:29:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-isle"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.93.1"
|
2022-07-15 08:29:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "649782a39ce99798dd6b4029e2bb318a2fbeaade1b4fa25330763c10c65bc358"
|
2022-07-15 08:29:00 +00:00
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-native"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.93.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "937e021e089c51f9749d09e7ad1c4f255c2f8686cb8c3df63a34b3ec9921bc41"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"libc",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-wasm"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.93.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "d850cf6775477747c9dfda9ae23355dd70512ffebc70cf82b85a5b111ae668b5"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-frontend",
|
|
|
|
"itertools",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"wasmparser",
|
|
|
|
"wasmtime-types",
|
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
|
|
|
version = "3.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
|
|
|
|
dependencies = [
|
|
|
|
"crc-catalog",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc-catalog"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-24 22:11:10 +00:00
|
|
|
version = "1.3.2"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-24 22:11:10 +00:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.5.7"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2022-02-24 18:09:06 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.8.3"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2022-02-24 18:09:06 +00:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.9.14"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2022-03-21 20:01:15 +00:00
|
|
|
"autocfg",
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2022-02-24 18:09:06 +00:00
|
|
|
"crossbeam-utils",
|
2023-03-10 16:04:12 +00:00
|
|
|
"memoffset 0.8.0",
|
2022-02-24 18:09:06 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.8.15"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-bigint"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.4.9"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"generic-array 0.14.6",
|
2022-09-29 22:55:22 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-05-21 15:19:48 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-08-06 13:02:27 +00:00
|
|
|
version = "0.1.6"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-06 13:02:27 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"generic-array 0.14.6",
|
2023-03-10 16:04:12 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-02-24 18:09:06 +00:00
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "0.8.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"generic-array 0.14.6",
|
2021-09-07 15:26:25 +00:00
|
|
|
"subtle",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "0.11.1"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"generic-array 0.14.6",
|
2021-09-07 15:26:25 +00:00
|
|
|
"subtle",
|
2020-07-25 12:35:30 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.8.0"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
2023-03-10 16:04:12 +00:00
|
|
|
"cipher 0.3.0",
|
2023-02-10 16:55:02 +00:00
|
|
|
]
|
|
|
|
|
2021-09-07 15:26:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.9.2"
|
2021-09-07 15:26:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
2021-09-07 15:26:25 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"cipher 0.4.4",
|
2021-09-07 15:26:25 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "curve25519-dalek"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "2.1.3"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-06 14:51:49 +00:00
|
|
|
checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"byteorder",
|
2020-07-25 12:35:30 +00:00
|
|
|
"digest 0.8.1",
|
2020-03-25 03:42:27 +00:00
|
|
|
"rand_core 0.5.1",
|
2021-09-07 15:26:25 +00:00
|
|
|
"subtle",
|
2021-01-15 04:10:35 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "3.2.0"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"byteorder",
|
2021-01-15 04:10:35 +00:00
|
|
|
"digest 0.9.0",
|
|
|
|
"rand_core 0.5.1",
|
2021-09-07 15:26:25 +00:00
|
|
|
"subtle",
|
2020-03-25 03:42:27 +00:00
|
|
|
"zeroize",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "4.0.0-rc.1"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "8d4ba9852b42210c7538b75484f9daa0655e9a3ac04f693747bb0f02cf3cfe16"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
2023-01-26 23:44:55 +00:00
|
|
|
"cfg-if",
|
|
|
|
"fiat-crypto",
|
|
|
|
"packed_simd_2",
|
|
|
|
"platforms 3.0.2",
|
2022-05-21 15:19:48 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.93"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "a9c00419335c41018365ddf7e4d5f1c12ee3659ddcf3e01974650ba1de73d038"
|
2022-11-03 18:48:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.93"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "fb8307ad413a98fff033c8545ecf133e3257747b3bae935e7602aab8aa92d4ca"
|
2022-11-03 18:48:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 2.0.8",
|
2022-11-03 18:48:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.93"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "edc52e2eb08915cb12596d29d55f0b5384f00d697a646dbd269b6ecb0fbd9d31"
|
2022-11-03 18:48:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.93"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "631569015d0d8d54e6c241733f944042623ab6df7bc3be7466874b05fcdb1c5f"
|
2022-11-03 18:48:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 2.0.8",
|
2022-11-03 18:48:26 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.14.4"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.14.4"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2023-02-10 16:55:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.14.4"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2023-02-10 16:55:02 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "data-encoding"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "2.3.3"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding-macro"
|
2021-06-22 06:00:32 +00:00
|
|
|
version = "0.1.12"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-22 06:00:32 +00:00
|
|
|
checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"data-encoding",
|
|
|
|
"data-encoding-macro-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "data-encoding-macro-internal"
|
2021-06-22 06:00:32 +00:00
|
|
|
version = "0.1.10"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-22 06:00:32 +00:00
|
|
|
checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"data-encoding",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
2022-12-13 19:40:10 +00:00
|
|
|
version = "0.6.1"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 19:40:10 +00:00
|
|
|
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
2023-02-10 16:55:02 +00:00
|
|
|
"pem-rfc7468",
|
2022-12-09 08:53:53 +00:00
|
|
|
"zeroize",
|
2022-05-21 15:19:48 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der-parser"
|
|
|
|
version = "7.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs 0.3.1",
|
|
|
|
"displaydoc",
|
|
|
|
"nom",
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"rusticata-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "der-parser"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "8.2.0"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"asn1-rs 0.5.2",
|
2023-02-10 16:55:02 +00:00
|
|
|
"displaydoc",
|
|
|
|
"nom",
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"rusticata-macros",
|
|
|
|
]
|
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive-syn-parse"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e79116f119dd1dba1abf1f3405f03b9b0e79a27a3883864bfebded8a3dc768cd"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2023-03-10 16:04:12 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2023-02-10 16:55:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_macro"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_core",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2023-02-10 16:55:02 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "derive_more"
|
2022-01-20 20:37:29 +00:00
|
|
|
version = "0.99.17"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-20 20:37:29 +00:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "difflib"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-03-29 23:51:52 +00:00
|
|
|
"generic-array 0.12.4",
|
2020-07-25 12:35:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"generic-array 0.14.6",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.10.6"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"block-buffer 0.10.4",
|
2022-02-24 18:09:06 +00:00
|
|
|
"crypto-common",
|
2022-03-21 20:01:15 +00:00
|
|
|
"subtle",
|
2022-02-24 18:09:06 +00:00
|
|
|
]
|
|
|
|
|
2020-05-25 21:48:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "directories"
|
2021-12-28 17:18:04 +00:00
|
|
|
version = "4.0.1"
|
2020-05-25 21:48:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-28 17:18:04 +00:00
|
|
|
checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
|
2020-05-25 21:48:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "directories-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
|
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2022-02-24 18:09:06 +00:00
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
2020-05-25 21:48:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2022-03-21 20:01:15 +00:00
|
|
|
version = "0.3.7"
|
2020-05-25 21:48:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 20:01:15 +00:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2020-05-25 21:48:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-06-02 21:33:23 +00:00
|
|
|
"redox_users",
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-06-02 21:33:23 +00:00
|
|
|
"redox_users",
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2022-02-24 18:09:06 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2023-02-10 16:55:02 +00:00
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.3"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2023-02-10 16:55:02 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "downcast"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
|
|
|
|
|
2021-06-22 06:00:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
|
2021-12-28 17:18:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.6"
|
2021-12-28 17:18:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169"
|
2021-12-28 17:18:04 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2020-08-21 11:20:35 +00:00
|
|
|
name = "dyn-clonable"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"
|
|
|
|
dependencies = [
|
|
|
|
"dyn-clonable-impl",
|
|
|
|
"dyn-clone",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dyn-clonable-impl"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2020-08-21 11:20:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "1.0.11"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ecdsa"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.14.8"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"elliptic-curve",
|
|
|
|
"rfc6979",
|
|
|
|
"signature",
|
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ed25519"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "1.5.3"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"signature",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ed25519-dalek"
|
2021-01-15 04:10:35 +00:00
|
|
|
version = "1.0.1"
|
2019-10-04 13:32:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 04:10:35 +00:00
|
|
|
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
|
2019-10-04 13:32:53 +00:00
|
|
|
dependencies = [
|
2021-09-07 15:26:25 +00:00
|
|
|
"curve25519-dalek 3.2.0",
|
2020-07-25 12:35:30 +00:00
|
|
|
"ed25519",
|
2020-03-25 03:42:27 +00:00
|
|
|
"rand 0.7.3",
|
2020-07-25 12:35:30 +00:00
|
|
|
"serde",
|
2022-01-20 20:37:29 +00:00
|
|
|
"sha2 0.9.9",
|
2020-07-25 12:35:30 +00:00
|
|
|
"zeroize",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-09-29 23:17:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ed25519-zebra"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "3.1.0"
|
2022-09-29 23:17:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"
|
2022-09-29 23:17:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"curve25519-dalek 3.2.0",
|
2023-03-10 16:04:12 +00:00
|
|
|
"hashbrown 0.12.3",
|
2022-09-29 23:17:14 +00:00
|
|
|
"hex",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
"sha2 0.9.9",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "1.8.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "elliptic-curve"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.12.3"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"base16ct",
|
|
|
|
"crypto-bigint",
|
|
|
|
"der",
|
2022-12-09 08:53:53 +00:00
|
|
|
"digest 0.10.6",
|
2022-05-21 15:19:48 +00:00
|
|
|
"ff",
|
2022-08-06 13:02:27 +00:00
|
|
|
"generic-array 0.14.6",
|
2022-05-21 15:19:48 +00:00
|
|
|
"group",
|
2023-02-10 16:55:02 +00:00
|
|
|
"hkdf",
|
|
|
|
"pem-rfc7468",
|
|
|
|
"pkcs8",
|
2022-09-29 22:55:22 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-05-21 15:19:48 +00:00
|
|
|
"sec1",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-05-19 06:45:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "enum-as-inner"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.5.1"
|
2021-05-19 06:45:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
|
2021-05-19 06:45:16 +00:00
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"heck",
|
2021-05-19 06:45:16 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2021-05-19 06:45:16 +00:00
|
|
|
]
|
|
|
|
|
2023-01-26 23:44:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"is-terminal",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "environmental"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "1.1.4"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2022-02-24 18:09:06 +00:00
|
|
|
]
|
|
|
|
|
2023-03-24 10:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2022-08-06 13:02:27 +00:00
|
|
|
version = "2.5.3"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-06 13:02:27 +00:00
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
2020-07-25 12:35:30 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "exit-future"
|
2019-12-16 20:46:39 +00:00
|
|
|
version = "0.2.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-03-24 10:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "expander"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f360349150728553f92e4c997a16af8915f418d3a0f21b440d34c5632f16ed84"
|
|
|
|
dependencies = [
|
|
|
|
"blake2",
|
|
|
|
"fs-err",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "1.9.0"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
2020-07-25 12:35:30 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fdlimit"
|
2021-01-15 04:10:35 +00:00
|
|
|
version = "0.2.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 04:10:35 +00:00
|
|
|
checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"libc",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ff"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.12.1"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
2022-09-29 22:55:22 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-05-21 15:19:48 +00:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-01-26 23:44:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fiat-crypto"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.1.19"
|
2023-01-26 23:44:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "93ace6ec7cc19c8ed33a32eaa9ea692d7faea05006b5356b9e2b668ec4bc3955"
|
2023-01-26 23:44:55 +00:00
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "file-per-thread-logger"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "0.1.6"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2023-02-10 16:55:02 +00:00
|
|
|
"env_logger",
|
2022-02-24 18:09:06 +00:00
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2022-07-05 20:15:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.2.20"
|
2022-07-05 20:15:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412"
|
2022-07-05 20:15:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2023-03-10 16:04:12 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-07-05 20:15:45 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "finality-grandpa"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.16.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-05-06 20:25:03 +00:00
|
|
|
"either",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-02-24 18:09:06 +00:00
|
|
|
"futures-timer",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2020-08-21 11:20:35 +00:00
|
|
|
"num-traits",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2021-08-06 14:51:49 +00:00
|
|
|
"scale-info",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fixed-hash"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.8.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"byteorder",
|
2022-02-24 22:11:10 +00:00
|
|
|
"rand 0.8.5",
|
2020-03-25 03:42:27 +00:00
|
|
|
"rustc-hex",
|
|
|
|
"static_assertions",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.4.2"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
2020-03-05 16:53:25 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "1.0.25"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"crc32fast",
|
|
|
|
"libz-sys",
|
2023-01-26 23:44:55 +00:00
|
|
|
"miniz_oxide",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-16 13:32:11 +00:00
|
|
|
version = "1.0.7"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-16 13:32:11 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "fork-tree"
|
2021-02-24 14:12:24 +00:00
|
|
|
version = "3.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2020-03-05 16:53:25 +00:00
|
|
|
]
|
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "1.1.0"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"percent-encoding",
|
2021-01-15 04:10:35 +00:00
|
|
|
]
|
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fragile"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"
|
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "frame-benchmarking"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"frame-support",
|
2023-03-10 16:04:12 +00:00
|
|
|
"frame-support-procedural",
|
2020-03-25 03:42:27 +00:00
|
|
|
"frame-system",
|
|
|
|
"linregress",
|
2021-05-19 06:45:16 +00:00
|
|
|
"log",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2021-05-19 06:45:16 +00:00
|
|
|
"paste",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2022-02-24 18:09:06 +00:00
|
|
|
"serde",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-api",
|
2022-02-24 18:09:06 +00:00
|
|
|
"sp-application-crypto",
|
2022-09-29 23:17:14 +00:00
|
|
|
"sp-core",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-io",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-runtime-interface",
|
|
|
|
"sp-std",
|
2020-08-21 11:20:35 +00:00
|
|
|
"sp-storage",
|
2023-03-10 16:04:12 +00:00
|
|
|
"static_assertions",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2020-09-23 00:24:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "frame-benchmarking-cli"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-09-23 00:24:35 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"Inflector",
|
2022-10-06 18:31:20 +00:00
|
|
|
"array-bytes",
|
2021-02-24 14:12:24 +00:00
|
|
|
"chrono",
|
2022-02-24 18:09:06 +00:00
|
|
|
"clap",
|
2022-06-02 21:33:23 +00:00
|
|
|
"comfy-table",
|
2020-09-23 00:24:35 +00:00
|
|
|
"frame-benchmarking",
|
2021-08-06 14:51:49 +00:00
|
|
|
"frame-support",
|
2022-04-20 20:15:29 +00:00
|
|
|
"frame-system",
|
2022-07-05 20:15:45 +00:00
|
|
|
"gethostname",
|
2021-02-24 14:12:24 +00:00
|
|
|
"handlebars",
|
2022-03-21 20:01:15 +00:00
|
|
|
"itertools",
|
2022-05-21 15:19:48 +00:00
|
|
|
"lazy_static",
|
2021-09-07 15:26:25 +00:00
|
|
|
"linked-hash-map",
|
|
|
|
"log",
|
2020-09-23 00:24:35 +00:00
|
|
|
"parity-scale-codec",
|
2022-03-21 20:01:15 +00:00
|
|
|
"rand 0.8.5",
|
2023-02-10 16:55:02 +00:00
|
|
|
"rand_pcg",
|
2022-04-20 20:15:29 +00:00
|
|
|
"sc-block-builder",
|
2020-09-23 00:24:35 +00:00
|
|
|
"sc-cli",
|
2022-03-21 20:01:15 +00:00
|
|
|
"sc-client-api",
|
2020-09-23 00:24:35 +00:00
|
|
|
"sc-client-db",
|
|
|
|
"sc-executor",
|
|
|
|
"sc-service",
|
2022-05-04 20:34:21 +00:00
|
|
|
"sc-sysinfo",
|
2021-02-24 14:12:24 +00:00
|
|
|
"serde",
|
2022-02-24 18:09:06 +00:00
|
|
|
"serde_json",
|
2022-03-21 20:01:15 +00:00
|
|
|
"sp-api",
|
|
|
|
"sp-blockchain",
|
2020-09-23 00:24:35 +00:00
|
|
|
"sp-core",
|
2022-03-21 20:01:15 +00:00
|
|
|
"sp-database",
|
2020-09-23 00:24:35 +00:00
|
|
|
"sp-externalities",
|
2022-04-20 20:15:29 +00:00
|
|
|
"sp-inherents",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sp-keystore",
|
2020-09-23 00:24:35 +00:00
|
|
|
"sp-runtime",
|
|
|
|
"sp-state-machine",
|
2022-12-09 08:53:53 +00:00
|
|
|
"sp-std",
|
2022-03-21 20:01:15 +00:00
|
|
|
"sp-storage",
|
|
|
|
"sp-trie",
|
2022-05-21 15:19:48 +00:00
|
|
|
"thiserror",
|
2022-04-20 20:15:29 +00:00
|
|
|
"thousands",
|
2020-09-23 00:24:35 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "frame-executive"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"frame-support",
|
|
|
|
"frame-system",
|
2022-09-29 23:17:14 +00:00
|
|
|
"frame-try-runtime",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-09-23 00:24:35 +00:00
|
|
|
"sp-core",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sp-io",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sp-tracing",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "frame-metadata"
|
2022-03-21 20:01:15 +00:00
|
|
|
version = "15.0.0"
|
2021-10-01 23:38:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 20:01:15 +00:00
|
|
|
checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
2022-12-09 08:53:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "frame-remote-externalities"
|
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2022-12-09 08:53:53 +00:00
|
|
|
dependencies = [
|
2023-01-26 23:44:55 +00:00
|
|
|
"futures",
|
2022-12-09 08:53:53 +00:00
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
|
|
|
"serde",
|
|
|
|
"sp-core",
|
|
|
|
"sp-io",
|
|
|
|
"sp-runtime",
|
|
|
|
"substrate-rpc-client",
|
2023-01-26 23:44:55 +00:00
|
|
|
"tokio",
|
2022-12-09 08:53:53 +00:00
|
|
|
]
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "frame-support"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
"environmental",
|
2020-03-25 03:42:27 +00:00
|
|
|
"frame-metadata",
|
|
|
|
"frame-support-procedural",
|
|
|
|
"impl-trait-for-tuples",
|
2022-05-21 15:19:48 +00:00
|
|
|
"k256",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2021-02-24 14:12:24 +00:00
|
|
|
"once_cell",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2021-05-19 06:45:16 +00:00
|
|
|
"paste",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2022-08-19 18:57:12 +00:00
|
|
|
"sp-api",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-arithmetic",
|
|
|
|
"sp-core",
|
2021-12-28 17:18:04 +00:00
|
|
|
"sp-core-hashing-proc-macro",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-inherents",
|
|
|
|
"sp-io",
|
|
|
|
"sp-runtime",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sp-staking",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-state-machine",
|
|
|
|
"sp-std",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sp-tracing",
|
2022-10-06 18:31:20 +00:00
|
|
|
"sp-weights",
|
2021-11-07 20:41:04 +00:00
|
|
|
"tt-call",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "frame-support-procedural"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"Inflector",
|
2022-09-29 23:17:14 +00:00
|
|
|
"cfg-expr",
|
2023-03-10 16:04:12 +00:00
|
|
|
"derive-syn-parse",
|
2020-03-25 03:42:27 +00:00
|
|
|
"frame-support-procedural-tools",
|
2022-09-29 23:17:14 +00:00
|
|
|
"itertools",
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "frame-support-procedural-tools"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"frame-support-procedural-tools-derive",
|
2022-05-21 15:19:48 +00:00
|
|
|
"proc-macro-crate",
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "frame-support-procedural-tools-derive"
|
2021-02-24 14:12:24 +00:00
|
|
|
version = "3.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "frame-system"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"frame-support",
|
2021-05-19 06:45:16 +00:00
|
|
|
"log",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
|
|
|
"sp-core",
|
|
|
|
"sp-io",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
|
|
|
"sp-version",
|
2022-10-06 18:31:20 +00:00
|
|
|
"sp-weights",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2020-09-23 00:24:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "frame-system-benchmarking"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-09-23 00:24:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"frame-benchmarking",
|
|
|
|
"frame-support",
|
|
|
|
"frame-system",
|
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-09-23 00:24:35 +00:00
|
|
|
"sp-core",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
|
|
|
]
|
|
|
|
|
2020-08-21 11:20:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "frame-system-rpc-runtime-api"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-08-21 11:20:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"parity-scale-codec",
|
|
|
|
"sp-api",
|
|
|
|
]
|
|
|
|
|
2022-03-21 20:01:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "frame-try-runtime"
|
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2022-03-21 20:01:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"frame-support",
|
2022-09-29 23:17:14 +00:00
|
|
|
"parity-scale-codec",
|
2022-03-21 20:01:15 +00:00
|
|
|
"sp-api",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
|
|
|
]
|
|
|
|
|
2023-03-24 10:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs-err"
|
|
|
|
version = "2.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"
|
|
|
|
|
2021-03-29 23:51:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2021-03-29 23:51:52 +00:00
|
|
|
]
|
|
|
|
|
2023-03-24 10:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs4"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea55201cc351fdb478217c0fb641b59813da9b4efe4c414a9d8f989a657d149"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rustix 0.35.13",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
2022-03-21 20:01:15 +00:00
|
|
|
version = "2.0.0"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 20:01:15 +00:00
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
2021-02-24 14:12:24 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.3.27"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.3.27"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.3.27"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
|
2020-03-05 16:53:25 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "futures-executor"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.3.27"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
"num_cpus",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "futures-io"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.3.27"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2021-06-22 06:00:32 +00:00
|
|
|
version = "1.12.0"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-22 06:00:32 +00:00
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
2022-05-04 20:34:21 +00:00
|
|
|
"pin-project-lite 0.2.9",
|
2020-07-25 12:35:30 +00:00
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "futures-macro"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.3.27"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-rustls"
|
2022-08-19 18:57:12 +00:00
|
|
|
version = "0.22.2"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 18:57:12 +00:00
|
|
|
checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-io",
|
2023-02-10 16:55:02 +00:00
|
|
|
"rustls 0.20.8",
|
|
|
|
"webpki 0.22.0",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.3.27"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.3.27"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
|
2019-12-16 20:46:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
2020-03-05 16:53:25 +00:00
|
|
|
version = "3.0.2"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
2019-12-16 20:46:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.3.27"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2022-05-04 20:34:21 +00:00
|
|
|
"pin-project-lite 0.2.9",
|
2020-03-25 03:42:27 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
2022-07-15 08:29:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2021-03-29 23:51:52 +00:00
|
|
|
version = "0.12.4"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 23:51:52 +00:00
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"typenum",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-02-24 14:12:24 +00:00
|
|
|
name = "generic-array"
|
2022-08-06 13:02:27 +00:00
|
|
|
version = "0.14.6"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-06 13:02:27 +00:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"typenum",
|
|
|
|
"version_check",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-07-05 20:15:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gethostname"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-01-15 04:10:35 +00:00
|
|
|
version = "0.1.16"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 04:10:35 +00:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2020-03-25 03:42:27 +00:00
|
|
|
"libc",
|
2021-01-15 04:10:35 +00:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.2.8"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2021-01-15 04:10:35 +00:00
|
|
|
"libc",
|
2022-07-15 08:29:00 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ghash"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.4.4"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"opaque-debug 0.3.0",
|
2023-03-10 16:04:12 +00:00
|
|
|
"polyval 0.5.3",
|
2023-02-10 16:55:02 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ghash"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.5.0"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
2021-01-15 04:10:35 +00:00
|
|
|
"opaque-debug 0.3.0",
|
2023-03-10 16:04:12 +00:00
|
|
|
"polyval 0.6.0",
|
2020-07-25 12:35:30 +00:00
|
|
|
]
|
|
|
|
|
2021-11-07 20:41:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2022-08-06 13:02:27 +00:00
|
|
|
version = "0.26.2"
|
2021-11-07 20:41:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-06 13:02:27 +00:00
|
|
|
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"fallible-iterator",
|
|
|
|
"indexmap",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
2021-11-07 20:41:04 +00:00
|
|
|
|
2023-01-26 23:44:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.27.2"
|
2023-01-26 23:44:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
|
2023-01-26 23:44:55 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "0.3.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "0.4.10"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "group"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.12.1"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"ff",
|
2022-09-29 22:55:22 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-05-21 15:19:48 +00:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-12-28 17:18:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.3.16"
|
2021-12-28 17:18:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
|
2021-12-28 17:18:04 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"bytes",
|
2021-12-28 17:18:04 +00:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-05-21 15:19:48 +00:00
|
|
|
"tokio-util",
|
2021-12-28 17:18:04 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "4.3.6"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-05-21 15:19:48 +00:00
|
|
|
"thiserror",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hash-db"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.16.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hash256-std-hasher"
|
|
|
|
version = "0.15.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"crunchy",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-08-06 13:02:27 +00:00
|
|
|
version = "0.12.3"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-06 13:02:27 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2023-03-10 16:04:12 +00:00
|
|
|
"ahash 0.7.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.8.3",
|
2022-02-24 18:09:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.4.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-02-24 18:09:06 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-07-05 03:17:23 +00:00
|
|
|
version = "0.1.19"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 03:17:23 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"libc",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-12-09 08:53:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.3.1"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
2023-02-10 16:55:02 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-03-29 23:51:52 +00:00
|
|
|
version = "0.4.3"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 23:51:52 +00:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
|
|
|
|
dependencies = [
|
|
|
|
"hmac 0.12.1",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "0.8.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-09-07 15:26:25 +00:00
|
|
|
"crypto-mac 0.8.0",
|
|
|
|
"digest 0.9.0",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "0.11.0"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
2021-09-07 15:26:25 +00:00
|
|
|
"crypto-mac 0.11.1",
|
2021-02-24 14:12:24 +00:00
|
|
|
"digest 0.9.0",
|
|
|
|
]
|
|
|
|
|
2022-12-09 08:53:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.10.6",
|
|
|
|
]
|
|
|
|
|
2019-10-04 13:32:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac-drbg"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "0.3.0"
|
2019-10-04 13:32:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
|
2019-10-04 13:32:53 +00:00
|
|
|
dependencies = [
|
2021-09-07 15:26:25 +00:00
|
|
|
"digest 0.9.0",
|
2022-08-06 13:02:27 +00:00
|
|
|
"generic-array 0.14.6",
|
2021-09-07 15:26:25 +00:00
|
|
|
"hmac 0.8.1",
|
2019-10-04 13:32:53 +00:00
|
|
|
]
|
|
|
|
|
2021-05-19 06:45:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2021-05-19 06:45:16 +00:00
|
|
|
]
|
|
|
|
|
2020-01-06 20:58:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.2.9"
|
2020-01-06 20:58:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2020-01-06 20:58:38 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"bytes",
|
2020-03-25 03:42:27 +00:00
|
|
|
"fnv",
|
2022-11-03 18:48:26 +00:00
|
|
|
"itoa",
|
2020-01-06 20:58:38 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-05-25 04:22:38 +00:00
|
|
|
version = "0.4.5"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-25 04:22:38 +00:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"bytes",
|
2021-09-07 15:26:25 +00:00
|
|
|
"http",
|
2022-05-04 20:34:21 +00:00
|
|
|
"pin-project-lite 0.2.9",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
2022-12-13 19:40:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "1.8.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2022-01-20 20:37:29 +00:00
|
|
|
version = "1.0.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-20 20:37:29 +00:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.14.25"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"bytes",
|
2020-03-25 03:42:27 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2021-12-28 17:18:04 +00:00
|
|
|
"h2",
|
2021-09-07 15:26:25 +00:00
|
|
|
"http",
|
|
|
|
"http-body",
|
2020-03-25 03:42:27 +00:00
|
|
|
"httparse",
|
2021-01-15 04:10:35 +00:00
|
|
|
"httpdate",
|
2022-11-03 18:48:26 +00:00
|
|
|
"itoa",
|
2022-05-04 20:34:21 +00:00
|
|
|
"pin-project-lite 0.2.9",
|
2022-05-21 15:19:48 +00:00
|
|
|
"socket2",
|
2021-09-07 15:26:25 +00:00
|
|
|
"tokio",
|
2020-03-25 03:42:27 +00:00
|
|
|
"tower-service",
|
2020-07-25 12:35:30 +00:00
|
|
|
"tracing",
|
2021-09-07 15:26:25 +00:00
|
|
|
"want",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2022-12-13 19:40:10 +00:00
|
|
|
version = "0.23.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 19:40:10 +00:00
|
|
|
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-06-02 21:33:23 +00:00
|
|
|
"http",
|
2021-09-07 15:26:25 +00:00
|
|
|
"hyper",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2023-02-10 16:55:02 +00:00
|
|
|
"rustls 0.20.8",
|
2022-06-02 21:33:23 +00:00
|
|
|
"rustls-native-certs",
|
2021-09-07 15:26:25 +00:00
|
|
|
"tokio",
|
2022-06-02 21:33:23 +00:00
|
|
|
"tokio-rustls",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-08-19 18:57:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.1.54"
|
2022-08-19 18:57:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "0c17cc76786e99f8d2f055c11159e7f0091c42474dcc3189fbab96072e873e6d"
|
2022-08-19 18:57:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2022-11-03 18:48:26 +00:00
|
|
|
"iana-time-zone-haiku",
|
2022-08-19 18:57:12 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-03-24 10:47:59 +00:00
|
|
|
"windows 0.46.0",
|
2022-08-19 18:57:12 +00:00
|
|
|
]
|
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-05-19 06:45:16 +00:00
|
|
|
version = "0.2.3"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-19 06:45:16 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-09-29 22:55:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "if-addrs"
|
2022-05-21 15:19:48 +00:00
|
|
|
version = "0.7.0"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 15:19:48 +00:00
|
|
|
checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "if-watch"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "3.0.0"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "ba7abdbb86e485125dad06c2691e1e393bf3b08c7b743b43aa162a00fd39062e"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
2022-05-21 15:19:48 +00:00
|
|
|
"core-foundation",
|
|
|
|
"fnv",
|
|
|
|
"futures",
|
2021-02-24 14:12:24 +00:00
|
|
|
"if-addrs",
|
|
|
|
"ipnet",
|
|
|
|
"log",
|
2022-05-21 15:19:48 +00:00
|
|
|
"rtnetlink",
|
|
|
|
"system-configuration",
|
2023-02-10 16:55:02 +00:00
|
|
|
"tokio",
|
2023-03-24 10:47:59 +00:00
|
|
|
"windows 0.34.0",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "impl-codec"
|
2022-03-21 20:01:15 +00:00
|
|
|
version = "0.6.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 20:01:15 +00:00
|
|
|
checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
|
|
|
]
|
|
|
|
|
2020-01-06 20:58:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "impl-serde"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.4.0"
|
2020-01-06 20:58:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"
|
2020-01-06 20:58:38 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
2020-01-06 20:58:38 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-10-04 13:32:53 +00:00
|
|
|
name = "impl-trait-for-tuples"
|
2022-02-24 22:11:10 +00:00
|
|
|
version = "0.2.2"
|
2019-09-25 00:40:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-24 22:11:10 +00:00
|
|
|
checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"
|
2019-09-25 00:40:55 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "1.9.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2019-10-20 12:22:24 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"autocfg",
|
2023-03-10 16:04:12 +00:00
|
|
|
"hashbrown 0.12.3",
|
2022-02-24 18:09:06 +00:00
|
|
|
"serde",
|
2019-10-20 12:22:24 +00:00
|
|
|
]
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.6",
|
|
|
|
]
|
|
|
|
|
2020-09-23 00:24:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-11-07 20:41:04 +00:00
|
|
|
version = "0.1.12"
|
2020-09-23 00:24:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 20:41:04 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-09-23 00:24:35 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2020-09-23 00:24:35 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "integer-sqrt"
|
2021-01-15 04:10:35 +00:00
|
|
|
version = "0.1.5"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 04:10:35 +00:00
|
|
|
checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "interceptor"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e8a11ae2da61704edada656798b61c94b35ecac2c58eb955156987d5e6be90b"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"log",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rtcp",
|
|
|
|
"rtp",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"waitgroup",
|
|
|
|
"webrtc-srtp",
|
|
|
|
"webrtc-util",
|
|
|
|
]
|
|
|
|
|
2022-11-17 16:14:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "1.0.9"
|
2022-07-15 08:29:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb"
|
2022-11-17 16:14:30 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"hermit-abi 0.3.1",
|
2022-11-17 16:14:30 +00:00
|
|
|
"libc",
|
2023-02-10 16:55:02 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-11-17 16:14:30 +00:00
|
|
|
]
|
2022-07-15 08:29:00 +00:00
|
|
|
|
2020-05-06 20:25:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ip_network"
|
2022-01-20 20:37:29 +00:00
|
|
|
version = "0.4.1"
|
2020-05-06 20:25:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-20 20:37:29 +00:00
|
|
|
checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"
|
2020-05-06 20:25:03 +00:00
|
|
|
|
2021-05-19 06:45:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipconfig"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.3.1"
|
2021-05-19 06:45:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be"
|
2021-05-19 06:45:16 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"socket2",
|
2021-05-19 06:45:16 +00:00
|
|
|
"widestring",
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2021-05-19 06:45:16 +00:00
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "2.7.1"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
|
2020-03-05 16:53:25 +00:00
|
|
|
|
2022-12-09 08:53:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.4.5"
|
2022-12-09 08:53:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e"
|
2022-12-09 08:53:53 +00:00
|
|
|
dependencies = [
|
2023-03-10 16:04:12 +00:00
|
|
|
"hermit-abi 0.3.1",
|
2023-03-24 10:47:59 +00:00
|
|
|
"io-lifetimes 1.0.9",
|
|
|
|
"rustix 0.36.11",
|
2023-02-10 16:55:02 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-12-09 08:53:53 +00:00
|
|
|
]
|
|
|
|
|
2020-06-27 16:14:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "0.10.5"
|
2021-05-19 06:45:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2021-05-19 06:45:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.6"
|
2021-12-28 17:18:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2021-12-28 17:18:04 +00:00
|
|
|
|
2019-10-04 13:32:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.1.26"
|
2019-10-04 13:32:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
2019-10-04 13:32:53 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"libc",
|
2019-10-04 13:32:53 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.3.61"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"wasm-bindgen",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-21 15:19:48 +00:00
|
|
|
name = "jsonrpsee"
|
2022-12-13 19:40:10 +00:00
|
|
|
version = "0.16.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 19:40:10 +00:00
|
|
|
checksum = "7d291e3a5818a2384645fd9756362e6d89cf0541b0b916fa7702ea4a9833608e"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"jsonrpsee-core",
|
|
|
|
"jsonrpsee-proc-macros",
|
2022-12-13 19:40:10 +00:00
|
|
|
"jsonrpsee-server",
|
2022-05-21 15:19:48 +00:00
|
|
|
"jsonrpsee-types",
|
|
|
|
"jsonrpsee-ws-client",
|
|
|
|
"tracing",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-21 15:19:48 +00:00
|
|
|
name = "jsonrpsee-client-transport"
|
2022-12-13 19:40:10 +00:00
|
|
|
version = "0.16.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 19:40:10 +00:00
|
|
|
checksum = "965de52763f2004bc91ac5bcec504192440f0b568a5d621c59d9dbd6f886c3fb"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-09-07 15:26:25 +00:00
|
|
|
"futures-util",
|
2022-05-21 15:19:48 +00:00
|
|
|
"http",
|
|
|
|
"jsonrpsee-core",
|
|
|
|
"jsonrpsee-types",
|
2022-07-15 08:29:00 +00:00
|
|
|
"pin-project",
|
2022-06-02 21:33:23 +00:00
|
|
|
"rustls-native-certs",
|
2022-05-21 15:19:48 +00:00
|
|
|
"soketto",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2022-06-02 21:33:23 +00:00
|
|
|
"tokio-rustls",
|
2022-05-21 15:19:48 +00:00
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
"webpki-roots",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-21 15:19:48 +00:00
|
|
|
name = "jsonrpsee-core"
|
2022-12-13 19:40:10 +00:00
|
|
|
version = "0.16.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 19:40:10 +00:00
|
|
|
checksum = "a4e70b4439a751a5de7dd5ed55eacff78ebf4ffe0fc009cb1ebb11417f5b536b"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"anyhow",
|
|
|
|
"arrayvec 0.7.2",
|
|
|
|
"async-lock",
|
|
|
|
"async-trait",
|
|
|
|
"beef",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-timer",
|
|
|
|
"futures-util",
|
2022-07-05 20:15:45 +00:00
|
|
|
"globset",
|
2021-09-07 15:26:25 +00:00
|
|
|
"hyper",
|
2022-04-20 20:15:29 +00:00
|
|
|
"jsonrpsee-types",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2022-05-21 15:19:48 +00:00
|
|
|
"rand 0.8.5",
|
|
|
|
"rustc-hash",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-04-20 20:15:29 +00:00
|
|
|
"soketto",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-13 19:40:10 +00:00
|
|
|
name = "jsonrpsee-proc-macros"
|
|
|
|
version = "0.16.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baa6da1e4199c10d7b1d0a6e5e8bd8e55f351163b6f4b3cbb044672a69bd4c1c"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2022-12-13 19:40:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpsee-server"
|
|
|
|
version = "0.16.2"
|
2022-04-20 20:15:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 19:40:10 +00:00
|
|
|
checksum = "1fb69dad85df79527c019659a992498d03f8495390496da2f07e6c24c2b356fc"
|
2022-04-20 20:15:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2022-12-13 19:40:10 +00:00
|
|
|
"http",
|
2022-04-20 20:15:29 +00:00
|
|
|
"hyper",
|
2022-05-21 15:19:48 +00:00
|
|
|
"jsonrpsee-core",
|
2022-04-20 20:15:29 +00:00
|
|
|
"jsonrpsee-types",
|
2022-07-05 20:15:45 +00:00
|
|
|
"serde",
|
2022-04-20 20:15:29 +00:00
|
|
|
"serde_json",
|
2022-12-13 19:40:10 +00:00
|
|
|
"soketto",
|
2022-04-20 20:15:29 +00:00
|
|
|
"tokio",
|
2022-12-13 19:40:10 +00:00
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"tower",
|
2022-04-20 20:15:29 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpsee-types"
|
2022-12-13 19:40:10 +00:00
|
|
|
version = "0.16.2"
|
2022-04-20 20:15:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 19:40:10 +00:00
|
|
|
checksum = "5bd522fe1ce3702fd94812965d7bb7a3364b1c9aba743944c5a00529aae80f8c"
|
2022-04-20 20:15:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"beef",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpsee-ws-client"
|
2022-12-13 19:40:10 +00:00
|
|
|
version = "0.16.2"
|
2022-04-20 20:15:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 19:40:10 +00:00
|
|
|
checksum = "0b83daeecfc6517cfe210df24e570fb06213533dfb990318fae781f4c7119dd9"
|
2022-04-20 20:15:29 +00:00
|
|
|
dependencies = [
|
2022-08-19 18:57:12 +00:00
|
|
|
"http",
|
2022-04-20 20:15:29 +00:00
|
|
|
"jsonrpsee-client-transport",
|
|
|
|
"jsonrpsee-core",
|
|
|
|
"jsonrpsee-types",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2022-05-21 15:19:48 +00:00
|
|
|
name = "k256"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.11.6"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
2022-12-09 08:53:53 +00:00
|
|
|
"sha2 0.10.6",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "keccak"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.1.3"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2022-12-09 08:53:53 +00:00
|
|
|
"cpufeatures",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kvdb"
|
2022-12-13 19:40:10 +00:00
|
|
|
version = "0.13.0"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 19:40:10 +00:00
|
|
|
checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kvdb-memorydb"
|
2022-12-13 19:40:10 +00:00
|
|
|
version = "0.13.0"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 19:40:10 +00:00
|
|
|
checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"kvdb",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kvdb-rocksdb"
|
2022-12-13 19:40:10 +00:00
|
|
|
version = "0.17.0"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 19:40:10 +00:00
|
|
|
checksum = "2182b8219fee6bd83aacaab7344e840179ae079d5216aa4e249b4d704646a844"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"kvdb",
|
|
|
|
"num_cpus",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-03-25 03:42:27 +00:00
|
|
|
"regex",
|
|
|
|
"rocksdb",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2021-01-15 04:10:35 +00:00
|
|
|
version = "1.3.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 04:10:35 +00:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.2.140"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2021-05-19 06:45:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-11-17 16:14:30 +00:00
|
|
|
version = "0.7.4"
|
2021-05-19 06:45:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 16:14:30 +00:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
2021-05-19 06:45:16 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
2021-05-19 06:45:16 +00:00
|
|
|
]
|
|
|
|
|
2023-01-26 23:44:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
|
|
|
|
|
2020-03-25 03:42:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2022-11-17 16:14:30 +00:00
|
|
|
version = "0.2.6"
|
2020-03-25 03:42:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 16:14:30 +00:00
|
|
|
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
|
2020-03-25 03:42:27 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.50.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "9c7b0104790be871edcf97db9bd2356604984e623a08d825c3f27852290266b8"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"bytes",
|
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
2022-11-03 18:48:26 +00:00
|
|
|
"getrandom 0.2.8",
|
2022-05-21 15:19:48 +00:00
|
|
|
"instant",
|
2023-03-10 16:04:12 +00:00
|
|
|
"libp2p-core 0.38.0",
|
2020-03-25 03:42:27 +00:00
|
|
|
"libp2p-dns",
|
|
|
|
"libp2p-identify",
|
|
|
|
"libp2p-kad",
|
|
|
|
"libp2p-mdns",
|
2021-12-28 17:18:04 +00:00
|
|
|
"libp2p-metrics",
|
2020-03-25 03:42:27 +00:00
|
|
|
"libp2p-mplex",
|
2023-03-24 10:47:59 +00:00
|
|
|
"libp2p-noise",
|
2020-08-21 11:20:35 +00:00
|
|
|
"libp2p-ping",
|
2023-02-10 16:55:02 +00:00
|
|
|
"libp2p-quic",
|
2020-08-21 11:20:35 +00:00
|
|
|
"libp2p-request-response",
|
|
|
|
"libp2p-swarm",
|
|
|
|
"libp2p-tcp",
|
|
|
|
"libp2p-wasm-ext",
|
2023-02-10 16:55:02 +00:00
|
|
|
"libp2p-webrtc",
|
2020-08-21 11:20:35 +00:00
|
|
|
"libp2p-websocket",
|
|
|
|
"libp2p-yamux",
|
2023-03-10 16:04:12 +00:00
|
|
|
"multiaddr 0.16.0",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"pin-project",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2022-05-21 15:19:48 +00:00
|
|
|
]
|
|
|
|
|
2022-06-16 19:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-core"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.38.0"
|
2022-06-16 19:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "b6a8fcd392ff67af6cc3f03b1426c41f7f26b6b9aff2dc632c1c56dd649e571f"
|
2022-06-16 19:39:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"asn1_der",
|
|
|
|
"bs58",
|
|
|
|
"ed25519-dalek",
|
|
|
|
"either",
|
|
|
|
"fnv",
|
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"instant",
|
|
|
|
"log",
|
2023-03-10 16:04:12 +00:00
|
|
|
"multiaddr 0.16.0",
|
|
|
|
"multihash 0.16.3",
|
|
|
|
"multistream-select",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"pin-project",
|
|
|
|
"prost",
|
|
|
|
"prost-build",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rw-stream-sink",
|
|
|
|
"sec1",
|
|
|
|
"sha2 0.10.6",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unsigned-varint",
|
|
|
|
"void",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libp2p-core"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.39.1"
|
2023-03-10 16:04:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "9b7f8b7d65c070a5a1b5f8f0510648189da08f787b8963f8e21219e0710733af"
|
2023-03-10 16:04:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"fnv",
|
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"instant",
|
2023-03-24 10:47:59 +00:00
|
|
|
"libp2p-identity",
|
2023-03-10 16:04:12 +00:00
|
|
|
"log",
|
2023-03-24 10:47:59 +00:00
|
|
|
"multiaddr 0.17.1",
|
2023-03-10 16:04:12 +00:00
|
|
|
"multihash 0.17.0",
|
2022-06-16 19:39:29 +00:00
|
|
|
"multistream-select",
|
2023-02-10 16:55:02 +00:00
|
|
|
"once_cell",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"pin-project",
|
2023-03-24 10:47:59 +00:00
|
|
|
"quick-protobuf",
|
2022-02-24 22:11:10 +00:00
|
|
|
"rand 0.8.5",
|
2022-07-15 08:29:00 +00:00
|
|
|
"rw-stream-sink",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2020-03-25 03:42:27 +00:00
|
|
|
"thiserror",
|
2022-05-21 15:19:48 +00:00
|
|
|
"unsigned-varint",
|
2020-03-25 03:42:27 +00:00
|
|
|
"void",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libp2p-dns"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.38.0"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "8e42a271c1b49f789b92f7fc87749fa79ce5c7bdc88cbdfacb818a4bca47fec5"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2023-03-10 16:04:12 +00:00
|
|
|
"libp2p-core 0.38.0",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2021-05-19 06:45:16 +00:00
|
|
|
"trust-dns-resolver",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libp2p-identify"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.41.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "c052d0026f4817b44869bfb6810f4e1112f43aec8553f2cb38881c524b563abf"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-06-16 19:39:29 +00:00
|
|
|
"asynchronous-codec",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
2023-03-10 16:04:12 +00:00
|
|
|
"libp2p-core 0.38.0",
|
2020-03-25 03:42:27 +00:00
|
|
|
"libp2p-swarm",
|
|
|
|
"log",
|
2022-12-09 08:53:53 +00:00
|
|
|
"lru",
|
2022-11-03 18:48:26 +00:00
|
|
|
"prost",
|
|
|
|
"prost-build",
|
2022-06-16 19:39:29 +00:00
|
|
|
"prost-codec",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2022-06-16 19:39:29 +00:00
|
|
|
"thiserror",
|
|
|
|
"void",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-03-24 10:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-identity"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a8ea433ae0cea7e3315354305237b9897afe45278b2118a7a57ca744e70fd27"
|
|
|
|
dependencies = [
|
|
|
|
"bs58",
|
|
|
|
"ed25519-dalek",
|
|
|
|
"log",
|
|
|
|
"multiaddr 0.17.1",
|
|
|
|
"multihash 0.17.0",
|
|
|
|
"prost",
|
|
|
|
"quick-protobuf",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"thiserror",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-kad"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.42.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "2766dcd2be8c87d5e1f35487deb22d765f49c6ae1251b3633efe3b25698bd3d2"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2022-06-16 19:39:29 +00:00
|
|
|
"arrayvec 0.7.2",
|
2022-05-21 15:19:48 +00:00
|
|
|
"asynchronous-codec",
|
|
|
|
"bytes",
|
2020-03-25 03:42:27 +00:00
|
|
|
"either",
|
|
|
|
"fnv",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"instant",
|
2023-03-10 16:04:12 +00:00
|
|
|
"libp2p-core 0.38.0",
|
2020-03-25 03:42:27 +00:00
|
|
|
"libp2p-swarm",
|
|
|
|
"log",
|
2022-11-03 18:48:26 +00:00
|
|
|
"prost",
|
|
|
|
"prost-build",
|
|
|
|
"rand 0.8.5",
|
2022-09-29 22:55:22 +00:00
|
|
|
"sha2 0.10.6",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2022-05-21 15:19:48 +00:00
|
|
|
"thiserror",
|
2020-03-25 03:42:27 +00:00
|
|
|
"uint",
|
2022-05-21 15:19:48 +00:00
|
|
|
"unsigned-varint",
|
2020-03-25 03:42:27 +00:00
|
|
|
"void",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libp2p-mdns"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.42.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "04f378264aade9872d6ccd315c0accc18be3a35d15fc1b9c36e5b6f983b62b5b"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"data-encoding",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2021-02-24 14:12:24 +00:00
|
|
|
"if-watch",
|
2023-03-10 16:04:12 +00:00
|
|
|
"libp2p-core 0.38.0",
|
2020-03-25 03:42:27 +00:00
|
|
|
"libp2p-swarm",
|
|
|
|
"log",
|
2022-02-24 22:11:10 +00:00
|
|
|
"rand 0.8.5",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2022-05-21 15:19:48 +00:00
|
|
|
"socket2",
|
2022-12-09 08:53:53 +00:00
|
|
|
"tokio",
|
2023-02-10 16:55:02 +00:00
|
|
|
"trust-dns-proto",
|
2020-03-25 03:42:27 +00:00
|
|
|
"void",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2021-12-28 17:18:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-metrics"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.11.0"
|
2021-12-28 17:18:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "5ad8a64f29da86005c86a4d2728b8a0719e9b192f4092b609fd8790acb9dec55"
|
2021-12-28 17:18:04 +00:00
|
|
|
dependencies = [
|
2023-03-10 16:04:12 +00:00
|
|
|
"libp2p-core 0.38.0",
|
2021-12-28 17:18:04 +00:00
|
|
|
"libp2p-identify",
|
|
|
|
"libp2p-kad",
|
|
|
|
"libp2p-ping",
|
|
|
|
"libp2p-swarm",
|
2022-05-21 15:19:48 +00:00
|
|
|
"prometheus-client",
|
2021-12-28 17:18:04 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-mplex"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.38.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "03805b44107aa013e7cbbfa5627b31c36cbedfdfb00603c0311998882bc4bace"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"asynchronous-codec",
|
|
|
|
"bytes",
|
|
|
|
"futures",
|
2023-03-10 16:04:12 +00:00
|
|
|
"libp2p-core 0.38.0",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2021-02-24 14:12:24 +00:00
|
|
|
"nohash-hasher",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2022-11-03 18:48:26 +00:00
|
|
|
"rand 0.8.5",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2022-05-21 15:19:48 +00:00
|
|
|
"unsigned-varint",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libp2p-noise"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.41.0"
|
2020-08-21 11:20:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "a978cb57efe82e892ec6f348a536bfbd9fee677adbe5689d7a93ad3a9bffbf2e"
|
2020-08-21 11:20:35 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"bytes",
|
2021-09-07 15:26:25 +00:00
|
|
|
"curve25519-dalek 3.2.0",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2023-03-10 16:04:12 +00:00
|
|
|
"libp2p-core 0.38.0",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"prost",
|
|
|
|
"prost-build",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"sha2 0.10.6",
|
|
|
|
"snow",
|
|
|
|
"static_assertions",
|
|
|
|
"thiserror",
|
|
|
|
"x25519-dalek 1.1.1",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-ping"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.41.0"
|
2021-05-19 06:45:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "929fcace45a112536e22b3dcfd4db538723ef9c3cb79f672b98be2cc8e25f37f"
|
2021-05-19 06:45:16 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-02-24 18:09:06 +00:00
|
|
|
"futures-timer",
|
2022-05-21 15:19:48 +00:00
|
|
|
"instant",
|
2023-03-10 16:04:12 +00:00
|
|
|
"libp2p-core 0.38.0",
|
2021-05-19 06:45:16 +00:00
|
|
|
"libp2p-swarm",
|
|
|
|
"log",
|
2022-05-21 15:19:48 +00:00
|
|
|
"rand 0.8.5",
|
2021-12-28 17:18:04 +00:00
|
|
|
"void",
|
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-quic"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.7.0-alpha"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "01e7c867e95c8130667b24409d236d37598270e6da69b3baf54213ba31ffca59"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"if-watch",
|
2023-03-24 10:47:59 +00:00
|
|
|
"libp2p-core 0.38.0",
|
2023-02-10 16:55:02 +00:00
|
|
|
"libp2p-tls",
|
|
|
|
"log",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"quinn-proto",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rustls 0.20.8",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-08-21 11:20:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-request-response"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.23.0"
|
2020-08-21 11:20:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "3236168796727bfcf4927f766393415361e2c644b08bedb6a6b13d957c9a4884"
|
2020-08-21 11:20:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2022-05-21 15:19:48 +00:00
|
|
|
"bytes",
|
|
|
|
"futures",
|
|
|
|
"instant",
|
2023-03-10 16:04:12 +00:00
|
|
|
"libp2p-core 0.38.0",
|
2020-08-21 11:20:35 +00:00
|
|
|
"libp2p-swarm",
|
|
|
|
"log",
|
2022-11-03 18:48:26 +00:00
|
|
|
"rand 0.8.5",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2022-05-21 15:19:48 +00:00
|
|
|
"unsigned-varint",
|
2020-08-21 11:20:35 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-swarm"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.41.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "b2a35472fe3276b3855c00f1c032ea8413615e030256429ad5349cdf67c6e1a0"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-09-23 00:24:35 +00:00
|
|
|
"either",
|
2022-05-21 15:19:48 +00:00
|
|
|
"fnv",
|
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"instant",
|
2023-03-10 16:04:12 +00:00
|
|
|
"libp2p-core 0.38.0",
|
2023-02-10 16:55:02 +00:00
|
|
|
"libp2p-swarm-derive",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2022-07-15 08:29:00 +00:00
|
|
|
"pin-project",
|
2022-11-03 18:48:26 +00:00
|
|
|
"rand 0.8.5",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2022-05-21 15:19:48 +00:00
|
|
|
"thiserror",
|
2023-02-10 16:55:02 +00:00
|
|
|
"tokio",
|
2020-03-25 03:42:27 +00:00
|
|
|
"void",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2021-05-19 06:45:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-swarm-derive"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.31.0"
|
2021-05-19 06:45:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "9d527d5827582abd44a6d80c07ff8b50b4ee238a8979e05998474179e79dc400"
|
2021-05-19 06:45:16 +00:00
|
|
|
dependencies = [
|
2022-11-03 18:48:26 +00:00
|
|
|
"heck",
|
2021-05-19 06:45:16 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2021-05-19 06:45:16 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-tcp"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.38.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "b4b257baf6df8f2df39678b86c578961d48cc8b68642a12f0f763f56c8e5858d"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-02-24 18:09:06 +00:00
|
|
|
"futures-timer",
|
2021-02-24 14:12:24 +00:00
|
|
|
"if-watch",
|
|
|
|
"libc",
|
2023-03-10 16:04:12 +00:00
|
|
|
"libp2p-core 0.38.0",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2022-05-21 15:19:48 +00:00
|
|
|
"socket2",
|
2022-12-09 08:53:53 +00:00
|
|
|
"tokio",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-tls"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.1.0"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"futures-rustls",
|
2023-03-24 10:47:59 +00:00
|
|
|
"libp2p-core 0.39.1",
|
|
|
|
"libp2p-identity",
|
2023-02-10 16:55:02 +00:00
|
|
|
"rcgen 0.10.0",
|
|
|
|
"ring",
|
|
|
|
"rustls 0.20.8",
|
|
|
|
"thiserror",
|
|
|
|
"webpki 0.22.0",
|
|
|
|
"x509-parser 0.14.0",
|
|
|
|
"yasna",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-wasm-ext"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.38.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "1bb1a35299860e0d4b3c02a3e74e3b293ad35ae0cee8a056363b0c862d082069"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2020-03-25 03:42:27 +00:00
|
|
|
"js-sys",
|
2023-03-10 16:04:12 +00:00
|
|
|
"libp2p-core 0.38.0",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-send-wrapper",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-webrtc"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.4.0-alpha"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "cdb6cd86dd68cba72308ea05de1cebf3ba0ae6e187c40548167955d4e3970f6a"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"asynchronous-codec",
|
|
|
|
"bytes",
|
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"hex",
|
|
|
|
"if-watch",
|
2023-03-24 10:47:59 +00:00
|
|
|
"libp2p-core 0.38.0",
|
|
|
|
"libp2p-noise",
|
2023-02-10 16:55:02 +00:00
|
|
|
"log",
|
2023-03-24 10:47:59 +00:00
|
|
|
"multihash 0.16.3",
|
2023-02-10 16:55:02 +00:00
|
|
|
"prost",
|
|
|
|
"prost-build",
|
|
|
|
"prost-codec",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rcgen 0.9.3",
|
|
|
|
"serde",
|
|
|
|
"stun",
|
|
|
|
"thiserror",
|
|
|
|
"tinytemplate",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"webrtc",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-websocket"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.40.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "1d705506030d5c0aaf2882437c70dab437605f21c5f9811978f694e6917a3b54"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"either",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2021-02-24 14:12:24 +00:00
|
|
|
"futures-rustls",
|
2023-03-10 16:04:12 +00:00
|
|
|
"libp2p-core 0.38.0",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-03-25 03:42:27 +00:00
|
|
|
"quicksink",
|
2022-07-15 08:29:00 +00:00
|
|
|
"rw-stream-sink",
|
2020-03-25 03:42:27 +00:00
|
|
|
"soketto",
|
2022-05-21 15:19:48 +00:00
|
|
|
"url",
|
|
|
|
"webpki-roots",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libp2p-yamux"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.42.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "4f63594a0aa818642d9d4915c791945053877253f08a3626f13416b5cd928a29"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2023-03-10 16:04:12 +00:00
|
|
|
"libp2p-core 0.38.0",
|
2022-11-03 18:48:26 +00:00
|
|
|
"log",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-03-25 03:42:27 +00:00
|
|
|
"thiserror",
|
|
|
|
"yamux",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "librocksdb-sys"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.8.3+7.4.4"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "557b255ff04123fcc176162f56ed0c9cd42d8f357cf55b3fabeb60f7413741b3"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"bindgen",
|
2022-03-21 20:01:15 +00:00
|
|
|
"bzip2-sys",
|
2020-03-25 03:42:27 +00:00
|
|
|
"cc",
|
|
|
|
"glob",
|
|
|
|
"libc",
|
2022-03-21 20:01:15 +00:00
|
|
|
"libz-sys",
|
|
|
|
"tikv-jemalloc-sys",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2019-10-04 13:32:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.7.1"
|
2021-09-07 15:26:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"
|
2021-09-07 15:26:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2023-01-26 23:44:55 +00:00
|
|
|
"base64 0.13.1",
|
2021-09-07 15:26:25 +00:00
|
|
|
"digest 0.9.0",
|
|
|
|
"hmac-drbg",
|
|
|
|
"libsecp256k1-core",
|
|
|
|
"libsecp256k1-gen-ecmult",
|
|
|
|
"libsecp256k1-gen-genmult",
|
2022-02-24 22:11:10 +00:00
|
|
|
"rand 0.8.5",
|
2021-09-07 15:26:25 +00:00
|
|
|
"serde",
|
2022-01-20 20:37:29 +00:00
|
|
|
"sha2 0.9.9",
|
2021-09-07 15:26:25 +00:00
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1-core"
|
2021-12-28 17:18:04 +00:00
|
|
|
version = "0.3.0"
|
2021-09-07 15:26:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-28 17:18:04 +00:00
|
|
|
checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"
|
2021-09-07 15:26:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1-gen-ecmult"
|
2021-12-28 17:18:04 +00:00
|
|
|
version = "0.3.0"
|
2021-09-07 15:26:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-28 17:18:04 +00:00
|
|
|
checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
|
2021-09-07 15:26:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"libsecp256k1-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1-gen-genmult"
|
2021-12-28 17:18:04 +00:00
|
|
|
version = "0.3.0"
|
2021-09-07 15:26:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-28 17:18:04 +00:00
|
|
|
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
|
2021-09-07 15:26:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"libsecp256k1-core",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "1.1.8"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "1.0.8"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
2022-11-03 18:48:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.5.6"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked_hash_set"
|
2020-07-25 12:35:30 +00:00
|
|
|
version = "0.1.4"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-25 12:35:30 +00:00
|
|
|
checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linregress"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.5.1"
|
2020-03-25 03:42:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "475015a7f8f017edb28d2e69813be23500ad4b32cfe3421c4148efc97324ee52"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-07-05 03:17:23 +00:00
|
|
|
"nalgebra",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-03-24 10:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.0.46"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"
|
|
|
|
|
2022-11-17 16:14:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "0.1.4"
|
2022-11-17 16:14:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
2022-11-17 16:14:30 +00:00
|
|
|
|
2023-03-24 10:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d"
|
|
|
|
|
2020-09-23 00:24:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "0.4.9"
|
2020-09-23 00:24:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2020-09-23 00:24:35 +00:00
|
|
|
dependencies = [
|
2022-05-04 20:34:21 +00:00
|
|
|
"autocfg",
|
2021-02-24 14:12:24 +00:00
|
|
|
"scopeguard",
|
2020-09-23 00:24:35 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-04 20:34:21 +00:00
|
|
|
version = "0.4.17"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 20:34:21 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2021-12-28 17:18:04 +00:00
|
|
|
]
|
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"
|
|
|
|
dependencies = [
|
2023-03-10 16:04:12 +00:00
|
|
|
"hashbrown 0.12.3",
|
2022-11-03 18:48:26 +00:00
|
|
|
]
|
|
|
|
|
2021-05-19 06:45:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
2021-09-07 15:26:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lz4"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "1.24.0"
|
2021-09-07 15:26:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
|
2021-09-07 15:26:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"lz4-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lz4-sys"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "1.9.4"
|
2021-09-07 15:26:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
|
2021-09-07 15:26:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-05-19 06:45:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
2020-08-21 11:20:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "0.1.10"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
2020-03-25 03:42:27 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matrixmultiply"
|
2022-01-20 20:37:29 +00:00
|
|
|
version = "0.3.2"
|
2020-03-25 03:42:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-20 20:37:29 +00:00
|
|
|
checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"rawpointer",
|
|
|
|
]
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.10.6",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-04 20:34:21 +00:00
|
|
|
version = "2.5.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 20:34:21 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-06-02 21:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memfd"
|
2022-11-17 16:14:30 +00:00
|
|
|
version = "0.6.2"
|
2022-06-02 21:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 16:14:30 +00:00
|
|
|
checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"
|
2022-06-02 21:33:23 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"rustix 0.36.11",
|
2022-06-02 21:33:23 +00:00
|
|
|
]
|
|
|
|
|
2021-12-28 17:18:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.5.10"
|
2021-12-28 17:18:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
|
2021-12-28 17:18:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memory-db"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.32.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"hash-db",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memory_units"
|
2022-10-06 18:31:20 +00:00
|
|
|
version = "0.4.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-06 18:31:20 +00:00
|
|
|
checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "merlin"
|
2021-01-15 04:10:35 +00:00
|
|
|
version = "2.0.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 04:10:35 +00:00
|
|
|
checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"byteorder",
|
2020-03-25 03:42:27 +00:00
|
|
|
"keccak",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"zeroize",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-01-20 20:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2022-12-09 08:53:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.8.6"
|
2020-06-27 16:14:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
|
2020-06-27 16:14:55 +00:00
|
|
|
dependencies = [
|
2021-09-07 15:26:25 +00:00
|
|
|
"libc",
|
2020-06-27 16:14:55 +00:00
|
|
|
"log",
|
2022-03-21 20:01:15 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-03-10 16:04:12 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-11-03 18:48:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mockall"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50e4a1c770583dac7ab5e2f6c139153b783a53a1bbee9729613f193e59828326"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"downcast",
|
|
|
|
"fragile",
|
|
|
|
"lazy_static",
|
|
|
|
"mockall_derive",
|
|
|
|
"predicates",
|
|
|
|
"predicates-tree",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mockall_derive"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "832663583d5fa284ca8810bf7015e46c9fff9622d3cf34bd1eea5003fec06dd0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2020-06-27 16:14:55 +00:00
|
|
|
]
|
|
|
|
|
2021-09-07 15:26:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multiaddr"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.16.0"
|
2021-09-07 15:26:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "a4aebdb21e90f81d13ed01dc84123320838e53963c2ca94b60b305d3fa64f31e"
|
2021-09-07 15:26:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"byteorder",
|
|
|
|
"data-encoding",
|
2023-02-10 16:55:02 +00:00
|
|
|
"multibase",
|
2023-03-10 16:04:12 +00:00
|
|
|
"multihash 0.16.3",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
|
|
|
"unsigned-varint",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multiaddr"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.17.1"
|
2023-03-10 16:04:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd"
|
2023-03-10 16:04:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"byteorder",
|
|
|
|
"data-encoding",
|
2023-03-24 10:47:59 +00:00
|
|
|
"log",
|
2023-03-10 16:04:12 +00:00
|
|
|
"multibase",
|
|
|
|
"multihash 0.17.0",
|
2022-05-21 15:19:48 +00:00
|
|
|
"percent-encoding",
|
2021-09-07 15:26:25 +00:00
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
2022-05-21 15:19:48 +00:00
|
|
|
"unsigned-varint",
|
|
|
|
"url",
|
2021-09-07 15:26:25 +00:00
|
|
|
]
|
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multibase"
|
2022-05-21 15:19:48 +00:00
|
|
|
version = "0.9.1"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 15:19:48 +00:00
|
|
|
checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"base-x",
|
|
|
|
"data-encoding",
|
|
|
|
"data-encoding-macro",
|
|
|
|
]
|
|
|
|
|
2020-04-15 11:33:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multihash"
|
2022-08-19 18:57:12 +00:00
|
|
|
version = "0.16.3"
|
2020-04-15 11:33:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 18:57:12 +00:00
|
|
|
checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"
|
2020-04-15 11:33:19 +00:00
|
|
|
dependencies = [
|
2022-06-02 21:33:23 +00:00
|
|
|
"blake2b_simd",
|
2020-04-15 11:33:19 +00:00
|
|
|
"blake2s_simd",
|
2021-02-24 14:12:24 +00:00
|
|
|
"blake3",
|
2022-05-21 15:19:48 +00:00
|
|
|
"core2",
|
2022-12-09 08:53:53 +00:00
|
|
|
"digest 0.10.6",
|
2021-09-07 15:26:25 +00:00
|
|
|
"multihash-derive",
|
2022-09-29 22:55:22 +00:00
|
|
|
"sha2 0.10.6",
|
2023-03-10 16:04:12 +00:00
|
|
|
"sha3",
|
|
|
|
"unsigned-varint",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multihash"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"
|
|
|
|
dependencies = [
|
|
|
|
"core2",
|
|
|
|
"digest 0.10.6",
|
|
|
|
"multihash-derive",
|
|
|
|
"sha2 0.10.6",
|
2022-05-21 15:19:48 +00:00
|
|
|
"unsigned-varint",
|
2021-09-07 15:26:25 +00:00
|
|
|
]
|
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multihash-derive"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "0.8.1"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"proc-macro-crate",
|
2021-02-24 14:12:24 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2021-02-24 14:12:24 +00:00
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
2021-03-29 23:51:52 +00:00
|
|
|
version = "0.8.3"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 23:51:52 +00:00
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
2020-03-05 16:53:25 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multistream-select"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.12.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"bytes",
|
|
|
|
"futures",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2022-07-15 08:29:00 +00:00
|
|
|
"pin-project",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2022-05-21 15:19:48 +00:00
|
|
|
"unsigned-varint",
|
2020-03-25 03:42:27 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2021-05-19 06:45:16 +00:00
|
|
|
name = "nalgebra"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.32.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "d68d47bba83f9e2006d117a9a33af1524e655516b8919caac694427a6fb1e511"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-07-05 03:17:23 +00:00
|
|
|
"approx",
|
2021-06-22 06:00:32 +00:00
|
|
|
"matrixmultiply",
|
|
|
|
"nalgebra-macros",
|
2021-07-05 03:17:23 +00:00
|
|
|
"num-complex",
|
2022-10-06 18:31:20 +00:00
|
|
|
"num-rational",
|
2021-05-19 06:45:16 +00:00
|
|
|
"num-traits",
|
2021-07-05 03:17:23 +00:00
|
|
|
"simba",
|
2021-05-19 06:45:16 +00:00
|
|
|
"typenum",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2021-06-22 06:00:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nalgebra-macros"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.2.0"
|
2021-06-22 06:00:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "d232c68884c0c99810a5a4d333ef7e47689cfd0edc85efc9e54e1e6bf5212766"
|
2021-06-22 06:00:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2021-06-22 06:00:32 +00:00
|
|
|
]
|
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
2021-05-19 06:45:16 +00:00
|
|
|
name = "names"
|
2022-04-20 20:15:29 +00:00
|
|
|
version = "0.13.0"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-20 20:15:29 +00:00
|
|
|
checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2022-02-24 22:11:10 +00:00
|
|
|
"rand 0.8.5",
|
2021-01-15 04:10:35 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2022-05-21 15:19:48 +00:00
|
|
|
name = "netlink-packet-core"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"byteorder",
|
|
|
|
"libc",
|
|
|
|
"netlink-packet-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "netlink-packet-route"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.12.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"anyhow",
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-05-21 15:19:48 +00:00
|
|
|
"byteorder",
|
|
|
|
"libc",
|
|
|
|
"netlink-packet-core",
|
|
|
|
"netlink-packet-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "netlink-packet-utils"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.5.2"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"byteorder",
|
|
|
|
"paste",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "netlink-proto"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.10.0"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures",
|
|
|
|
"log",
|
|
|
|
"netlink-packet-core",
|
|
|
|
"netlink-sys",
|
2022-07-15 08:29:00 +00:00
|
|
|
"thiserror",
|
2022-05-21 15:19:48 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "netlink-sys"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.8.5"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2023-02-10 16:55:02 +00:00
|
|
|
"tokio",
|
2022-05-21 15:19:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.24.3"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2020-03-25 03:42:27 +00:00
|
|
|
"libc",
|
2023-02-10 16:55:02 +00:00
|
|
|
"memoffset 0.6.5",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2020-04-15 11:33:19 +00:00
|
|
|
[[package]]
|
2021-02-24 14:12:24 +00:00
|
|
|
name = "node-template"
|
2021-11-07 20:41:04 +00:00
|
|
|
version = "4.0.0-dev"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2022-02-24 18:09:06 +00:00
|
|
|
"clap",
|
2020-09-23 00:24:35 +00:00
|
|
|
"frame-benchmarking",
|
|
|
|
"frame-benchmarking-cli",
|
2022-04-20 20:15:29 +00:00
|
|
|
"frame-system",
|
2022-12-09 08:53:53 +00:00
|
|
|
"futures",
|
2022-05-21 15:19:48 +00:00
|
|
|
"jsonrpsee",
|
2020-03-25 03:42:27 +00:00
|
|
|
"node-template-runtime",
|
2022-04-20 20:15:29 +00:00
|
|
|
"pallet-transaction-payment",
|
2020-08-21 11:20:35 +00:00
|
|
|
"pallet-transaction-payment-rpc",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-basic-authorship",
|
|
|
|
"sc-cli",
|
|
|
|
"sc-client-api",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sc-consensus",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-consensus-aura",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sc-consensus-grandpa",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-executor",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sc-keystore",
|
2020-08-21 11:20:35 +00:00
|
|
|
"sc-rpc",
|
|
|
|
"sc-rpc-api",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-service",
|
2021-03-29 23:51:52 +00:00
|
|
|
"sc-telemetry",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-transaction-pool",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sc-transaction-pool-api",
|
2020-08-21 11:20:35 +00:00
|
|
|
"sp-api",
|
|
|
|
"sp-block-builder",
|
|
|
|
"sp-blockchain",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-consensus",
|
|
|
|
"sp-consensus-aura",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sp-consensus-grandpa",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-core",
|
2022-04-20 20:15:29 +00:00
|
|
|
"sp-inherents",
|
2023-01-26 23:44:55 +00:00
|
|
|
"sp-io",
|
2022-04-20 20:15:29 +00:00
|
|
|
"sp-keyring",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
2021-06-22 06:00:32 +00:00
|
|
|
"sp-timestamp",
|
2020-03-25 03:42:27 +00:00
|
|
|
"substrate-build-script-utils",
|
2020-08-21 11:20:35 +00:00
|
|
|
"substrate-frame-rpc-system",
|
2022-04-20 20:15:29 +00:00
|
|
|
"try-runtime-cli",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "node-template-runtime"
|
2021-11-07 20:41:04 +00:00
|
|
|
version = "4.0.0-dev"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2020-09-23 00:24:35 +00:00
|
|
|
"frame-benchmarking",
|
2020-03-25 03:42:27 +00:00
|
|
|
"frame-executive",
|
|
|
|
"frame-support",
|
|
|
|
"frame-system",
|
2020-09-23 00:24:35 +00:00
|
|
|
"frame-system-benchmarking",
|
2020-08-21 11:20:35 +00:00
|
|
|
"frame-system-rpc-runtime-api",
|
2022-03-21 20:01:15 +00:00
|
|
|
"frame-try-runtime",
|
2020-03-25 03:42:27 +00:00
|
|
|
"pallet-aura",
|
|
|
|
"pallet-balances",
|
|
|
|
"pallet-grandpa",
|
|
|
|
"pallet-sudo",
|
|
|
|
"pallet-template",
|
|
|
|
"pallet-timestamp",
|
|
|
|
"pallet-transaction-payment",
|
2020-08-21 11:20:35 +00:00
|
|
|
"pallet-transaction-payment-rpc-runtime-api",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-api",
|
|
|
|
"sp-block-builder",
|
|
|
|
"sp-consensus-aura",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sp-consensus-grandpa",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-core",
|
|
|
|
"sp-inherents",
|
|
|
|
"sp-offchain",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-session",
|
|
|
|
"sp-std",
|
|
|
|
"sp-transaction-pool",
|
|
|
|
"sp-version",
|
2021-01-15 04:10:35 +00:00
|
|
|
"substrate-wasm-builder",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nohash-hasher"
|
2020-03-05 16:53:25 +00:00
|
|
|
version = "0.2.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "7.1.3"
|
2020-03-25 03:42:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2022-01-20 20:37:29 +00:00
|
|
|
"minimal-lexical",
|
2020-03-25 03:42:27 +00:00
|
|
|
]
|
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "normalize-line-endings"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2022-10-06 18:31:20 +00:00
|
|
|
version = "0.4.3"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-06 18:31:20 +00:00
|
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"autocfg",
|
2020-03-25 03:42:27 +00:00
|
|
|
"num-integer",
|
2020-08-21 11:20:35 +00:00
|
|
|
"num-traits",
|
2020-03-25 03:42:27 +00:00
|
|
|
]
|
|
|
|
|
2021-05-19 06:45:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "0.4.3"
|
2021-05-19 06:45:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
|
2021-05-19 06:45:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-03-21 20:01:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-format"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.4.4"
|
2022-03-21 20:01:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
|
2022-03-21 20:01:15 +00:00
|
|
|
dependencies = [
|
2022-11-03 18:48:26 +00:00
|
|
|
"arrayvec 0.7.2",
|
|
|
|
"itoa",
|
2022-03-21 20:01:15 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-05-04 20:34:21 +00:00
|
|
|
version = "0.1.45"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 20:34:21 +00:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"autocfg",
|
2020-08-21 11:20:35 +00:00
|
|
|
"num-traits",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2021-06-22 06:00:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.4.1"
|
2021-06-22 06:00:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
2021-06-22 06:00:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2022-10-06 18:31:20 +00:00
|
|
|
"num-bigint",
|
2021-06-22 06:00:32 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-05-04 20:34:21 +00:00
|
|
|
version = "0.2.15"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 20:34:21 +00:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"autocfg",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "1.15.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2023-01-26 23:44:55 +00:00
|
|
|
"hermit-abi 0.2.6",
|
2020-03-25 03:42:27 +00:00
|
|
|
"libc",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-05-04 20:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.29.0"
|
2022-05-04 20:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
|
2022-05-04 20:34:21 +00:00
|
|
|
dependencies = [
|
2022-10-06 18:31:20 +00:00
|
|
|
"crc32fast",
|
2023-03-10 16:04:12 +00:00
|
|
|
"hashbrown 0.12.3",
|
2022-10-06 18:31:20 +00:00
|
|
|
"indexmap",
|
2022-05-04 20:34:21 +00:00
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-01-26 23:44:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.30.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "oid-registry"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs 0.3.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oid-registry"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
|
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"asn1-rs 0.5.2",
|
2023-02-10 16:55:02 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "1.17.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-10-04 13:32:53 +00:00
|
|
|
[[package]]
|
2020-03-05 16:53:25 +00:00
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.2.3"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
2019-12-16 20:46:39 +00:00
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2020-03-05 16:53:25 +00:00
|
|
|
name = "openssl-probe"
|
2022-01-20 20:37:29 +00:00
|
|
|
version = "0.1.5"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-20 20:37:29 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "6.5.0"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
|
2022-02-24 18:09:06 +00:00
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "p256"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
|
|
|
|
dependencies = [
|
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
|
|
|
"sha2 0.10.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "p384"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"
|
|
|
|
dependencies = [
|
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
|
|
|
"sha2 0.10.6",
|
|
|
|
]
|
|
|
|
|
2023-01-26 23:44:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "packed_simd_2"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libm 0.1.4",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "pallet-aura"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"frame-support",
|
|
|
|
"frame-system",
|
|
|
|
"pallet-timestamp",
|
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-application-crypto",
|
|
|
|
"sp-consensus-aura",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pallet-authorship"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"frame-support",
|
|
|
|
"frame-system",
|
|
|
|
"impl-trait-for-tuples",
|
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-07-25 12:35:30 +00:00
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
|
|
|
]
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pallet-balances"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"frame-benchmarking",
|
|
|
|
"frame-support",
|
|
|
|
"frame-system",
|
2021-05-19 06:45:16 +00:00
|
|
|
"log",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "pallet-grandpa"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2020-07-25 12:35:30 +00:00
|
|
|
"frame-benchmarking",
|
2020-03-25 03:42:27 +00:00
|
|
|
"frame-support",
|
|
|
|
"frame-system",
|
2021-05-19 06:45:16 +00:00
|
|
|
"log",
|
2020-07-25 12:35:30 +00:00
|
|
|
"pallet-authorship",
|
2020-03-25 03:42:27 +00:00
|
|
|
"pallet-session",
|
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-05-16 13:32:11 +00:00
|
|
|
"sp-application-crypto",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sp-consensus-grandpa",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-core",
|
2021-06-22 06:00:32 +00:00
|
|
|
"sp-io",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
2020-05-16 13:32:11 +00:00
|
|
|
"sp-session",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-staking",
|
|
|
|
"sp-std",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pallet-session"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"frame-support",
|
|
|
|
"frame-system",
|
|
|
|
"impl-trait-for-tuples",
|
2021-06-22 06:00:32 +00:00
|
|
|
"log",
|
2020-03-25 03:42:27 +00:00
|
|
|
"pallet-timestamp",
|
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-06-27 16:14:55 +00:00
|
|
|
"sp-core",
|
|
|
|
"sp-io",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
2020-05-16 13:32:11 +00:00
|
|
|
"sp-session",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-staking",
|
|
|
|
"sp-std",
|
|
|
|
"sp-trie",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pallet-sudo"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"frame-support",
|
|
|
|
"frame-system",
|
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-io",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
2020-03-05 16:53:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pallet-template"
|
2021-11-07 20:41:04 +00:00
|
|
|
version = "4.0.0-dev"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2021-03-29 23:51:52 +00:00
|
|
|
"frame-benchmarking",
|
2020-03-25 03:42:27 +00:00
|
|
|
"frame-support",
|
|
|
|
"frame-system",
|
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-core",
|
|
|
|
"sp-io",
|
|
|
|
"sp-runtime",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pallet-timestamp"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"frame-benchmarking",
|
|
|
|
"frame-support",
|
|
|
|
"frame-system",
|
2021-05-19 06:45:16 +00:00
|
|
|
"log",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-inherents",
|
2020-09-23 00:24:35 +00:00
|
|
|
"sp-io",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
|
|
|
"sp-timestamp",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pallet-transaction-payment"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"frame-support",
|
|
|
|
"frame-system",
|
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-06-27 16:14:55 +00:00
|
|
|
"serde",
|
2020-07-25 12:35:30 +00:00
|
|
|
"sp-core",
|
|
|
|
"sp-io",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
2020-08-21 11:20:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pallet-transaction-payment-rpc"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-08-21 11:20:35 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"jsonrpsee",
|
2020-08-21 11:20:35 +00:00
|
|
|
"pallet-transaction-payment-rpc-runtime-api",
|
|
|
|
"parity-scale-codec",
|
|
|
|
"sp-api",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-core",
|
|
|
|
"sp-rpc",
|
|
|
|
"sp-runtime",
|
2022-11-17 16:14:30 +00:00
|
|
|
"sp-weights",
|
2020-08-21 11:20:35 +00:00
|
|
|
]
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pallet-transaction-payment-rpc-runtime-api"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"pallet-transaction-payment",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
|
|
|
"sp-api",
|
|
|
|
"sp-runtime",
|
2022-11-17 16:14:30 +00:00
|
|
|
"sp-weights",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2020-05-06 20:25:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parity-db"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.4.6"
|
2020-05-06 20:25:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "00bfb81cf5c90a222db2fb7b3a7cbf8cc7f38dfb6647aca4d98edf8281f56ed5"
|
2020-05-06 20:25:03 +00:00
|
|
|
dependencies = [
|
2022-12-09 08:53:53 +00:00
|
|
|
"blake2",
|
2020-05-06 20:25:03 +00:00
|
|
|
"crc32fast",
|
2021-03-29 23:51:52 +00:00
|
|
|
"fs2",
|
2021-02-24 14:12:24 +00:00
|
|
|
"hex",
|
2020-05-06 20:25:03 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2021-09-07 15:26:25 +00:00
|
|
|
"lz4",
|
2022-09-29 22:55:22 +00:00
|
|
|
"memmap2",
|
|
|
|
"parking_lot 0.12.1",
|
2022-02-24 22:11:10 +00:00
|
|
|
"rand 0.8.5",
|
2023-03-24 10:47:59 +00:00
|
|
|
"siphasher",
|
2021-09-07 15:26:25 +00:00
|
|
|
"snap",
|
2020-04-15 11:33:19 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parity-scale-codec"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "3.4.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "637935964ff85a605d114591d4d2c13c5d1ba2806dae97cea6bf180238a749ac"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-11-07 20:41:04 +00:00
|
|
|
"arrayvec 0.7.2",
|
2022-01-20 20:37:29 +00:00
|
|
|
"bitvec",
|
2020-03-25 03:42:27 +00:00
|
|
|
"byte-slice-cast",
|
2022-08-19 18:57:12 +00:00
|
|
|
"bytes",
|
2021-08-06 14:51:49 +00:00
|
|
|
"impl-trait-for-tuples",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec-derive",
|
|
|
|
"serde",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parity-scale-codec-derive"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "3.1.4"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"proc-macro-crate",
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parity-send-wrapper"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2020-09-23 00:24:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parity-wasm"
|
2022-10-06 18:31:20 +00:00
|
|
|
version = "0.45.0"
|
2020-09-23 00:24:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-06 18:31:20 +00:00
|
|
|
checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"
|
2020-09-23 00:24:35 +00:00
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2021-01-15 04:10:35 +00:00
|
|
|
version = "2.0.0"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 04:10:35 +00:00
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
2020-07-25 12:35:30 +00:00
|
|
|
|
2020-09-23 00:24:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "0.11.2"
|
2020-09-23 00:24:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2020-09-23 00:24:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2021-11-07 20:41:04 +00:00
|
|
|
"lock_api",
|
2022-12-13 19:40:10 +00:00
|
|
|
"parking_lot_core 0.8.6",
|
2022-03-21 20:01:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.12.1"
|
2022-03-21 20:01:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-03-21 20:01:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-02-10 16:55:02 +00:00
|
|
|
"parking_lot_core 0.9.7",
|
2020-09-23 00:24:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-12-13 19:40:10 +00:00
|
|
|
version = "0.8.6"
|
2020-09-23 00:24:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 19:40:10 +00:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2020-09-23 00:24:35 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2020-09-23 00:24:35 +00:00
|
|
|
"instant",
|
2020-03-25 03:42:27 +00:00
|
|
|
"libc",
|
2022-06-02 21:33:23 +00:00
|
|
|
"redox_syscall",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-03-21 20:01:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.9.7"
|
2022-03-21 20:01:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
2022-03-21 20:01:15 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2022-03-21 20:01:15 +00:00
|
|
|
"libc",
|
2022-06-02 21:33:23 +00:00
|
|
|
"redox_syscall",
|
2022-03-21 20:01:15 +00:00
|
|
|
"smallvec",
|
2023-02-10 16:55:02 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-03-21 20:01:15 +00:00
|
|
|
]
|
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.12"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
|
2021-02-24 14:12:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.8.0"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
2023-02-10 16:55:02 +00:00
|
|
|
"crypto-mac 0.11.1",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-07 15:26:25 +00:00
|
|
|
name = "pbkdf2"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.11.0"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
|
2021-09-07 15:26:25 +00:00
|
|
|
dependencies = [
|
2023-02-10 16:55:02 +00:00
|
|
|
"digest 0.10.6",
|
2021-09-07 15:26:25 +00:00
|
|
|
]
|
2021-02-24 14:12:24 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pem-rfc7468"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "2.2.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "2.5.6"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "8cbd939b234e95d72bc393d51788aec68aeeb5d51e748ca08ff3aad58cb722f7"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"thiserror",
|
2021-01-15 04:10:35 +00:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "2.5.6"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "a81186863f3d0a27340815be8f2078dd8050b14cd71913db9fbda795e5f707d7"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "2.5.6"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "75a1ef20bf3193c15ac345acb32e26b3dc3223aff4d77ae4fc5359567683796b"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "2.5.6"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "5e3b284b1f13a20dc5ebc90aff59a51b8d7137c221131b52a7260c08cbc1cc80"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"once_cell",
|
2021-02-24 14:12:24 +00:00
|
|
|
"pest",
|
2023-01-26 23:44:55 +00:00
|
|
|
"sha2 0.10.6",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.6.3"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
2020-03-05 16:53:25 +00:00
|
|
|
]
|
|
|
|
|
2019-10-04 13:32:53 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "pin-project"
|
2022-08-19 18:57:12 +00:00
|
|
|
version = "1.0.12"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 18:57:12 +00:00
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2022-07-15 08:29:00 +00:00
|
|
|
"pin-project-internal",
|
2021-01-15 04:10:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-08-19 18:57:12 +00:00
|
|
|
version = "1.0.12"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 18:57:12 +00:00
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
2019-10-04 13:32:53 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-10-04 13:32:53 +00:00
|
|
|
]
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-03-29 23:51:52 +00:00
|
|
|
version = "0.1.12"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 23:51:52 +00:00
|
|
|
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
|
2021-01-15 04:10:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-05-04 20:34:21 +00:00
|
|
|
version = "0.2.9"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 20:34:21 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2019-12-16 20:46:39 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-05-06 16:39:30 +00:00
|
|
|
version = "0.1.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-06 16:39:30 +00:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-10-06 18:31:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.9.0"
|
2022-10-06 18:31:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
|
2022-10-06 18:31:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.3.26"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2020-06-27 16:14:55 +00:00
|
|
|
|
2020-04-15 11:33:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "platforms"
|
2021-12-28 17:18:04 +00:00
|
|
|
version = "2.0.0"
|
2020-04-15 11:33:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-28 17:18:04 +00:00
|
|
|
checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"
|
2020-04-15 11:33:19 +00:00
|
|
|
|
2023-01-26 23:44:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "platforms"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"
|
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "2.6.0"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2022-09-29 22:55:22 +00:00
|
|
|
"autocfg",
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2023-03-24 10:47:59 +00:00
|
|
|
"concurrent-queue",
|
2021-01-15 04:10:35 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2023-03-24 10:47:59 +00:00
|
|
|
"pin-project-lite 0.2.9",
|
|
|
|
"windows-sys 0.45.0",
|
2021-01-15 04:10:35 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "poly1305"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "0.7.2"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cpufeatures",
|
2021-09-07 15:26:25 +00:00
|
|
|
"opaque-debug 0.3.0",
|
2023-03-10 16:04:12 +00:00
|
|
|
"universal-hash 0.4.1",
|
2020-07-25 12:35:30 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.5.3"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
2023-03-10 16:04:12 +00:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2023-02-10 16:55:02 +00:00
|
|
|
"opaque-debug 0.3.0",
|
2023-03-10 16:04:12 +00:00
|
|
|
"universal-hash 0.4.1",
|
2023-02-10 16:55:02 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.6.0"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2021-01-15 04:10:35 +00:00
|
|
|
"opaque-debug 0.3.0",
|
2023-03-10 16:04:12 +00:00
|
|
|
"universal-hash 0.5.0",
|
2020-07-25 12:35:30 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-11-17 16:14:30 +00:00
|
|
|
version = "0.2.17"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 16:14:30 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "2.1.5"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
|
2022-11-03 18:48:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"difflib",
|
|
|
|
"float-cmp",
|
|
|
|
"itertools",
|
|
|
|
"normalize-line-endings",
|
|
|
|
"predicates-core",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.6"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
|
2022-11-03 18:48:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.9"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
|
2022-11-03 18:48:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"predicates-core",
|
|
|
|
"termtree",
|
|
|
|
]
|
|
|
|
|
2022-11-17 16:14:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.1.25"
|
2022-11-17 16:14:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
|
2022-11-17 16:14:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-17 16:14:30 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "primitive-types"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.12.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"fixed-hash",
|
|
|
|
"impl-codec",
|
2020-09-23 00:24:35 +00:00
|
|
|
"impl-serde",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"uint",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2021-05-19 06:45:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "1.1.3"
|
2021-05-19 06:45:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
|
2021-05-19 06:45:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2019-10-20 12:22:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2021-01-15 04:10:35 +00:00
|
|
|
version = "1.0.4"
|
2020-01-06 20:58:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 04:10:35 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-01-06 20:58:38 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2020-03-25 03:42:27 +00:00
|
|
|
"version_check",
|
2020-01-06 20:58:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2021-01-15 04:10:35 +00:00
|
|
|
version = "1.0.4"
|
2019-10-20 12:22:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 04:10:35 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2019-10-20 12:22:24 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2020-03-25 03:42:27 +00:00
|
|
|
"version_check",
|
2019-10-20 12:22:24 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.53"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"unicode-ident",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-03-05 16:53:25 +00:00
|
|
|
name = "prometheus"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.13.3"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2020-03-25 03:42:27 +00:00
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
2021-11-07 20:41:04 +00:00
|
|
|
"memchr",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-04-15 11:33:19 +00:00
|
|
|
"thiserror",
|
2020-03-05 16:53:25 +00:00
|
|
|
]
|
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prometheus-client"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.18.1"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
2022-11-03 18:48:26 +00:00
|
|
|
"itoa",
|
|
|
|
"parking_lot 0.12.1",
|
2022-05-21 15:19:48 +00:00
|
|
|
"prometheus-client-derive-text-encode",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prometheus-client-derive-text-encode"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.3.0"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2022-05-21 15:19:48 +00:00
|
|
|
]
|
|
|
|
|
2022-10-06 18:31:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.11.8"
|
2022-10-06 18:31:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "e48e50df39172a3e7eb17e14642445da64996989bc212b583015435d39a58537"
|
2022-10-06 18:31:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2022-11-03 18:48:26 +00:00
|
|
|
"prost-derive",
|
2022-10-06 18:31:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.11.8"
|
2022-10-06 18:31:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "2c828f93f5ca4826f97fedcbd3f9a536c16b12cff3dbbb4a007f932bbad95b12"
|
2022-10-06 18:31:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"heck",
|
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"multimap",
|
|
|
|
"petgraph",
|
2022-11-17 16:14:30 +00:00
|
|
|
"prettyplease",
|
2022-11-03 18:48:26 +00:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2022-06-16 19:39:29 +00:00
|
|
|
"regex",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2022-06-16 19:39:29 +00:00
|
|
|
"tempfile",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-codec"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.3.0"
|
2022-06-16 19:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "0dc34979ff898b6e141106178981ce2596c387ea6e62533facfc61a37fc879c0"
|
2022-06-16 19:39:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"asynchronous-codec",
|
|
|
|
"bytes",
|
2022-11-03 18:48:26 +00:00
|
|
|
"prost",
|
2022-06-16 19:39:29 +00:00
|
|
|
"thiserror",
|
|
|
|
"unsigned-varint",
|
|
|
|
]
|
|
|
|
|
2022-10-06 18:31:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.11.8"
|
2022-10-06 18:31:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "4ea9b0f8cbe5e15a8a042d030bd96668db28ecb567ec37d691971ff5731d2b1b"
|
2022-10-06 18:31:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"itertools",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2022-10-06 18:31:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.11.8"
|
2022-10-06 18:31:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "379119666929a1afd7a043aa6cf96fa67a6dce9af60c88095a4686dbce4c9c88"
|
2022-10-06 18:31:20 +00:00
|
|
|
dependencies = [
|
2022-11-03 18:48:26 +00:00
|
|
|
"prost",
|
2022-06-16 19:39:29 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2022-02-24 18:09:06 +00:00
|
|
|
name = "psm"
|
2022-09-29 23:17:14 +00:00
|
|
|
version = "0.1.21"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 23:17:14 +00:00
|
|
|
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
|
2020-08-21 11:20:35 +00:00
|
|
|
dependencies = [
|
2022-02-24 18:09:06 +00:00
|
|
|
"cc",
|
2020-08-21 11:20:35 +00:00
|
|
|
]
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2020-01-06 20:58:38 +00:00
|
|
|
version = "1.2.3"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2023-03-24 10:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-protobuf"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2020-03-05 16:53:25 +00:00
|
|
|
name = "quicksink"
|
2020-04-15 11:33:19 +00:00
|
|
|
version = "0.1.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-15 11:33:19 +00:00
|
|
|
checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2021-03-29 23:51:52 +00:00
|
|
|
"pin-project-lite 0.1.12",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quinn-proto"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72ef4ced82a24bb281af338b9e8f94429b6eca01b4e66d899f40031f074e74c9"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"ring",
|
|
|
|
"rustc-hash",
|
|
|
|
"rustls 0.20.8",
|
|
|
|
"slab",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tracing",
|
|
|
|
"webpki 0.22.0",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.26"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2020-04-15 11:33:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
2022-03-21 20:01:15 +00:00
|
|
|
version = "0.7.0"
|
2020-04-15 11:33:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 20:01:15 +00:00
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
2020-04-15 11:33:19 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-03-05 16:53:25 +00:00
|
|
|
version = "0.7.3"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-01-15 04:10:35 +00:00
|
|
|
"getrandom 0.1.16",
|
2020-03-25 03:42:27 +00:00
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
2022-02-24 22:11:10 +00:00
|
|
|
"rand_hc",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-24 22:11:10 +00:00
|
|
|
version = "0.8.5"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-24 22:11:10 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-06-22 06:00:32 +00:00
|
|
|
"rand_chacha 0.3.1",
|
2022-09-29 22:55:22 +00:00
|
|
|
"rand_core 0.6.4",
|
2021-01-15 04:10:35 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2020-03-25 03:42:27 +00:00
|
|
|
version = "0.2.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-22 06:00:32 +00:00
|
|
|
version = "0.3.1"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-22 06:00:32 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-09-29 22:55:22 +00:00
|
|
|
"rand_core 0.6.4",
|
2021-01-15 04:10:35 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-01-15 04:10:35 +00:00
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "0.6.4"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2022-11-03 18:48:26 +00:00
|
|
|
"getrandom 0.2.8",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"rand_core 0.5.1",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-05-04 20:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
|
|
|
|
dependencies = [
|
2022-09-29 22:55:22 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-05-04 20:34:21 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2021-02-24 14:12:24 +00:00
|
|
|
name = "rawpointer"
|
|
|
|
version = "0.2.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-24 14:12:24 +00:00
|
|
|
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
2020-03-25 03:42:27 +00:00
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.7.0"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.11.0"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rcgen"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd"
|
|
|
|
dependencies = [
|
|
|
|
"pem",
|
|
|
|
"ring",
|
2023-03-10 16:04:12 +00:00
|
|
|
"time 0.3.20",
|
2023-02-10 16:55:02 +00:00
|
|
|
"x509-parser 0.13.2",
|
|
|
|
"yasna",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rcgen"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
|
|
|
|
dependencies = [
|
|
|
|
"pem",
|
|
|
|
"ring",
|
2023-03-10 16:04:12 +00:00
|
|
|
"time 0.3.20",
|
2023-02-10 16:55:02 +00:00
|
|
|
"yasna",
|
|
|
|
]
|
|
|
|
|
2022-05-04 20:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-06 13:02:27 +00:00
|
|
|
version = "0.2.16"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-06 13:02:27 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-01-15 04:10:35 +00:00
|
|
|
]
|
|
|
|
|
2022-05-04 20:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
|
|
dependencies = [
|
2022-11-03 18:48:26 +00:00
|
|
|
"getrandom 0.2.8",
|
2022-06-02 21:33:23 +00:00
|
|
|
"redox_syscall",
|
2022-03-21 20:01:15 +00:00
|
|
|
"thiserror",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
2020-05-06 20:25:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ref-cast"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.16"
|
2020-05-06 20:25:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c"
|
2020-05-06 20:25:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"ref-cast-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ref-cast-impl"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.16"
|
2020-05-06 20:25:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7"
|
2020-05-06 20:25:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 2.0.8",
|
2020-05-06 20:25:03 +00:00
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
2022-07-15 08:29:00 +00:00
|
|
|
name = "regalloc2"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.5.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "300d4fbfb40c1c66a78ba3ddd41c1110247cf52f97b87d0f2fc9209bd49b030c"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2022-07-15 08:29:00 +00:00
|
|
|
"fxhash",
|
2022-02-24 18:09:06 +00:00
|
|
|
"log",
|
2022-07-15 08:29:00 +00:00
|
|
|
"slice-group-by",
|
2022-02-24 18:09:06 +00:00
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.7.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2020-08-21 11:20:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-06-22 06:00:32 +00:00
|
|
|
version = "0.1.10"
|
2020-08-21 11:20:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-22 06:00:32 +00:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2020-08-21 11:20:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.6.29"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
2023-03-10 16:04:12 +00:00
|
|
|
name = "region"
|
|
|
|
version = "3.0.0"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-03-10 16:04:12 +00:00
|
|
|
"libc",
|
|
|
|
"mach",
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2020-03-05 16:53:25 +00:00
|
|
|
]
|
|
|
|
|
2021-05-19 06:45:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "resolv-conf"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
|
|
|
|
dependencies = [
|
|
|
|
"hostname",
|
2022-05-21 15:19:48 +00:00
|
|
|
"quick-error",
|
2021-05-19 06:45:16 +00:00
|
|
|
]
|
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rfc6979"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.3.1"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"crypto-bigint",
|
2022-12-09 08:53:53 +00:00
|
|
|
"hmac 0.12.1",
|
2022-05-21 15:19:48 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-03-29 23:51:52 +00:00
|
|
|
version = "0.16.20"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 23:51:52 +00:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2021-02-24 14:12:24 +00:00
|
|
|
"once_cell",
|
2020-03-25 03:42:27 +00:00
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2020-03-25 03:42:27 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rocksdb"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.19.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"libc",
|
|
|
|
"librocksdb-sys",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "7.2.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"libc",
|
2022-12-09 08:53:53 +00:00
|
|
|
"rtoolbox",
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-10 16:55:02 +00:00
|
|
|
name = "rtcp"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1919efd6d4a6a85d13388f9487549bb8e359f17198cc03ffd72f79b553873691"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"thiserror",
|
|
|
|
"webrtc-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rtnetlink"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.10.1"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"log",
|
|
|
|
"netlink-packet-route",
|
|
|
|
"netlink-proto",
|
2023-03-24 10:47:59 +00:00
|
|
|
"nix",
|
2022-05-21 15:19:48 +00:00
|
|
|
"thiserror",
|
2023-02-10 16:55:02 +00:00
|
|
|
"tokio",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-12-09 08:53:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rtoolbox"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rtp"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2a095411ff00eed7b12e4c6a118ba984d113e1079582570d56a5ee723f11f80"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"webrtc-util",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.1.22"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2020-03-05 16:53:25 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hex"
|
2020-03-05 16:53:25 +00:00
|
|
|
version = "2.1.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2021-12-28 17:18:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"semver 1.0.17",
|
2021-12-28 17:18:04 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rusticata-macros"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2022-11-17 16:14:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.35.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"errno 0.2.8",
|
|
|
|
"io-lifetimes 0.7.5",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.0.46",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.36.11"
|
2022-11-17 16:14:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e"
|
2022-11-17 16:14:30 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
"errno 0.2.8",
|
|
|
|
"io-lifetimes 1.0.9",
|
2022-11-17 16:14:30 +00:00
|
|
|
"libc",
|
2023-03-24 10:47:59 +00:00
|
|
|
"linux-raw-sys 0.1.4",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.37.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"errno 0.3.0",
|
|
|
|
"io-lifetimes 1.0.9",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.3.0",
|
2023-02-10 16:55:02 +00:00
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.19.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct 0.6.1",
|
|
|
|
"webpki 0.21.4",
|
2022-07-15 08:29:00 +00:00
|
|
|
]
|
|
|
|
|
2022-04-20 20:15:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "0.20.8"
|
2022-04-20 20:15:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
|
2022-04-20 20:15:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
2023-02-10 16:55:02 +00:00
|
|
|
"sct 0.7.0",
|
|
|
|
"webpki 0.22.0",
|
2020-01-06 20:58:38 +00:00
|
|
|
]
|
|
|
|
|
2022-04-20 20:15:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
|
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
|
|
|
"rustls-pemfile",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "1.0.2"
|
2022-04-20 20:15:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
|
2022-04-20 20:15:29 +00:00
|
|
|
dependencies = [
|
2023-01-26 23:44:55 +00:00
|
|
|
"base64 0.21.0",
|
2022-04-20 20:15:29 +00:00
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.12"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-06-16 19:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rw-stream-sink"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
2022-07-15 08:29:00 +00:00
|
|
|
"pin-project",
|
2022-06-16 19:39:29 +00:00
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.13"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safe_arch"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "794821e4ccb0d9f979512f9c1973480123f9bd62a90d74ab0f9426fcf8f4a529"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2020-08-21 11:20:35 +00:00
|
|
|
[[package]]
|
2021-01-15 04:10:35 +00:00
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
2020-08-21 11:20:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 04:10:35 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2020-08-21 11:20:35 +00:00
|
|
|
dependencies = [
|
2021-01-15 04:10:35 +00:00
|
|
|
"winapi-util",
|
2020-08-21 11:20:35 +00:00
|
|
|
]
|
|
|
|
|
2021-07-05 03:17:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-allocator"
|
2021-12-28 17:18:04 +00:00
|
|
|
version = "4.1.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2021-07-05 03:17:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"sp-core",
|
|
|
|
"sp-wasm-interface",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-basic-authorship"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-02-24 18:09:06 +00:00
|
|
|
"futures-timer",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
|
|
|
"sc-block-builder",
|
|
|
|
"sc-client-api",
|
2020-05-25 21:48:38 +00:00
|
|
|
"sc-proposer-metrics",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-telemetry",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sc-transaction-pool-api",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-api",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-consensus",
|
|
|
|
"sp-core",
|
|
|
|
"sp-inherents",
|
|
|
|
"sp-runtime",
|
2020-05-25 21:48:38 +00:00
|
|
|
"substrate-prometheus-endpoint",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sc-block-builder"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
|
|
|
"sc-client-api",
|
|
|
|
"sp-api",
|
|
|
|
"sp-block-builder",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-core",
|
2020-07-25 12:35:30 +00:00
|
|
|
"sp-inherents",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sc-chain-spec"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-09-29 22:55:22 +00:00
|
|
|
"memmap2",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-chain-spec-derive",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sc-client-api",
|
|
|
|
"sc-executor",
|
|
|
|
"sc-network",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-telemetry",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sp-blockchain",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-core",
|
|
|
|
"sp-runtime",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sp-state-machine",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sc-chain-spec-derive"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"proc-macro-crate",
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sc-cli"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2022-10-06 18:31:20 +00:00
|
|
|
"array-bytes",
|
2020-03-25 03:42:27 +00:00
|
|
|
"chrono",
|
2022-02-24 18:09:06 +00:00
|
|
|
"clap",
|
2020-03-25 03:42:27 +00:00
|
|
|
"fdlimit",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2020-09-23 00:24:35 +00:00
|
|
|
"libp2p",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"names",
|
2020-08-21 11:20:35 +00:00
|
|
|
"parity-scale-codec",
|
2023-02-10 16:55:02 +00:00
|
|
|
"rand 0.8.5",
|
2020-03-25 03:42:27 +00:00
|
|
|
"regex",
|
|
|
|
"rpassword",
|
|
|
|
"sc-client-api",
|
2022-05-21 15:19:48 +00:00
|
|
|
"sc-client-db",
|
2020-08-21 11:20:35 +00:00
|
|
|
"sc-keystore",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-network",
|
2022-10-06 18:31:20 +00:00
|
|
|
"sc-network-common",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-service",
|
|
|
|
"sc-telemetry",
|
|
|
|
"sc-tracing",
|
2021-10-01 23:38:49 +00:00
|
|
|
"sc-utils",
|
2020-07-25 12:35:30 +00:00
|
|
|
"serde",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde_json",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-core",
|
|
|
|
"sp-keyring",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sp-keystore",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-panic-handler",
|
|
|
|
"sp-runtime",
|
2020-04-15 11:33:19 +00:00
|
|
|
"sp-version",
|
2021-02-24 14:12:24 +00:00
|
|
|
"thiserror",
|
|
|
|
"tiny-bip39",
|
2021-09-07 15:26:25 +00:00
|
|
|
"tokio",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-client-api"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-executor",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sc-transaction-pool-api",
|
2021-10-01 23:38:49 +00:00
|
|
|
"sc-utils",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-api",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-consensus",
|
|
|
|
"sp-core",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sp-database",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-externalities",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sp-keystore",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
|
|
|
"sp-state-machine",
|
|
|
|
"sp-storage",
|
2020-05-06 20:25:03 +00:00
|
|
|
"substrate-prometheus-endpoint",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sc-client-db"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"hash-db",
|
|
|
|
"kvdb",
|
|
|
|
"kvdb-memorydb",
|
|
|
|
"kvdb-rocksdb",
|
|
|
|
"linked-hash-map",
|
|
|
|
"log",
|
2020-05-06 20:25:03 +00:00
|
|
|
"parity-db",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-client-api",
|
|
|
|
"sc-state-db",
|
2023-03-10 16:04:12 +00:00
|
|
|
"schnellru",
|
2020-08-21 11:20:35 +00:00
|
|
|
"sp-arithmetic",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-blockchain",
|
|
|
|
"sp-core",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sp-database",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
|
|
|
"sp-state-machine",
|
|
|
|
"sp-trie",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2020-05-06 20:25:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-consensus"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-05-06 20:25:03 +00:00
|
|
|
dependencies = [
|
2021-06-22 06:00:32 +00:00
|
|
|
"async-trait",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-02-24 18:09:06 +00:00
|
|
|
"futures-timer",
|
2021-08-06 14:51:49 +00:00
|
|
|
"libp2p",
|
|
|
|
"log",
|
2022-12-13 19:40:10 +00:00
|
|
|
"mockall",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sc-client-api",
|
2021-10-01 23:38:49 +00:00
|
|
|
"sc-utils",
|
2021-08-06 14:51:49 +00:00
|
|
|
"serde",
|
|
|
|
"sp-api",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sp-blockchain",
|
|
|
|
"sp-consensus",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sp-core",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sp-runtime",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sp-state-machine",
|
|
|
|
"substrate-prometheus-endpoint",
|
|
|
|
"thiserror",
|
2020-05-06 20:25:03 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sc-consensus-aura"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2021-05-19 06:45:16 +00:00
|
|
|
"async-trait",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
|
|
|
"sc-block-builder",
|
|
|
|
"sc-client-api",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sc-consensus",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-consensus-slots",
|
|
|
|
"sc-telemetry",
|
|
|
|
"sp-api",
|
|
|
|
"sp-application-crypto",
|
|
|
|
"sp-block-builder",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-consensus",
|
|
|
|
"sp-consensus-aura",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sp-consensus-slots",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-core",
|
|
|
|
"sp-inherents",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sp-keystore",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
2020-05-16 13:32:11 +00:00
|
|
|
"substrate-prometheus-endpoint",
|
2022-02-24 18:09:06 +00:00
|
|
|
"thiserror",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
2023-03-24 10:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-consensus-grandpa"
|
|
|
|
version = "0.10.0-dev"
|
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.8.3",
|
|
|
|
"array-bytes",
|
|
|
|
"async-trait",
|
|
|
|
"dyn-clone",
|
|
|
|
"finality-grandpa",
|
|
|
|
"fork-tree",
|
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"sc-block-builder",
|
|
|
|
"sc-chain-spec",
|
|
|
|
"sc-client-api",
|
|
|
|
"sc-consensus",
|
|
|
|
"sc-network",
|
|
|
|
"sc-network-common",
|
|
|
|
"sc-network-gossip",
|
|
|
|
"sc-telemetry",
|
|
|
|
"sc-utils",
|
|
|
|
"serde_json",
|
|
|
|
"sp-api",
|
|
|
|
"sp-application-crypto",
|
|
|
|
"sp-arithmetic",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-consensus",
|
|
|
|
"sp-consensus-grandpa",
|
|
|
|
"sp-core",
|
|
|
|
"sp-keystore",
|
|
|
|
"sp-runtime",
|
|
|
|
"substrate-prometheus-endpoint",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-consensus-slots"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2021-05-19 06:45:16 +00:00
|
|
|
"async-trait",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-02-24 18:09:06 +00:00
|
|
|
"futures-timer",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
|
|
|
"sc-client-api",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sc-consensus",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-telemetry",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sp-arithmetic",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-blockchain",
|
|
|
|
"sp-consensus",
|
2020-07-25 12:35:30 +00:00
|
|
|
"sp-consensus-slots",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-core",
|
|
|
|
"sp-inherents",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-state-machine",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sc-executor"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2022-12-09 08:53:53 +00:00
|
|
|
"lru",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-executor-common",
|
|
|
|
"sc-executor-wasmi",
|
2022-02-24 18:09:06 +00:00
|
|
|
"sc-executor-wasmtime",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sp-api",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-core",
|
|
|
|
"sp-externalities",
|
|
|
|
"sp-io",
|
|
|
|
"sp-panic-handler",
|
|
|
|
"sp-runtime-interface",
|
|
|
|
"sp-trie",
|
|
|
|
"sp-version",
|
|
|
|
"sp-wasm-interface",
|
2022-03-21 20:01:15 +00:00
|
|
|
"tracing",
|
2020-03-25 03:42:27 +00:00
|
|
|
"wasmi",
|
2020-01-06 20:58:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sc-executor-common"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-01-06 20:58:38 +00:00
|
|
|
dependencies = [
|
2021-07-05 03:17:23 +00:00
|
|
|
"sc-allocator",
|
2021-06-22 06:00:32 +00:00
|
|
|
"sp-maybe-compressed-blob",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-wasm-interface",
|
2021-02-24 14:12:24 +00:00
|
|
|
"thiserror",
|
2022-02-24 18:09:06 +00:00
|
|
|
"wasm-instrument",
|
2020-03-25 03:42:27 +00:00
|
|
|
"wasmi",
|
2020-01-06 20:58:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sc-executor-wasmi"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-01-06 20:58:38 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2021-07-05 03:17:23 +00:00
|
|
|
"sc-allocator",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-executor-common",
|
|
|
|
"sp-runtime-interface",
|
|
|
|
"sp-wasm-interface",
|
|
|
|
"wasmi",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-executor-wasmtime"
|
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2023-03-10 16:04:12 +00:00
|
|
|
"anyhow",
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2022-02-24 18:09:06 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2022-07-15 08:29:00 +00:00
|
|
|
"once_cell",
|
2023-03-24 10:47:59 +00:00
|
|
|
"rustix 0.36.11",
|
2022-02-24 18:09:06 +00:00
|
|
|
"sc-allocator",
|
|
|
|
"sc-executor-common",
|
|
|
|
"sp-runtime-interface",
|
|
|
|
"sp-wasm-interface",
|
|
|
|
"wasmtime",
|
|
|
|
]
|
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-informant"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-01-20 20:37:29 +00:00
|
|
|
"ansi_term",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-02-24 18:09:06 +00:00
|
|
|
"futures-timer",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"sc-client-api",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sc-network",
|
2022-08-19 18:57:12 +00:00
|
|
|
"sc-network-common",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-blockchain",
|
|
|
|
"sp-runtime",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sc-keystore"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2022-10-06 18:31:20 +00:00
|
|
|
"array-bytes",
|
2021-02-24 14:12:24 +00:00
|
|
|
"async-trait",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde_json",
|
|
|
|
"sp-application-crypto",
|
|
|
|
"sp-core",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sp-keystore",
|
2022-02-24 18:09:06 +00:00
|
|
|
"thiserror",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sc-network"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2022-10-06 18:31:20 +00:00
|
|
|
"array-bytes",
|
2023-03-24 10:47:59 +00:00
|
|
|
"async-channel",
|
2020-09-23 00:24:35 +00:00
|
|
|
"async-trait",
|
2022-05-21 15:19:48 +00:00
|
|
|
"asynchronous-codec",
|
|
|
|
"bytes",
|
2020-03-25 03:42:27 +00:00
|
|
|
"either",
|
|
|
|
"fnv",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-02-24 18:09:06 +00:00
|
|
|
"futures-timer",
|
2020-05-06 20:25:03 +00:00
|
|
|
"ip_network",
|
2020-09-23 00:24:35 +00:00
|
|
|
"libp2p",
|
2023-03-24 10:47:59 +00:00
|
|
|
"linked_hash_set",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2022-12-09 08:53:53 +00:00
|
|
|
"lru",
|
2023-03-10 16:04:12 +00:00
|
|
|
"mockall",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"pin-project",
|
2023-02-10 16:55:02 +00:00
|
|
|
"rand 0.8.5",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-block-builder",
|
|
|
|
"sc-client-api",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sc-consensus",
|
2022-05-21 15:19:48 +00:00
|
|
|
"sc-network-common",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-peerset",
|
2021-10-01 23:38:49 +00:00
|
|
|
"sc-utils",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-arithmetic",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-consensus",
|
|
|
|
"sp-core",
|
|
|
|
"sp-runtime",
|
|
|
|
"substrate-prometheus-endpoint",
|
|
|
|
"thiserror",
|
2022-05-21 15:19:48 +00:00
|
|
|
"unsigned-varint",
|
2020-03-25 03:42:27 +00:00
|
|
|
"zeroize",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-10-06 18:31:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-network-bitswap"
|
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2022-10-06 18:31:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"cid",
|
|
|
|
"futures",
|
|
|
|
"libp2p",
|
|
|
|
"log",
|
2022-11-03 18:48:26 +00:00
|
|
|
"prost",
|
|
|
|
"prost-build",
|
2022-10-06 18:31:20 +00:00
|
|
|
"sc-client-api",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sc-network",
|
2022-10-06 18:31:20 +00:00
|
|
|
"sc-network-common",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-runtime",
|
|
|
|
"thiserror",
|
|
|
|
"unsigned-varint",
|
|
|
|
]
|
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-network-common"
|
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"array-bytes",
|
2022-08-19 18:57:12 +00:00
|
|
|
"async-trait",
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-08-19 18:57:12 +00:00
|
|
|
"bytes",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-10-06 18:31:20 +00:00
|
|
|
"futures-timer",
|
2022-05-21 15:19:48 +00:00
|
|
|
"libp2p",
|
|
|
|
"parity-scale-codec",
|
2022-11-03 18:48:26 +00:00
|
|
|
"prost-build",
|
2022-08-06 13:02:27 +00:00
|
|
|
"sc-consensus",
|
2022-05-21 15:19:48 +00:00
|
|
|
"sc-peerset",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sc-utils",
|
2022-09-29 23:17:14 +00:00
|
|
|
"serde",
|
2022-05-21 15:19:48 +00:00
|
|
|
"smallvec",
|
2022-09-29 23:17:14 +00:00
|
|
|
"sp-blockchain",
|
2022-08-06 13:02:27 +00:00
|
|
|
"sp-consensus",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sp-consensus-grandpa",
|
2022-08-06 13:02:27 +00:00
|
|
|
"sp-runtime",
|
2022-10-06 18:31:20 +00:00
|
|
|
"substrate-prometheus-endpoint",
|
2022-08-19 18:57:12 +00:00
|
|
|
"thiserror",
|
2023-03-24 10:47:59 +00:00
|
|
|
"zeroize",
|
2022-05-21 15:19:48 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sc-network-gossip"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2023-03-10 16:04:12 +00:00
|
|
|
"ahash 0.8.3",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-02-24 18:09:06 +00:00
|
|
|
"futures-timer",
|
2020-09-23 00:24:35 +00:00
|
|
|
"libp2p",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2022-12-09 08:53:53 +00:00
|
|
|
"lru",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sc-network",
|
2022-08-19 18:57:12 +00:00
|
|
|
"sc-network-common",
|
2022-09-29 23:17:14 +00:00
|
|
|
"sc-peerset",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
2021-02-24 14:12:24 +00:00
|
|
|
"substrate-prometheus-endpoint",
|
2021-05-19 06:45:16 +00:00
|
|
|
"tracing",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-06-02 21:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-network-light"
|
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2022-06-02 21:33:23 +00:00
|
|
|
dependencies = [
|
2022-10-06 18:31:20 +00:00
|
|
|
"array-bytes",
|
2022-06-02 21:33:23 +00:00
|
|
|
"futures",
|
|
|
|
"libp2p",
|
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
2022-11-03 18:48:26 +00:00
|
|
|
"prost",
|
|
|
|
"prost-build",
|
2022-06-02 21:33:23 +00:00
|
|
|
"sc-client-api",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sc-network",
|
2022-06-02 21:33:23 +00:00
|
|
|
"sc-network-common",
|
|
|
|
"sc-peerset",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-core",
|
|
|
|
"sp-runtime",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-network-sync"
|
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
2022-10-06 18:31:20 +00:00
|
|
|
"array-bytes",
|
2022-12-09 08:53:53 +00:00
|
|
|
"async-trait",
|
2022-05-21 15:19:48 +00:00
|
|
|
"fork-tree",
|
|
|
|
"futures",
|
2023-03-24 10:47:59 +00:00
|
|
|
"futures-timer",
|
2022-05-21 15:19:48 +00:00
|
|
|
"libp2p",
|
|
|
|
"log",
|
2022-12-09 08:53:53 +00:00
|
|
|
"lru",
|
2022-11-03 18:48:26 +00:00
|
|
|
"mockall",
|
2022-05-21 15:19:48 +00:00
|
|
|
"parity-scale-codec",
|
2022-11-03 18:48:26 +00:00
|
|
|
"prost",
|
|
|
|
"prost-build",
|
2022-05-21 15:19:48 +00:00
|
|
|
"sc-client-api",
|
|
|
|
"sc-consensus",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sc-network",
|
2022-05-21 15:19:48 +00:00
|
|
|
"sc-network-common",
|
|
|
|
"sc-peerset",
|
2022-11-03 18:48:26 +00:00
|
|
|
"sc-utils",
|
2022-05-21 15:19:48 +00:00
|
|
|
"smallvec",
|
|
|
|
"sp-arithmetic",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-consensus",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sp-consensus-grandpa",
|
2022-05-21 15:19:48 +00:00
|
|
|
"sp-core",
|
|
|
|
"sp-runtime",
|
2022-12-13 19:40:10 +00:00
|
|
|
"substrate-prometheus-endpoint",
|
2022-05-21 15:19:48 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-10-06 18:31:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-network-transactions"
|
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2022-10-06 18:31:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"array-bytes",
|
|
|
|
"futures",
|
|
|
|
"libp2p",
|
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
|
|
|
"pin-project",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sc-network",
|
2022-10-06 18:31:20 +00:00
|
|
|
"sc-network-common",
|
|
|
|
"sc-peerset",
|
2023-02-10 16:55:02 +00:00
|
|
|
"sc-utils",
|
2022-10-06 18:31:20 +00:00
|
|
|
"sp-consensus",
|
|
|
|
"sp-runtime",
|
|
|
|
"substrate-prometheus-endpoint",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sc-offchain"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2022-10-06 18:31:20 +00:00
|
|
|
"array-bytes",
|
2022-05-21 15:19:48 +00:00
|
|
|
"bytes",
|
2020-03-25 03:42:27 +00:00
|
|
|
"fnv",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-02-24 18:09:06 +00:00
|
|
|
"futures-timer",
|
2021-09-07 15:26:25 +00:00
|
|
|
"hyper",
|
2020-03-25 03:42:27 +00:00
|
|
|
"hyper-rustls",
|
2022-09-29 23:17:14 +00:00
|
|
|
"libp2p",
|
2020-03-25 03:42:27 +00:00
|
|
|
"num_cpus",
|
2021-11-07 20:41:04 +00:00
|
|
|
"once_cell",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2023-02-10 16:55:02 +00:00
|
|
|
"rand 0.8.5",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-client-api",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sc-network",
|
2022-08-19 18:57:12 +00:00
|
|
|
"sc-network-common",
|
2022-09-29 23:17:14 +00:00
|
|
|
"sc-peerset",
|
2021-10-01 23:38:49 +00:00
|
|
|
"sc-utils",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-api",
|
|
|
|
"sp-core",
|
|
|
|
"sp-offchain",
|
|
|
|
"sp-runtime",
|
|
|
|
"threadpool",
|
2021-12-28 17:18:04 +00:00
|
|
|
"tracing",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2019-10-20 12:22:24 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sc-peerset"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-10-20 12:22:24 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2020-09-23 00:24:35 +00:00
|
|
|
"libp2p",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2021-10-01 23:38:49 +00:00
|
|
|
"sc-utils",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde_json",
|
|
|
|
"wasm-timer",
|
2019-10-20 12:22:24 +00:00
|
|
|
]
|
|
|
|
|
2020-05-25 21:48:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-proposer-metrics"
|
2021-12-28 17:18:04 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-05-25 21:48:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"substrate-prometheus-endpoint",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sc-rpc"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
|
|
|
"jsonrpsee",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-block-builder",
|
2021-07-05 03:17:23 +00:00
|
|
|
"sc-chain-spec",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-client-api",
|
|
|
|
"sc-rpc-api",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sc-tracing",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sc-transaction-pool-api",
|
2021-10-01 23:38:49 +00:00
|
|
|
"sc-utils",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde_json",
|
|
|
|
"sp-api",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-core",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sp-keystore",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-offchain",
|
|
|
|
"sp-rpc",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-session",
|
|
|
|
"sp-version",
|
2023-03-10 16:04:12 +00:00
|
|
|
"tokio",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sc-rpc-api"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"jsonrpsee",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2021-07-05 03:17:23 +00:00
|
|
|
"sc-chain-spec",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sc-transaction-pool-api",
|
2022-04-20 20:15:29 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sp-core",
|
|
|
|
"sp-rpc",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-version",
|
2021-09-07 15:26:25 +00:00
|
|
|
"thiserror",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sc-rpc-server"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
2022-12-13 19:40:10 +00:00
|
|
|
"http",
|
2022-05-21 15:19:48 +00:00
|
|
|
"jsonrpsee",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"serde_json",
|
2020-09-23 00:24:35 +00:00
|
|
|
"substrate-prometheus-endpoint",
|
2021-10-01 23:38:49 +00:00
|
|
|
"tokio",
|
2022-12-13 19:40:10 +00:00
|
|
|
"tower",
|
|
|
|
"tower-http",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-rpc-spec-v2"
|
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2022-11-03 18:48:26 +00:00
|
|
|
dependencies = [
|
2023-02-10 16:55:02 +00:00
|
|
|
"array-bytes",
|
2022-11-03 18:48:26 +00:00
|
|
|
"futures",
|
2023-02-10 16:55:02 +00:00
|
|
|
"futures-util",
|
2022-11-03 18:48:26 +00:00
|
|
|
"hex",
|
|
|
|
"jsonrpsee",
|
2023-02-10 16:55:02 +00:00
|
|
|
"log",
|
2022-11-03 18:48:26 +00:00
|
|
|
"parity-scale-codec",
|
2023-02-10 16:55:02 +00:00
|
|
|
"parking_lot 0.12.1",
|
2022-11-03 18:48:26 +00:00
|
|
|
"sc-chain-spec",
|
2023-02-10 16:55:02 +00:00
|
|
|
"sc-client-api",
|
2022-11-03 18:48:26 +00:00
|
|
|
"sc-transaction-pool-api",
|
|
|
|
"serde",
|
|
|
|
"sp-api",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-core",
|
|
|
|
"sp-runtime",
|
2023-02-10 16:55:02 +00:00
|
|
|
"sp-version",
|
2022-11-03 18:48:26 +00:00
|
|
|
"thiserror",
|
2023-02-10 16:55:02 +00:00
|
|
|
"tokio-stream",
|
2022-11-03 18:48:26 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sc-service"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2021-05-19 06:45:16 +00:00
|
|
|
"async-trait",
|
2020-06-27 16:14:55 +00:00
|
|
|
"directories",
|
2020-03-25 03:42:27 +00:00
|
|
|
"exit-future",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-02-24 18:09:06 +00:00
|
|
|
"futures-timer",
|
2022-05-21 15:19:48 +00:00
|
|
|
"jsonrpsee",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"pin-project",
|
2023-02-10 16:55:02 +00:00
|
|
|
"rand 0.8.5",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sc-block-builder",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-chain-spec",
|
|
|
|
"sc-client-api",
|
|
|
|
"sc-client-db",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sc-consensus",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-executor",
|
2020-06-27 16:14:55 +00:00
|
|
|
"sc-informant",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-keystore",
|
|
|
|
"sc-network",
|
2022-10-06 18:31:20 +00:00
|
|
|
"sc-network-bitswap",
|
2022-05-21 15:19:48 +00:00
|
|
|
"sc-network-common",
|
2022-08-06 13:02:27 +00:00
|
|
|
"sc-network-light",
|
|
|
|
"sc-network-sync",
|
2022-10-06 18:31:20 +00:00
|
|
|
"sc-network-transactions",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-offchain",
|
|
|
|
"sc-rpc",
|
|
|
|
"sc-rpc-server",
|
2022-11-03 18:48:26 +00:00
|
|
|
"sc-rpc-spec-v2",
|
2023-03-10 16:04:12 +00:00
|
|
|
"sc-storage-monitor",
|
2022-05-04 20:34:21 +00:00
|
|
|
"sc-sysinfo",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sc-telemetry",
|
|
|
|
"sc-tracing",
|
|
|
|
"sc-transaction-pool",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sc-transaction-pool-api",
|
2021-10-01 23:38:49 +00:00
|
|
|
"sc-utils",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sp-api",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-consensus",
|
|
|
|
"sp-core",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sp-externalities",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sp-keystore",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
|
|
|
"sp-session",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sp-state-machine",
|
2021-07-05 03:17:23 +00:00
|
|
|
"sp-storage",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-transaction-pool",
|
2021-06-22 06:00:32 +00:00
|
|
|
"sp-transaction-storage-proof",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sp-trie",
|
|
|
|
"sp-version",
|
2022-10-06 18:31:20 +00:00
|
|
|
"static_init",
|
2020-03-25 03:42:27 +00:00
|
|
|
"substrate-prometheus-endpoint",
|
2020-06-27 16:14:55 +00:00
|
|
|
"tempfile",
|
2021-02-24 14:12:24 +00:00
|
|
|
"thiserror",
|
2021-10-01 23:38:49 +00:00
|
|
|
"tokio",
|
2020-03-25 03:42:27 +00:00
|
|
|
"tracing",
|
2021-02-24 14:12:24 +00:00
|
|
|
"tracing-futures",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sc-state-db"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-core",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-storage-monitor"
|
|
|
|
version = "0.1.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2023-03-10 16:04:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
2023-03-24 10:47:59 +00:00
|
|
|
"fs4",
|
2023-03-10 16:04:12 +00:00
|
|
|
"futures",
|
|
|
|
"log",
|
|
|
|
"sc-client-db",
|
|
|
|
"sc-utils",
|
|
|
|
"sp-core",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-05-04 20:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-sysinfo"
|
|
|
|
version = "6.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2022-05-04 20:34:21 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-05-04 20:34:21 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2023-02-10 16:55:02 +00:00
|
|
|
"rand 0.8.5",
|
|
|
|
"rand_pcg",
|
2022-05-04 20:34:21 +00:00
|
|
|
"regex",
|
|
|
|
"sc-telemetry",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sp-core",
|
|
|
|
"sp-io",
|
|
|
|
"sp-std",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sc-telemetry"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"chrono",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2020-09-23 00:24:35 +00:00
|
|
|
"libp2p",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"pin-project",
|
2023-02-10 16:55:02 +00:00
|
|
|
"rand 0.8.5",
|
|
|
|
"sc-utils",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
2021-02-24 14:12:24 +00:00
|
|
|
"serde_json",
|
2021-05-19 06:45:16 +00:00
|
|
|
"thiserror",
|
2020-03-25 03:42:27 +00:00
|
|
|
"wasm-timer",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sc-tracing"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-01-20 20:37:29 +00:00
|
|
|
"ansi_term",
|
2021-02-24 14:12:24 +00:00
|
|
|
"atty",
|
2021-11-07 20:41:04 +00:00
|
|
|
"chrono",
|
2021-02-24 14:12:24 +00:00
|
|
|
"lazy_static",
|
2021-11-07 20:41:04 +00:00
|
|
|
"libc",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2021-02-24 14:12:24 +00:00
|
|
|
"once_cell",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2021-02-24 14:12:24 +00:00
|
|
|
"regex",
|
2020-06-27 16:14:55 +00:00
|
|
|
"rustc-hash",
|
2021-06-22 06:00:32 +00:00
|
|
|
"sc-client-api",
|
|
|
|
"sc-rpc-server",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sc-tracing-proc-macro",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
2021-06-22 06:00:32 +00:00
|
|
|
"sp-api",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-core",
|
|
|
|
"sp-rpc",
|
|
|
|
"sp-runtime",
|
2020-06-27 16:14:55 +00:00
|
|
|
"sp-tracing",
|
2021-02-24 14:12:24 +00:00
|
|
|
"thiserror",
|
2020-08-21 11:20:35 +00:00
|
|
|
"tracing",
|
2021-02-24 14:12:24 +00:00
|
|
|
"tracing-log",
|
2020-08-21 11:20:35 +00:00
|
|
|
"tracing-subscriber",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sc-tracing-proc-macro"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"proc-macro-crate",
|
2021-02-24 14:12:24 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-06 14:51:49 +00:00
|
|
|
name = "sc-transaction-pool"
|
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-11-03 18:48:26 +00:00
|
|
|
"async-trait",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-02-24 18:09:06 +00:00
|
|
|
"futures-timer",
|
2020-03-25 03:42:27 +00:00
|
|
|
"linked-hash-map",
|
|
|
|
"log",
|
2023-03-10 16:04:12 +00:00
|
|
|
"num-traits",
|
2021-08-06 14:51:49 +00:00
|
|
|
"parity-scale-codec",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sc-client-api",
|
|
|
|
"sc-transaction-pool-api",
|
2021-10-01 23:38:49 +00:00
|
|
|
"sc-utils",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sp-api",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-blockchain",
|
|
|
|
"sp-core",
|
|
|
|
"sp-runtime",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sp-tracing",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-transaction-pool",
|
2021-08-06 14:51:49 +00:00
|
|
|
"substrate-prometheus-endpoint",
|
2021-02-24 14:12:24 +00:00
|
|
|
"thiserror",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-06 14:51:49 +00:00
|
|
|
name = "sc-transaction-pool-api"
|
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2022-11-03 18:48:26 +00:00
|
|
|
"async-trait",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2021-08-06 14:51:49 +00:00
|
|
|
"serde",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-blockchain",
|
|
|
|
"sp-runtime",
|
2021-02-24 14:12:24 +00:00
|
|
|
"thiserror",
|
2021-08-06 14:51:49 +00:00
|
|
|
]
|
|
|
|
|
2021-10-01 23:38:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sc-utils"
|
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2021-10-01 23:38:49 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"async-channel",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-02-24 18:09:06 +00:00
|
|
|
"futures-timer",
|
2021-10-01 23:38:49 +00:00
|
|
|
"lazy_static",
|
2022-03-21 20:01:15 +00:00
|
|
|
"log",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2021-10-01 23:38:49 +00:00
|
|
|
"prometheus",
|
2023-03-24 10:47:59 +00:00
|
|
|
"sp-arithmetic",
|
2021-10-01 23:38:49 +00:00
|
|
|
]
|
|
|
|
|
2021-08-06 14:51:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scale-info"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "2.4.0"
|
2021-08-06 14:51:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "61471dff9096de1d8b2319efed7162081e96793f5ebb147e50db10d50d648a4d"
|
2021-08-06 14:51:49 +00:00
|
|
|
dependencies = [
|
2022-01-20 20:37:29 +00:00
|
|
|
"bitvec",
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2021-08-06 14:51:49 +00:00
|
|
|
"derive_more",
|
|
|
|
"parity-scale-codec",
|
|
|
|
"scale-info-derive",
|
2021-10-01 23:38:49 +00:00
|
|
|
"serde",
|
2021-08-06 14:51:49 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scale-info-derive"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "2.4.0"
|
2021-08-06 14:51:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "219580e803a66b3f05761fd06f1f879a872444e49ce23f73694d26e5a954c7e6"
|
2021-08-06 14:51:49 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"proc-macro-crate",
|
2021-08-06 14:51:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2020-03-05 16:53:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "0.1.21"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2023-01-26 23:44:55 +00:00
|
|
|
"windows-sys 0.42.0",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schnellru"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.8.3",
|
|
|
|
"cfg-if",
|
|
|
|
"hashbrown 0.13.2",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "schnorrkel"
|
2020-03-25 03:42:27 +00:00
|
|
|
version = "0.9.1"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"arrayref",
|
2021-01-15 04:10:35 +00:00
|
|
|
"arrayvec 0.5.2",
|
2021-08-06 14:51:49 +00:00
|
|
|
"curve25519-dalek 2.1.3",
|
2021-01-15 04:10:35 +00:00
|
|
|
"getrandom 0.1.16",
|
2020-03-25 03:42:27 +00:00
|
|
|
"merlin",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"rand_core 0.5.1",
|
2020-07-25 12:35:30 +00:00
|
|
|
"sha2 0.8.2",
|
2021-09-07 15:26:25 +00:00
|
|
|
"subtle",
|
2020-03-25 03:42:27 +00:00
|
|
|
"zeroize",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "scopeguard"
|
2020-03-05 16:53:25 +00:00
|
|
|
version = "1.1.0"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.5"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
2022-11-03 18:48:26 +00:00
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2022-04-20 20:15:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sdp"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d22a5ef407871893fd72b4562ee15e4742269b173959db4b8df6f538c414e13"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.8.5",
|
|
|
|
"substring",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sec1"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.3.0"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
2022-12-09 08:53:53 +00:00
|
|
|
"base16ct",
|
2022-05-21 15:19:48 +00:00
|
|
|
"der",
|
2022-08-06 13:02:27 +00:00
|
|
|
"generic-array 0.14.6",
|
2022-10-06 18:31:20 +00:00
|
|
|
"pkcs8",
|
2022-05-21 15:19:48 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-03-21 20:01:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "secp256k1"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "0.24.3"
|
2022-03-21 20:01:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"
|
2022-03-21 20:01:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"secp256k1-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "secp256k1-sys"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.6.1"
|
2022-03-21 20:01:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"
|
2022-03-21 20:01:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "secrecy"
|
2021-11-07 20:41:04 +00:00
|
|
|
version = "0.8.0"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 20:41:04 +00:00
|
|
|
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "2.8.2"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-03-25 03:42:27 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
2020-04-15 11:33:19 +00:00
|
|
|
"libc",
|
2020-03-25 03:42:27 +00:00
|
|
|
"security-framework-sys",
|
2020-03-05 16:53:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "2.8.0"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2020-03-05 16:53:25 +00:00
|
|
|
]
|
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"
|
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"semver-parser",
|
2021-01-15 04:10:35 +00:00
|
|
|
]
|
|
|
|
|
2019-10-20 12:22:24 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "semver"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.17"
|
2021-12-28 17:18:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
2021-12-28 17:18:04 +00:00
|
|
|
dependencies = [
|
2021-01-15 04:10:35 +00:00
|
|
|
"serde",
|
|
|
|
]
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-01-15 04:10:35 +00:00
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 04:10:35 +00:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "serde"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.158"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde_derive",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "serde_derive"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.158"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 2.0.8",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "serde_json"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.94"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2022-11-03 18:48:26 +00:00
|
|
|
"itoa",
|
2020-03-25 03:42:27 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sha-1"
|
2022-08-06 13:02:27 +00:00
|
|
|
version = "0.9.8"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-06 13:02:27 +00:00
|
|
|
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"block-buffer 0.9.0",
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug 0.3.0",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.10.6",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sha2"
|
2020-05-25 21:48:38 +00:00
|
|
|
version = "0.8.2"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-25 21:48:38 +00:00
|
|
|
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-07-25 12:35:30 +00:00
|
|
|
"block-buffer 0.7.3",
|
|
|
|
"digest 0.8.1",
|
2020-03-25 03:42:27 +00:00
|
|
|
"fake-simd",
|
2020-07-25 12:35:30 +00:00
|
|
|
"opaque-debug 0.2.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-01-20 20:37:29 +00:00
|
|
|
version = "0.9.9"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-20 20:37:29 +00:00
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.9.0",
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2020-07-25 12:35:30 +00:00
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug 0.3.0",
|
2019-10-20 12:22:24 +00:00
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "0.10.6"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2022-12-09 08:53:53 +00:00
|
|
|
"digest 0.10.6",
|
2022-02-24 18:09:06 +00:00
|
|
|
]
|
|
|
|
|
2019-10-20 12:22:24 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sha3"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.10.6"
|
2022-03-21 20:01:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"
|
2022-03-21 20:01:15 +00:00
|
|
|
dependencies = [
|
2022-12-09 08:53:53 +00:00
|
|
|
"digest 0.10.6",
|
2022-03-21 20:01:15 +00:00
|
|
|
"keccak",
|
|
|
|
]
|
|
|
|
|
2020-08-21 11:20:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2021-11-07 20:41:04 +00:00
|
|
|
version = "0.1.4"
|
2020-08-21 11:20:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 20:41:04 +00:00
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
2020-08-21 11:20:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "shlex"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "1.1.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "1.4.1"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"libc",
|
2020-03-05 16:53:25 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "1.6.4"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
2022-12-09 08:53:53 +00:00
|
|
|
"digest 0.10.6",
|
2022-09-29 22:55:22 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-05-21 15:19:48 +00:00
|
|
|
]
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2021-06-22 06:00:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simba"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.8.0"
|
2021-06-22 06:00:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "50582927ed6f77e4ac020c057f37a268fc6aebc29225050365aacbb9deeeddc4"
|
2021-06-22 06:00:32 +00:00
|
|
|
dependencies = [
|
2021-07-05 03:17:23 +00:00
|
|
|
"approx",
|
|
|
|
"num-complex",
|
2021-06-22 06:00:32 +00:00
|
|
|
"num-traits",
|
|
|
|
"paste",
|
2023-03-10 16:04:12 +00:00
|
|
|
"wide",
|
2021-06-22 06:00:32 +00:00
|
|
|
]
|
|
|
|
|
2023-03-24 10:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.3.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2021-02-24 14:12:24 +00:00
|
|
|
name = "slab"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.4.8"
|
2021-06-22 06:00:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
2022-08-06 13:02:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-07-15 08:29:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slice-group-by"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "smallvec"
|
2022-10-06 18:06:56 +00:00
|
|
|
version = "1.10.0"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-06 18:06:56 +00:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2021-09-07 15:26:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "snap"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "1.1.0"
|
2021-09-07 15:26:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"
|
2021-09-07 15:26:25 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "snow"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.9.2"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "5ccba027ba85743e09d15c03296797cad56395089b832b48b5a5217880f57733"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2023-02-10 16:55:02 +00:00
|
|
|
"aes-gcm 0.9.4",
|
2022-05-21 15:19:48 +00:00
|
|
|
"blake2",
|
2020-07-25 12:35:30 +00:00
|
|
|
"chacha20poly1305",
|
2023-03-24 10:47:59 +00:00
|
|
|
"curve25519-dalek 4.0.0-rc.1",
|
2022-09-29 22:55:22 +00:00
|
|
|
"rand_core 0.6.4",
|
2020-03-25 03:42:27 +00:00
|
|
|
"ring",
|
2023-03-24 10:47:59 +00:00
|
|
|
"rustc_version",
|
2022-09-29 22:55:22 +00:00
|
|
|
"sha2 0.10.6",
|
2021-09-07 15:26:25 +00:00
|
|
|
"subtle",
|
2020-05-25 21:48:38 +00:00
|
|
|
]
|
|
|
|
|
2021-03-29 23:51:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.4.9"
|
2021-03-29 23:51:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2021-03-29 23:51:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2021-03-29 23:51:52 +00:00
|
|
|
]
|
|
|
|
|
2019-10-04 13:32:53 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "soketto"
|
2021-12-28 17:18:04 +00:00
|
|
|
version = "0.7.1"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-28 17:18:04 +00:00
|
|
|
checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"
|
2019-10-04 13:32:53 +00:00
|
|
|
dependencies = [
|
2023-01-26 23:44:55 +00:00
|
|
|
"base64 0.13.1",
|
2022-05-21 15:19:48 +00:00
|
|
|
"bytes",
|
2020-03-25 03:42:27 +00:00
|
|
|
"flate2",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2022-12-13 19:40:10 +00:00
|
|
|
"http",
|
2020-03-25 03:42:27 +00:00
|
|
|
"httparse",
|
|
|
|
"log",
|
2022-02-24 22:11:10 +00:00
|
|
|
"rand 0.8.5",
|
2022-09-29 22:55:22 +00:00
|
|
|
"sha-1",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sp-api"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"hash-db",
|
2021-05-19 06:45:16 +00:00
|
|
|
"log",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
|
|
|
"sp-api-proc-macro",
|
|
|
|
"sp-core",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-state-machine",
|
|
|
|
"sp-std",
|
2022-09-29 23:17:14 +00:00
|
|
|
"sp-trie",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-version",
|
2021-02-24 14:12:24 +00:00
|
|
|
"thiserror",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-api-proc-macro"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"Inflector",
|
2022-05-21 15:19:48 +00:00
|
|
|
"blake2",
|
2023-03-24 10:47:59 +00:00
|
|
|
"expander",
|
2022-05-21 15:19:48 +00:00
|
|
|
"proc-macro-crate",
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2019-10-04 13:32:53 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-application-crypto"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "7.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-10-04 13:32:53 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
|
|
|
"sp-core",
|
|
|
|
"sp-io",
|
|
|
|
"sp-std",
|
2019-10-04 13:32:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-arithmetic"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "6.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-10-04 13:32:53 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"integer-sqrt",
|
2020-08-21 11:20:35 +00:00
|
|
|
"num-traits",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
|
|
|
"sp-std",
|
2021-05-19 06:45:16 +00:00
|
|
|
"static_assertions",
|
2019-10-04 13:32:53 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-block-builder"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
|
|
|
"sp-api",
|
|
|
|
"sp-inherents",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-blockchain"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2022-12-09 08:53:53 +00:00
|
|
|
"lru",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sp-api",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-consensus",
|
2020-07-25 12:35:30 +00:00
|
|
|
"sp-database",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
|
|
|
"sp-state-machine",
|
2021-02-24 14:12:24 +00:00
|
|
|
"thiserror",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-consensus"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2021-05-19 06:45:16 +00:00
|
|
|
"async-trait",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"sp-core",
|
|
|
|
"sp-inherents",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-state-machine",
|
2021-02-24 14:12:24 +00:00
|
|
|
"thiserror",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-consensus-aura"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2023-03-10 16:04:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"parity-scale-codec",
|
|
|
|
"scale-info",
|
|
|
|
"sp-api",
|
|
|
|
"sp-application-crypto",
|
|
|
|
"sp-consensus",
|
|
|
|
"sp-consensus-slots",
|
|
|
|
"sp-inherents",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
|
|
|
"sp-timestamp",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sp-consensus-babe"
|
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
2021-06-22 06:00:32 +00:00
|
|
|
"async-trait",
|
2023-03-10 16:04:12 +00:00
|
|
|
"merlin",
|
2021-02-24 14:12:24 +00:00
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2023-03-10 16:04:12 +00:00
|
|
|
"serde",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sp-api",
|
|
|
|
"sp-application-crypto",
|
|
|
|
"sp-consensus",
|
|
|
|
"sp-consensus-slots",
|
2023-03-10 16:04:12 +00:00
|
|
|
"sp-consensus-vrf",
|
|
|
|
"sp-core",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sp-inherents",
|
2023-03-10 16:04:12 +00:00
|
|
|
"sp-keystore",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
|
|
|
"sp-timestamp",
|
|
|
|
]
|
|
|
|
|
2023-03-24 10:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sp-consensus-grandpa"
|
|
|
|
version = "4.0.0-dev"
|
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
|
|
|
dependencies = [
|
|
|
|
"finality-grandpa",
|
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
|
|
|
"scale-info",
|
|
|
|
"serde",
|
|
|
|
"sp-api",
|
|
|
|
"sp-application-crypto",
|
|
|
|
"sp-core",
|
|
|
|
"sp-keystore",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sp-consensus-slots"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2021-12-28 17:18:04 +00:00
|
|
|
"serde",
|
2022-03-21 20:01:15 +00:00
|
|
|
"sp-std",
|
|
|
|
"sp-timestamp",
|
2020-07-25 12:35:30 +00:00
|
|
|
]
|
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sp-consensus-vrf"
|
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2023-03-10 16:04:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"parity-scale-codec",
|
|
|
|
"scale-info",
|
|
|
|
"schnorrkel",
|
|
|
|
"sp-core",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-core"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "7.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-25 03:42:27 +00:00
|
|
|
dependencies = [
|
2022-10-06 18:31:20 +00:00
|
|
|
"array-bytes",
|
2020-03-25 03:42:27 +00:00
|
|
|
"base58",
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-10-06 18:31:20 +00:00
|
|
|
"blake2",
|
2023-03-10 16:04:12 +00:00
|
|
|
"bounded-collections",
|
2020-08-21 11:20:35 +00:00
|
|
|
"dyn-clonable",
|
2022-09-29 23:17:14 +00:00
|
|
|
"ed25519-zebra",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2020-03-25 03:42:27 +00:00
|
|
|
"hash-db",
|
|
|
|
"hash256-std-hasher",
|
2020-09-23 00:24:35 +00:00
|
|
|
"impl-serde",
|
2020-03-25 03:42:27 +00:00
|
|
|
"lazy_static",
|
2021-12-28 17:18:04 +00:00
|
|
|
"libsecp256k1",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
2020-05-06 20:25:03 +00:00
|
|
|
"merlin",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-03-25 03:42:27 +00:00
|
|
|
"primitive-types",
|
2023-02-10 16:55:02 +00:00
|
|
|
"rand 0.8.5",
|
2020-03-25 03:42:27 +00:00
|
|
|
"regex",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"schnorrkel",
|
2022-03-21 20:01:15 +00:00
|
|
|
"secp256k1",
|
2020-07-25 12:35:30 +00:00
|
|
|
"secrecy",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
2021-12-28 17:18:04 +00:00
|
|
|
"sp-core-hashing",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-debug-derive",
|
|
|
|
"sp-externalities",
|
|
|
|
"sp-runtime-interface",
|
|
|
|
"sp-std",
|
|
|
|
"sp-storage",
|
2021-11-07 20:41:04 +00:00
|
|
|
"ss58-registry",
|
2020-03-25 03:42:27 +00:00
|
|
|
"substrate-bip39",
|
2021-02-24 14:12:24 +00:00
|
|
|
"thiserror",
|
2020-03-25 03:42:27 +00:00
|
|
|
"tiny-bip39",
|
|
|
|
"zeroize",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2021-12-28 17:18:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sp-core-hashing"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "5.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2021-12-28 17:18:04 +00:00
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"blake2b_simd",
|
2021-12-28 17:18:04 +00:00
|
|
|
"byteorder",
|
2022-12-09 08:53:53 +00:00
|
|
|
"digest 0.10.6",
|
2022-09-29 22:55:22 +00:00
|
|
|
"sha2 0.10.6",
|
2022-11-03 18:48:26 +00:00
|
|
|
"sha3",
|
2021-12-28 17:18:04 +00:00
|
|
|
"sp-std",
|
|
|
|
"twox-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sp-core-hashing-proc-macro"
|
2022-03-21 20:01:15 +00:00
|
|
|
version = "5.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2021-12-28 17:18:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"sp-core-hashing",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2021-12-28 17:18:04 +00:00
|
|
|
]
|
|
|
|
|
2020-05-06 20:25:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sp-database"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-05-06 20:25:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"kvdb",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-05-06 20:25:03 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-debug-derive"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "5.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2019-10-20 12:22:24 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-externalities"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.13.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-10-20 12:22:24 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"environmental",
|
2020-05-06 20:25:03 +00:00
|
|
|
"parity-scale-codec",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-std",
|
|
|
|
"sp-storage",
|
2019-10-20 12:22:24 +00:00
|
|
|
]
|
|
|
|
|
2019-10-04 13:32:53 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-inherents"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-06-22 06:00:32 +00:00
|
|
|
"async-trait",
|
|
|
|
"impl-trait-for-tuples",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2023-03-10 16:04:12 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-core",
|
2021-06-22 06:00:32 +00:00
|
|
|
"sp-runtime",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-std",
|
2021-02-24 14:12:24 +00:00
|
|
|
"thiserror",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-io"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "7.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-08-19 18:57:12 +00:00
|
|
|
"bytes",
|
2023-02-10 16:55:02 +00:00
|
|
|
"ed25519",
|
2022-12-09 08:53:53 +00:00
|
|
|
"ed25519-dalek",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2021-12-28 17:18:04 +00:00
|
|
|
"libsecp256k1",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
2022-03-21 20:01:15 +00:00
|
|
|
"secp256k1",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-core",
|
|
|
|
"sp-externalities",
|
2021-02-24 14:12:24 +00:00
|
|
|
"sp-keystore",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime-interface",
|
|
|
|
"sp-state-machine",
|
|
|
|
"sp-std",
|
2020-06-27 16:14:55 +00:00
|
|
|
"sp-tracing",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-trie",
|
2020-09-23 00:24:35 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-keyring"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "7.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"lazy_static",
|
|
|
|
"sp-core",
|
|
|
|
"sp-runtime",
|
|
|
|
"strum",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sp-keystore"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.13.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2021-02-24 14:12:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2021-02-24 14:12:24 +00:00
|
|
|
"merlin",
|
|
|
|
"parity-scale-codec",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2021-02-24 14:12:24 +00:00
|
|
|
"schnorrkel",
|
|
|
|
"serde",
|
|
|
|
"sp-core",
|
|
|
|
"sp-externalities",
|
2022-02-24 18:09:06 +00:00
|
|
|
"thiserror",
|
2021-02-24 14:12:24 +00:00
|
|
|
]
|
|
|
|
|
2021-05-19 06:45:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sp-maybe-compressed-blob"
|
2021-12-28 17:18:04 +00:00
|
|
|
version = "4.1.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2021-05-19 06:45:16 +00:00
|
|
|
dependencies = [
|
2022-02-24 18:09:06 +00:00
|
|
|
"thiserror",
|
2021-05-19 06:45:16 +00:00
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-offchain"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-api",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sp-core",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-panic-handler"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "5.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"backtrace",
|
2021-12-28 17:18:04 +00:00
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-rpc"
|
2022-03-21 20:01:15 +00:00
|
|
|
version = "6.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-06-22 06:00:32 +00:00
|
|
|
"rustc-hash",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
|
|
|
"sp-core",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sp-runtime"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "7.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-06-27 16:14:55 +00:00
|
|
|
"either",
|
2020-03-25 03:42:27 +00:00
|
|
|
"hash256-std-hasher",
|
|
|
|
"impl-trait-for-tuples",
|
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
2021-05-19 06:45:16 +00:00
|
|
|
"paste",
|
2023-02-10 16:55:02 +00:00
|
|
|
"rand 0.8.5",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
|
|
|
"sp-application-crypto",
|
|
|
|
"sp-arithmetic",
|
|
|
|
"sp-core",
|
|
|
|
"sp-io",
|
|
|
|
"sp-std",
|
2022-10-06 18:31:20 +00:00
|
|
|
"sp-weights",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-runtime-interface"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "7.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-08-19 18:57:12 +00:00
|
|
|
"bytes",
|
2021-02-24 14:12:24 +00:00
|
|
|
"impl-trait-for-tuples",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
|
|
|
"primitive-types",
|
|
|
|
"sp-externalities",
|
|
|
|
"sp-runtime-interface-proc-macro",
|
|
|
|
"sp-std",
|
2020-08-21 11:20:35 +00:00
|
|
|
"sp-storage",
|
2020-05-06 20:25:03 +00:00
|
|
|
"sp-tracing",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-wasm-interface",
|
|
|
|
"static_assertions",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-runtime-interface-proc-macro"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "6.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"Inflector",
|
2022-05-21 15:19:48 +00:00
|
|
|
"proc-macro-crate",
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-session"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-05-16 13:32:11 +00:00
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-api",
|
|
|
|
"sp-core",
|
|
|
|
"sp-runtime",
|
2020-05-16 13:32:11 +00:00
|
|
|
"sp-staking",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-std",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2019-10-20 12:22:24 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-staking"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-10-20 12:22:24 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2023-01-26 23:44:55 +00:00
|
|
|
"sp-core",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
2019-10-20 12:22:24 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-state-machine"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.13.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"hash-db",
|
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2023-02-10 16:55:02 +00:00
|
|
|
"rand 0.8.5",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-core",
|
|
|
|
"sp-externalities",
|
|
|
|
"sp-panic-handler",
|
2020-09-23 00:24:35 +00:00
|
|
|
"sp-std",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-trie",
|
2021-02-24 14:12:24 +00:00
|
|
|
"thiserror",
|
2021-06-22 06:00:32 +00:00
|
|
|
"tracing",
|
2019-10-04 13:32:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-std"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "5.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-storage"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "7.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-09-23 00:24:35 +00:00
|
|
|
"impl-serde",
|
2020-08-21 11:20:35 +00:00
|
|
|
"parity-scale-codec",
|
2020-05-06 20:25:03 +00:00
|
|
|
"ref-cast",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
|
|
|
"sp-debug-derive",
|
|
|
|
"sp-std",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-timestamp"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-06-22 06:00:32 +00:00
|
|
|
"async-trait",
|
2022-02-24 18:09:06 +00:00
|
|
|
"futures-timer",
|
2021-06-22 06:00:32 +00:00
|
|
|
"log",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
|
|
|
"sp-inherents",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
2021-06-22 06:00:32 +00:00
|
|
|
"thiserror",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2020-05-06 20:25:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sp-tracing"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "6.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-05-06 20:25:03 +00:00
|
|
|
dependencies = [
|
2020-09-23 00:24:35 +00:00
|
|
|
"parity-scale-codec",
|
|
|
|
"sp-std",
|
2020-05-06 20:25:03 +00:00
|
|
|
"tracing",
|
2020-09-23 00:24:35 +00:00
|
|
|
"tracing-core",
|
|
|
|
"tracing-subscriber",
|
2020-05-06 20:25:03 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-transaction-pool"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-api",
|
|
|
|
"sp-runtime",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2021-06-22 06:00:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sp-transaction-storage-proof"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2021-06-22 06:00:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2021-06-22 06:00:32 +00:00
|
|
|
"sp-core",
|
|
|
|
"sp-inherents",
|
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
|
|
|
"sp-trie",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-trie"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "7.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2023-03-10 16:04:12 +00:00
|
|
|
"ahash 0.8.3",
|
2020-03-25 03:42:27 +00:00
|
|
|
"hash-db",
|
2023-03-10 16:04:12 +00:00
|
|
|
"hashbrown 0.12.3",
|
2022-09-29 23:17:14 +00:00
|
|
|
"lazy_static",
|
2020-03-25 03:42:27 +00:00
|
|
|
"memory-db",
|
2022-09-29 23:17:14 +00:00
|
|
|
"nohash-hasher",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2022-09-29 23:17:14 +00:00
|
|
|
"parking_lot 0.12.1",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2023-03-10 16:04:12 +00:00
|
|
|
"schnellru",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-core",
|
|
|
|
"sp-std",
|
2022-03-21 20:01:15 +00:00
|
|
|
"thiserror",
|
2022-09-29 23:17:14 +00:00
|
|
|
"tracing",
|
2020-03-25 03:42:27 +00:00
|
|
|
"trie-db",
|
|
|
|
"trie-root",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-version"
|
2022-03-21 20:01:15 +00:00
|
|
|
version = "5.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-09-23 00:24:35 +00:00
|
|
|
"impl-serde",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
2022-12-09 08:53:53 +00:00
|
|
|
"parity-wasm",
|
2021-10-01 23:38:49 +00:00
|
|
|
"scale-info",
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
2022-02-24 18:09:06 +00:00
|
|
|
"sp-core-hashing-proc-macro",
|
2020-03-25 03:42:27 +00:00
|
|
|
"sp-runtime",
|
|
|
|
"sp-std",
|
2021-06-22 06:00:32 +00:00
|
|
|
"sp-version-proc-macro",
|
2021-08-06 14:51:49 +00:00
|
|
|
"thiserror",
|
2021-06-22 06:00:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sp-version-proc-macro"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2021-06-22 06:00:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"parity-scale-codec",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "sp-wasm-interface"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "7.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2023-03-10 16:04:12 +00:00
|
|
|
"anyhow",
|
2020-03-25 03:42:27 +00:00
|
|
|
"impl-trait-for-tuples",
|
2022-02-24 18:09:06 +00:00
|
|
|
"log",
|
2020-03-25 03:42:27 +00:00
|
|
|
"parity-scale-codec",
|
|
|
|
"sp-std",
|
|
|
|
"wasmi",
|
2022-02-24 18:09:06 +00:00
|
|
|
"wasmtime",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-10-06 18:31:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sp-weights"
|
|
|
|
version = "4.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2022-10-06 18:31:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"parity-scale-codec",
|
|
|
|
"scale-info",
|
|
|
|
"serde",
|
|
|
|
"smallvec",
|
|
|
|
"sp-arithmetic",
|
|
|
|
"sp-core",
|
|
|
|
"sp-debug-derive",
|
|
|
|
"sp-std",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2019-12-16 20:46:39 +00:00
|
|
|
|
2022-10-06 18:31:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.6.0"
|
2022-10-06 18:31:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
2022-10-06 18:31:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
2021-11-07 20:41:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ss58-registry"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "1.39.0"
|
2021-11-07 20:41:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "ecf0bd63593ef78eca595a7fc25e9a443ca46fe69fd472f8f09f5245cdcd769d"
|
2021-11-07 20:41:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
2022-03-21 20:01:15 +00:00
|
|
|
"num-format",
|
2021-11-07 20:41:04 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
2020-07-25 12:35:30 +00:00
|
|
|
version = "1.2.0"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-25 12:35:30 +00:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2019-12-16 20:46:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2022-10-06 18:31:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_init"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"
|
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-10-06 18:31:20 +00:00
|
|
|
"cfg_aliases",
|
|
|
|
"libc",
|
|
|
|
"parking_lot 0.11.2",
|
2022-12-13 19:40:10 +00:00
|
|
|
"parking_lot_core 0.8.6",
|
2022-10-06 18:31:20 +00:00
|
|
|
"static_init_macro",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "static_init_macro"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"
|
|
|
|
dependencies = [
|
|
|
|
"cfg_aliases",
|
|
|
|
"memchr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2022-10-06 18:31:20 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "strsim"
|
2022-02-24 18:09:06 +00:00
|
|
|
version = "0.10.0"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-24 18:09:06 +00:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "strum"
|
2022-08-06 13:02:27 +00:00
|
|
|
version = "0.24.1"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-06 13:02:27 +00:00
|
|
|
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"strum_macros",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "strum_macros"
|
2022-08-19 18:57:12 +00:00
|
|
|
version = "0.24.3"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 18:57:12 +00:00
|
|
|
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"heck",
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2022-02-24 18:09:06 +00:00
|
|
|
"rustversion",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stun"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7e94b1ec00bad60e6410e058b52f1c66de3dc5fe4d62d09b3e52bb7d3b73e25"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
"crc",
|
|
|
|
"lazy_static",
|
|
|
|
"md-5",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"ring",
|
|
|
|
"subtle",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"url",
|
|
|
|
"webrtc-util",
|
|
|
|
]
|
|
|
|
|
2019-10-04 13:32:53 +00:00
|
|
|
[[package]]
|
2019-12-16 20:46:39 +00:00
|
|
|
name = "substrate-bip39"
|
2021-09-07 15:26:25 +00:00
|
|
|
version = "0.4.4"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 15:26:25 +00:00
|
|
|
checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"
|
2019-10-04 13:32:53 +00:00
|
|
|
dependencies = [
|
2021-09-07 15:26:25 +00:00
|
|
|
"hmac 0.11.0",
|
|
|
|
"pbkdf2 0.8.0",
|
2020-03-25 03:42:27 +00:00
|
|
|
"schnorrkel",
|
2022-01-20 20:37:29 +00:00
|
|
|
"sha2 0.9.9",
|
2020-09-23 00:24:35 +00:00
|
|
|
"zeroize",
|
2019-10-04 13:32:53 +00:00
|
|
|
]
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "substrate-build-script-utils"
|
2021-02-24 14:12:24 +00:00
|
|
|
version = "3.0.0"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-04-15 11:33:19 +00:00
|
|
|
dependencies = [
|
2023-01-26 23:44:55 +00:00
|
|
|
"platforms 2.0.0",
|
2020-04-15 11:33:19 +00:00
|
|
|
]
|
2020-03-05 16:53:25 +00:00
|
|
|
|
2020-08-21 11:20:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "substrate-frame-rpc-system"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "4.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-08-21 11:20:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"frame-system-rpc-runtime-api",
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
|
|
|
"jsonrpsee",
|
2020-08-21 11:20:35 +00:00
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
|
|
|
"sc-rpc-api",
|
2021-08-06 14:51:49 +00:00
|
|
|
"sc-transaction-pool-api",
|
2020-08-21 11:20:35 +00:00
|
|
|
"sp-api",
|
|
|
|
"sp-block-builder",
|
|
|
|
"sp-blockchain",
|
|
|
|
"sp-core",
|
|
|
|
"sp-runtime",
|
|
|
|
]
|
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "substrate-prometheus-endpoint"
|
2021-12-28 17:18:04 +00:00
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2021-09-07 15:26:25 +00:00
|
|
|
"hyper",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"prometheus",
|
2022-02-24 18:09:06 +00:00
|
|
|
"thiserror",
|
2021-09-07 15:26:25 +00:00
|
|
|
"tokio",
|
2020-03-05 16:53:25 +00:00
|
|
|
]
|
2019-12-16 20:46:39 +00:00
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "substrate-rpc-client"
|
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2022-11-03 18:48:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"jsonrpsee",
|
|
|
|
"log",
|
|
|
|
"sc-rpc-api",
|
|
|
|
"serde",
|
|
|
|
"sp-runtime",
|
|
|
|
]
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
2021-01-15 04:10:35 +00:00
|
|
|
name = "substrate-wasm-builder"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "5.0.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2022-01-20 20:37:29 +00:00
|
|
|
"ansi_term",
|
2021-01-15 04:10:35 +00:00
|
|
|
"build-helper",
|
|
|
|
"cargo_metadata",
|
2022-07-05 20:15:45 +00:00
|
|
|
"filetime",
|
2021-05-19 06:45:16 +00:00
|
|
|
"sp-maybe-compressed-blob",
|
2022-02-24 18:09:06 +00:00
|
|
|
"strum",
|
2021-01-15 04:10:35 +00:00
|
|
|
"tempfile",
|
|
|
|
"toml",
|
|
|
|
"walkdir",
|
2022-12-09 08:53:53 +00:00
|
|
|
"wasm-opt",
|
2021-01-15 04:10:35 +00:00
|
|
|
]
|
2019-12-16 20:46:39 +00:00
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "substring"
|
|
|
|
version = "1.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "2.4.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-06 14:51:49 +00:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "1.0.109"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2022-05-21 15:19:48 +00:00
|
|
|
"unicode-ident",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-03-24 10:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2021-11-07 20:41:04 +00:00
|
|
|
version = "0.12.6"
|
2019-10-20 12:22:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 20:41:04 +00:00
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2019-10-20 12:22:24 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2020-08-21 11:20:35 +00:00
|
|
|
"unicode-xid",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"
|
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-05-21 15:19:48 +00:00
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
2021-03-29 23:51:52 +00:00
|
|
|
version = "1.0.1"
|
2021-02-24 14:12:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 23:51:52 +00:00
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
2021-02-24 14:12:24 +00:00
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.12.6"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5"
|
2022-02-24 18:09:06 +00:00
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "3.4.0"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2022-01-20 20:37:29 +00:00
|
|
|
"fastrand",
|
2022-06-02 21:33:23 +00:00
|
|
|
"redox_syscall",
|
2023-03-24 10:47:59 +00:00
|
|
|
"rustix 0.36.11",
|
2023-03-10 16:04:12 +00:00
|
|
|
"windows-sys 0.42.0",
|
2020-03-05 16:53:25 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2022-02-24 18:09:06 +00:00
|
|
|
name = "termcolor"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "1.2.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-02-24 18:09:06 +00:00
|
|
|
"winapi-util",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
2022-11-03 18:48:26 +00:00
|
|
|
name = "termtree"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.4.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
2022-02-24 18:09:06 +00:00
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.40"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"thiserror-impl",
|
2020-03-05 16:53:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.40"
|
2020-03-05 16:53:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2020-03-05 16:53:25 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 2.0.8",
|
2020-03-05 16:53:25 +00:00
|
|
|
]
|
|
|
|
|
2022-04-20 20:15:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thousands"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "1.1.7"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2023-03-10 16:04:12 +00:00
|
|
|
"cfg-if",
|
2021-03-29 23:51:52 +00:00
|
|
|
"once_cell",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "threadpool"
|
2020-05-16 13:32:11 +00:00
|
|
|
version = "1.8.1"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-16 13:32:11 +00:00
|
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"num_cpus",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
2022-03-21 20:01:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tikv-jemalloc-sys"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.5.3+5.3.0-patched"
|
2022-03-21 20:01:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "a678df20055b43e57ef8cddde41cdfda9a3c1a060b67f4c5836dfb1d78543ba8"
|
2022-03-21 20:01:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.1.45"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"libc",
|
2021-01-15 04:10:35 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.3.20"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.2.8"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-bip39"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "1.0.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"anyhow",
|
2023-02-10 16:55:02 +00:00
|
|
|
"hmac 0.12.1",
|
2021-02-24 14:12:24 +00:00
|
|
|
"once_cell",
|
2023-02-10 16:55:02 +00:00
|
|
|
"pbkdf2 0.11.0",
|
|
|
|
"rand 0.8.5",
|
2020-03-25 03:42:27 +00:00
|
|
|
"rustc-hash",
|
2023-02-10 16:55:02 +00:00
|
|
|
"sha2 0.10.6",
|
2021-02-24 14:12:24 +00:00
|
|
|
"thiserror",
|
2020-03-25 03:42:27 +00:00
|
|
|
"unicode-normalization",
|
2021-10-01 23:38:49 +00:00
|
|
|
"wasm-bindgen",
|
2021-02-24 14:12:24 +00:00
|
|
|
"zeroize",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-04 20:34:21 +00:00
|
|
|
version = "1.6.0"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 20:34:21 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.1.1"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-07-25 12:35:30 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "1.26.0"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2022-07-15 08:29:00 +00:00
|
|
|
"autocfg",
|
2022-05-21 15:19:48 +00:00
|
|
|
"bytes",
|
2020-03-25 03:42:27 +00:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
2022-05-21 15:19:48 +00:00
|
|
|
"mio",
|
2020-03-25 03:42:27 +00:00
|
|
|
"num_cpus",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2022-05-04 20:34:21 +00:00
|
|
|
"pin-project-lite 0.2.9",
|
2020-03-25 03:42:27 +00:00
|
|
|
"signal-hook-registry",
|
2022-05-21 15:19:48 +00:00
|
|
|
"socket2",
|
2022-04-20 20:15:29 +00:00
|
|
|
"tokio-macros",
|
2023-03-10 16:04:12 +00:00
|
|
|
"windows-sys 0.45.0",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
2022-04-20 20:15:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "1.8.2"
|
2022-04-20 20:15:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
|
2022-04-20 20:15:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2022-04-20 20:15:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2022-05-04 20:34:21 +00:00
|
|
|
version = "0.23.4"
|
2022-04-20 20:15:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 20:34:21 +00:00
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
2022-04-20 20:15:29 +00:00
|
|
|
dependencies = [
|
2023-02-10 16:55:02 +00:00
|
|
|
"rustls 0.20.8",
|
2022-04-20 20:15:29 +00:00
|
|
|
"tokio",
|
2023-02-10 16:55:02 +00:00
|
|
|
"webpki 0.22.0",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-07-05 20:15:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.1.12"
|
2022-07-05 20:15:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
|
2022-07-05 20:15:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite 0.2.9",
|
|
|
|
"tokio",
|
2023-02-10 16:55:02 +00:00
|
|
|
"tokio-util",
|
2022-07-05 20:15:45 +00:00
|
|
|
]
|
|
|
|
|
2022-04-20 20:15:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.7.7"
|
2022-04-20 20:15:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
|
2022-04-20 20:15:29 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"bytes",
|
2022-04-20 20:15:29 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
2022-05-04 20:34:21 +00:00
|
|
|
"pin-project-lite 0.2.9",
|
2022-04-20 20:15:29 +00:00
|
|
|
"tokio",
|
2022-05-04 20:34:21 +00:00
|
|
|
"tracing",
|
2022-04-20 20:15:29 +00:00
|
|
|
]
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
2020-01-06 20:58:38 +00:00
|
|
|
name = "toml"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "0.5.11"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"serde",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
2022-12-13 19:40:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
|
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-12-13 19:40:10 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-range-header",
|
|
|
|
"pin-project-lite 0.2.9",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.3.2"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2019-12-16 20:46:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.1.37"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2022-12-13 19:40:10 +00:00
|
|
|
"log",
|
2022-05-04 20:34:21 +00:00
|
|
|
"pin-project-lite 0.2.9",
|
2020-03-25 03:42:27 +00:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.1.23"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-05-16 13:32:11 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.1.30"
|
2020-08-21 11:20:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2020-08-21 11:20:35 +00:00
|
|
|
dependencies = [
|
2022-07-15 08:29:00 +00:00
|
|
|
"once_cell",
|
2022-02-24 22:11:10 +00:00
|
|
|
"valuable",
|
2020-08-21 11:20:35 +00:00
|
|
|
]
|
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
2021-03-29 23:51:52 +00:00
|
|
|
version = "0.2.5"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 23:51:52 +00:00
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2022-07-15 08:29:00 +00:00
|
|
|
"pin-project",
|
2021-01-15 04:10:35 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-08-21 11:20:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2022-05-04 20:34:21 +00:00
|
|
|
version = "0.1.3"
|
2020-08-21 11:20:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 20:34:21 +00:00
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2020-08-21 11:20:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-serde"
|
2022-02-24 22:11:10 +00:00
|
|
|
version = "0.1.3"
|
2020-08-21 11:20:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-24 22:11:10 +00:00
|
|
|
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
2020-08-21 11:20:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2021-11-07 20:41:04 +00:00
|
|
|
version = "0.2.25"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-07 20:41:04 +00:00
|
|
|
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-01-20 20:37:29 +00:00
|
|
|
"ansi_term",
|
2020-08-21 11:20:35 +00:00
|
|
|
"chrono",
|
2020-03-25 03:42:27 +00:00
|
|
|
"lazy_static",
|
2020-08-21 11:20:35 +00:00
|
|
|
"matchers",
|
2022-03-21 20:01:15 +00:00
|
|
|
"parking_lot 0.11.2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sharded-slab",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2020-08-21 11:20:35 +00:00
|
|
|
"thread_local",
|
2021-01-15 04:10:35 +00:00
|
|
|
"tracing",
|
2020-08-21 11:20:35 +00:00
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-serde",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trie-db"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.27.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"hash-db",
|
2023-03-10 16:04:12 +00:00
|
|
|
"hashbrown 0.13.2",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"rustc-hex",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trie-root"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.18.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"hash-db",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2021-05-19 06:45:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-proto"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.22.0"
|
2021-05-19 06:45:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"
|
2021-05-19 06:45:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2021-05-19 06:45:16 +00:00
|
|
|
"data-encoding",
|
|
|
|
"enum-as-inner",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
2022-09-29 22:55:22 +00:00
|
|
|
"idna 0.2.3",
|
2021-05-19 06:45:16 +00:00
|
|
|
"ipnet",
|
|
|
|
"lazy_static",
|
2022-02-24 22:11:10 +00:00
|
|
|
"rand 0.8.5",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2023-02-10 16:55:02 +00:00
|
|
|
"socket2",
|
2021-05-19 06:45:16 +00:00
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
2022-12-09 08:53:53 +00:00
|
|
|
"tokio",
|
2022-11-03 18:48:26 +00:00
|
|
|
"tracing",
|
2022-05-21 15:19:48 +00:00
|
|
|
"url",
|
2021-05-19 06:45:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-resolver"
|
2022-11-03 18:48:26 +00:00
|
|
|
version = "0.22.0"
|
2021-05-19 06:45:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 18:48:26 +00:00
|
|
|
checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"
|
2021-05-19 06:45:16 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2021-05-19 06:45:16 +00:00
|
|
|
"futures-util",
|
|
|
|
"ipconfig",
|
|
|
|
"lazy_static",
|
|
|
|
"lru-cache",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2021-05-19 06:45:16 +00:00
|
|
|
"resolv-conf",
|
2021-09-07 15:26:25 +00:00
|
|
|
"smallvec",
|
2021-05-19 06:45:16 +00:00
|
|
|
"thiserror",
|
2022-12-09 08:53:53 +00:00
|
|
|
"tokio",
|
2022-11-03 18:48:26 +00:00
|
|
|
"tracing",
|
2021-05-19 06:45:16 +00:00
|
|
|
"trust-dns-proto",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "0.2.4"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-04-20 20:15:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-runtime-cli"
|
|
|
|
version = "0.10.0-dev"
|
2023-03-24 10:47:59 +00:00
|
|
|
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.40#ba87188cce8c0a11c9542d7363cd5ddd46db2740"
|
2022-04-20 20:15:29 +00:00
|
|
|
dependencies = [
|
2023-03-10 16:04:12 +00:00
|
|
|
"async-trait",
|
2022-04-20 20:15:29 +00:00
|
|
|
"clap",
|
2022-12-09 08:53:53 +00:00
|
|
|
"frame-remote-externalities",
|
2022-09-29 23:17:14 +00:00
|
|
|
"frame-try-runtime",
|
2023-01-26 23:44:55 +00:00
|
|
|
"hex",
|
2022-04-20 20:15:29 +00:00
|
|
|
"log",
|
|
|
|
"parity-scale-codec",
|
|
|
|
"sc-cli",
|
|
|
|
"sc-executor",
|
|
|
|
"sc-service",
|
|
|
|
"serde",
|
2023-02-10 16:55:02 +00:00
|
|
|
"serde_json",
|
2023-01-26 23:44:55 +00:00
|
|
|
"sp-api",
|
2023-03-10 16:04:12 +00:00
|
|
|
"sp-consensus-aura",
|
|
|
|
"sp-consensus-babe",
|
2022-04-20 20:15:29 +00:00
|
|
|
"sp-core",
|
2023-01-26 23:44:55 +00:00
|
|
|
"sp-debug-derive",
|
2022-04-20 20:15:29 +00:00
|
|
|
"sp-externalities",
|
2023-03-10 16:04:12 +00:00
|
|
|
"sp-inherents",
|
2022-04-20 20:15:29 +00:00
|
|
|
"sp-io",
|
|
|
|
"sp-keystore",
|
2023-01-26 23:44:55 +00:00
|
|
|
"sp-rpc",
|
2022-04-20 20:15:29 +00:00
|
|
|
"sp-runtime",
|
|
|
|
"sp-state-machine",
|
2023-03-10 16:04:12 +00:00
|
|
|
"sp-timestamp",
|
|
|
|
"sp-transaction-storage-proof",
|
2022-04-20 20:15:29 +00:00
|
|
|
"sp-version",
|
2022-11-03 18:48:26 +00:00
|
|
|
"sp-weights",
|
|
|
|
"substrate-rpc-client",
|
2022-04-20 20:15:29 +00:00
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
2021-11-07 20:41:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tt-call"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "1.0.9"
|
2021-11-07 20:41:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"
|
2021-11-07 20:41:04 +00:00
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "turn"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4712ee30d123ec7ae26d1e1b218395a16c87cdbaf4b3925d170d684af62ea5e8"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"futures",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"ring",
|
|
|
|
"stun",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"webrtc-util",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "twox-hash"
|
2022-05-04 20:34:21 +00:00
|
|
|
version = "1.6.3"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-04 20:34:21 +00:00
|
|
|
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2022-12-09 08:53:53 +00:00
|
|
|
"digest 0.10.6",
|
2022-02-24 22:11:10 +00:00
|
|
|
"rand 0.8.5",
|
2021-01-15 04:10:35 +00:00
|
|
|
"static_assertions",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "1.16.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "0.1.5"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
2021-01-15 04:10:35 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uint"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.9.5"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-02-24 14:12:24 +00:00
|
|
|
"byteorder",
|
2020-03-25 03:42:27 +00:00
|
|
|
"crunchy",
|
2021-02-24 14:12:24 +00:00
|
|
|
"hex",
|
2020-03-25 03:42:27 +00:00
|
|
|
"static_assertions",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.3.13"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "1.0.8"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2022-05-21 15:19:48 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "0.1.22"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-07-25 12:35:30 +00:00
|
|
|
"tinyvec",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2022-05-04 20:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "0.1.10"
|
2022-05-04 20:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2022-05-04 20:34:21 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "0.2.4"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2020-07-25 12:35:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
2021-08-06 14:51:49 +00:00
|
|
|
version = "0.4.1"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-06 14:51:49 +00:00
|
|
|
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
|
2020-07-25 12:35:30 +00:00
|
|
|
dependencies = [
|
2022-08-06 13:02:27 +00:00
|
|
|
"generic-array 0.14.6",
|
2021-09-07 15:26:25 +00:00
|
|
|
"subtle",
|
2020-07-25 12:35:30 +00:00
|
|
|
]
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d3160b73c9a19f7e2939a2fdad446c57c1bbbbf4d919d3213ff1267a580d8b5"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-03-29 23:51:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unsigned-varint"
|
2022-01-20 20:37:29 +00:00
|
|
|
version = "0.7.1"
|
2021-03-29 23:51:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-20 20:37:29 +00:00
|
|
|
checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"
|
2021-03-29 23:51:52 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"asynchronous-codec",
|
|
|
|
"bytes",
|
2020-09-23 00:24:35 +00:00
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2020-05-06 16:39:30 +00:00
|
|
|
version = "0.7.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-06 16:39:30 +00:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-09-29 22:55:22 +00:00
|
|
|
version = "2.3.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 22:55:22 +00:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-01-15 04:10:35 +00:00
|
|
|
"form_urlencoded",
|
2022-09-29 22:55:22 +00:00
|
|
|
"idna 0.3.0",
|
2022-05-21 15:19:48 +00:00
|
|
|
"percent-encoding",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.8",
|
|
|
|
]
|
|
|
|
|
2022-02-24 22:11:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-06-22 06:00:32 +00:00
|
|
|
version = "0.2.15"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-22 06:00:32 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-20 20:37:29 +00:00
|
|
|
version = "0.9.4"
|
2019-12-16 20:46:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-20 20:37:29 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2019-12-16 20:46:39 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "waitgroup"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292"
|
|
|
|
dependencies = [
|
|
|
|
"atomic-waker",
|
|
|
|
]
|
|
|
|
|
2020-07-25 12:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
2021-01-15 04:10:35 +00:00
|
|
|
version = "1.1.0"
|
2020-07-25 12:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 04:10:35 +00:00
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "2.3.3"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
2020-07-25 12:35:30 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"try-lock",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2020-03-05 16:53:25 +00:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2021-01-15 04:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2022-03-21 20:01:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.2.84"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2020-03-25 03:42:27 +00:00
|
|
|
"wasm-bindgen-macro",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.2.84"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-06 13:02:27 +00:00
|
|
|
"once_cell",
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2020-03-25 03:42:27 +00:00
|
|
|
"wasm-bindgen-shared",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.4.34"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2020-03-25 03:42:27 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.2.84"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2020-03-25 03:42:27 +00:00
|
|
|
"wasm-bindgen-macro-support",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.2.84"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2020-03-25 03:42:27 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.2.84"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2021-01-15 04:10:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-09 08:53:53 +00:00
|
|
|
name = "wasm-instrument"
|
|
|
|
version = "0.3.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2022-12-09 08:53:53 +00:00
|
|
|
"parity-wasm",
|
2021-01-15 04:10:35 +00:00
|
|
|
]
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
2022-12-09 08:53:53 +00:00
|
|
|
name = "wasm-opt"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.111.0"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "84a303793cbc01fb96551badfc7367db6007396bba6bac97936b3c8b6f7fdb41"
|
2022-12-09 08:53:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"libc",
|
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"wasm-opt-cxx-sys",
|
|
|
|
"wasm-opt-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-opt-cxx-sys"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.111.0"
|
2022-12-09 08:53:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "d9c9deb56f8a9f2ec177b3bd642a8205621835944ed5da55f2388ef216aca5a4"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2022-12-09 08:53:53 +00:00
|
|
|
"anyhow",
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
"wasm-opt-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-opt-sys"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.111.0"
|
2022-12-09 08:53:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "4432e28b542738a9776cedf92e8a99d8991c7b4667ee2c7ccddfb479dd2856a7"
|
2022-12-09 08:53:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cc",
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
"regex",
|
2022-02-24 18:09:06 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-timer"
|
2021-01-15 04:10:35 +00:00
|
|
|
version = "0.2.5"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 04:10:35 +00:00
|
|
|
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2020-03-25 03:42:27 +00:00
|
|
|
"js-sys",
|
2022-03-21 20:01:15 +00:00
|
|
|
"parking_lot 0.11.2",
|
2020-03-25 03:42:27 +00:00
|
|
|
"pin-utils",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmi"
|
2022-10-06 18:31:20 +00:00
|
|
|
version = "0.13.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-06 18:31:20 +00:00
|
|
|
checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-12-09 08:53:53 +00:00
|
|
|
"parity-wasm",
|
2020-03-25 03:42:27 +00:00
|
|
|
"wasmi-validation",
|
2022-10-06 18:31:20 +00:00
|
|
|
"wasmi_core",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmi-validation"
|
2022-10-06 18:31:20 +00:00
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"
|
|
|
|
dependencies = [
|
2022-12-09 08:53:53 +00:00
|
|
|
"parity-wasm",
|
2022-10-06 18:31:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmi_core"
|
|
|
|
version = "0.2.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-06 18:31:20 +00:00
|
|
|
checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-10-06 18:31:20 +00:00
|
|
|
"downcast-rs",
|
2023-01-26 23:44:55 +00:00
|
|
|
"libm 0.2.6",
|
2022-10-06 18:31:20 +00:00
|
|
|
"memory_units",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
2023-03-10 16:04:12 +00:00
|
|
|
"region",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-24 18:09:06 +00:00
|
|
|
name = "wasmparser"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.100.0"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "64b20236ab624147dfbb62cf12a19aaf66af0e41b8398838b66e997d07d269d4"
|
2022-07-15 08:29:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
2023-03-10 16:04:12 +00:00
|
|
|
"url",
|
2022-07-15 08:29:00 +00:00
|
|
|
]
|
2022-02-24 18:09:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "6.0.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "f6e89f9819523447330ffd70367ef4a18d8c832e24e8150fe054d1d912841632"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bincode",
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2022-02-24 18:09:06 +00:00
|
|
|
"indexmap",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2023-01-26 23:44:55 +00:00
|
|
|
"object 0.29.0",
|
2022-05-04 20:34:21 +00:00
|
|
|
"once_cell",
|
2022-02-24 18:09:06 +00:00
|
|
|
"paste",
|
|
|
|
"psm",
|
|
|
|
"rayon",
|
|
|
|
"serde",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmparser",
|
|
|
|
"wasmtime-cache",
|
|
|
|
"wasmtime-cranelift",
|
|
|
|
"wasmtime-environ",
|
|
|
|
"wasmtime-jit",
|
|
|
|
"wasmtime-runtime",
|
2023-03-10 16:04:12 +00:00
|
|
|
"windows-sys 0.42.0",
|
2022-10-06 18:31:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-asm-macros"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "6.0.1"
|
2022-10-06 18:31:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "9bd3a5e46c198032da934469f3a6e48649d1f9142438e4fd4617b68a35644b8a"
|
2022-10-06 18:31:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-02-24 18:09:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-cache"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "6.0.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "b389ae9b678b9c3851091a4804f4182d688d27aff7abc9aa37fa7be37d8ecffa"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-01-26 23:44:55 +00:00
|
|
|
"base64 0.13.1",
|
2022-02-24 18:09:06 +00:00
|
|
|
"bincode",
|
|
|
|
"directories-next",
|
|
|
|
"file-per-thread-logger",
|
|
|
|
"log",
|
2023-03-24 10:47:59 +00:00
|
|
|
"rustix 0.36.11",
|
2022-02-24 18:09:06 +00:00
|
|
|
"serde",
|
2023-03-10 16:04:12 +00:00
|
|
|
"sha2 0.10.6",
|
2022-02-24 18:09:06 +00:00
|
|
|
"toml",
|
2023-03-10 16:04:12 +00:00
|
|
|
"windows-sys 0.42.0",
|
2022-02-24 18:09:06 +00:00
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-cranelift"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "6.0.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "59b2c92a08c0db6efffd88fdc97d7aa9c7c63b03edb0971dbca745469f820e8c"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-frontend",
|
|
|
|
"cranelift-native",
|
|
|
|
"cranelift-wasm",
|
2023-01-26 23:44:55 +00:00
|
|
|
"gimli 0.26.2",
|
2022-02-24 18:09:06 +00:00
|
|
|
"log",
|
2023-01-26 23:44:55 +00:00
|
|
|
"object 0.29.0",
|
2022-02-24 18:09:06 +00:00
|
|
|
"target-lexicon",
|
|
|
|
"thiserror",
|
|
|
|
"wasmparser",
|
|
|
|
"wasmtime-environ",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-environ"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "6.0.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "9a6db9fc52985ba06ca601f2ff0ff1f526c5d724c7ac267b47326304b0c97883"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cranelift-entity",
|
2023-01-26 23:44:55 +00:00
|
|
|
"gimli 0.26.2",
|
2022-02-24 18:09:06 +00:00
|
|
|
"indexmap",
|
|
|
|
"log",
|
2023-01-26 23:44:55 +00:00
|
|
|
"object 0.29.0",
|
2022-02-24 18:09:06 +00:00
|
|
|
"serde",
|
|
|
|
"target-lexicon",
|
|
|
|
"thiserror",
|
|
|
|
"wasmparser",
|
|
|
|
"wasmtime-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-jit"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "6.0.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "b77e3a52cd84d0f7f18554afa8060cfe564ccac61e3b0802d3fd4084772fa5f6"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
2023-01-26 23:44:55 +00:00
|
|
|
"addr2line 0.17.0",
|
2022-02-24 18:09:06 +00:00
|
|
|
"anyhow",
|
|
|
|
"bincode",
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2022-05-04 20:34:21 +00:00
|
|
|
"cpp_demangle",
|
2023-01-26 23:44:55 +00:00
|
|
|
"gimli 0.26.2",
|
2022-05-04 20:34:21 +00:00
|
|
|
"log",
|
2023-01-26 23:44:55 +00:00
|
|
|
"object 0.29.0",
|
2022-05-04 20:34:21 +00:00
|
|
|
"rustc-demangle",
|
2022-02-24 18:09:06 +00:00
|
|
|
"serde",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmtime-environ",
|
2022-05-04 20:34:21 +00:00
|
|
|
"wasmtime-jit-debug",
|
2023-03-10 16:04:12 +00:00
|
|
|
"wasmtime-jit-icache-coherence",
|
2022-02-24 18:09:06 +00:00
|
|
|
"wasmtime-runtime",
|
2023-03-10 16:04:12 +00:00
|
|
|
"windows-sys 0.42.0",
|
2022-02-24 18:09:06 +00:00
|
|
|
]
|
|
|
|
|
2022-05-04 20:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-jit-debug"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "6.0.1"
|
2022-05-04 20:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "d0245e8a9347017c7185a72e215218a802ff561545c242953c11ba00fccc930f"
|
2022-05-04 20:34:21 +00:00
|
|
|
dependencies = [
|
2023-01-26 23:44:55 +00:00
|
|
|
"object 0.29.0",
|
2022-10-06 18:31:20 +00:00
|
|
|
"once_cell",
|
2023-03-24 10:47:59 +00:00
|
|
|
"rustix 0.36.11",
|
2023-03-10 16:04:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-jit-icache-coherence"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "6.0.1"
|
2023-03-10 16:04:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "67d412e9340ab1c83867051d8d1d7c90aa8c9afc91da086088068e2734e25064"
|
2023-03-10 16:04:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.42.0",
|
2022-05-04 20:34:21 +00:00
|
|
|
]
|
|
|
|
|
2022-02-24 18:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-runtime"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "6.0.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "d594e791b5fdd4dbaf8cf7ae62f2e4ff85018ce90f483ca6f42947688e48827d"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cc",
|
2022-05-21 15:19:48 +00:00
|
|
|
"cfg-if",
|
2022-02-24 18:09:06 +00:00
|
|
|
"indexmap",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"mach",
|
2022-06-02 21:33:23 +00:00
|
|
|
"memfd",
|
2022-12-09 08:53:53 +00:00
|
|
|
"memoffset 0.6.5",
|
2022-10-06 18:31:20 +00:00
|
|
|
"paste",
|
2022-02-24 22:11:10 +00:00
|
|
|
"rand 0.8.5",
|
2023-03-24 10:47:59 +00:00
|
|
|
"rustix 0.36.11",
|
2022-10-06 18:31:20 +00:00
|
|
|
"wasmtime-asm-macros",
|
2022-02-24 18:09:06 +00:00
|
|
|
"wasmtime-environ",
|
2022-05-04 20:34:21 +00:00
|
|
|
"wasmtime-jit-debug",
|
2023-03-10 16:04:12 +00:00
|
|
|
"windows-sys 0.42.0",
|
2022-02-24 18:09:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-types"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "6.0.1"
|
2022-02-24 18:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "a6688d6f96d4dbc1f89fab626c56c1778936d122b5f4ae7a57c2eb42b8d982e2"
|
2022-02-24 18:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-entity",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"wasmparser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-08-29 15:44:46 +00:00
|
|
|
name = "web-sys"
|
2023-02-10 16:55:02 +00:00
|
|
|
version = "0.3.61"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 16:55:02 +00:00
|
|
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.21.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2022-04-20 20:15:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2022-12-13 19:40:10 +00:00
|
|
|
version = "0.22.6"
|
2022-04-20 20:15:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 19:40:10 +00:00
|
|
|
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
2022-04-20 20:15:29 +00:00
|
|
|
dependencies = [
|
2023-02-10 16:55:02 +00:00
|
|
|
"webpki 0.22.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webrtc"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d3bc9049bdb2cea52f5fd4f6f728184225bdb867ed0dc2410eab6df5bdd67bb"
|
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"hex",
|
|
|
|
"interceptor",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rcgen 0.9.3",
|
|
|
|
"regex",
|
|
|
|
"ring",
|
|
|
|
"rtcp",
|
|
|
|
"rtp",
|
|
|
|
"rustls 0.19.1",
|
|
|
|
"sdp",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha2 0.10.6",
|
|
|
|
"stun",
|
|
|
|
"thiserror",
|
2023-03-10 16:04:12 +00:00
|
|
|
"time 0.3.20",
|
2023-02-10 16:55:02 +00:00
|
|
|
"tokio",
|
|
|
|
"turn",
|
|
|
|
"url",
|
|
|
|
"waitgroup",
|
|
|
|
"webrtc-data",
|
|
|
|
"webrtc-dtls",
|
|
|
|
"webrtc-ice",
|
|
|
|
"webrtc-mdns",
|
|
|
|
"webrtc-media",
|
|
|
|
"webrtc-sctp",
|
|
|
|
"webrtc-srtp",
|
|
|
|
"webrtc-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webrtc-data"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ef36a4d12baa6e842582fe9ec16a57184ba35e1a09308307b67d43ec8883100"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"derive_builder",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"webrtc-sctp",
|
|
|
|
"webrtc-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webrtc-dtls"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.7.1"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "942be5bd85f072c3128396f6e5a9bfb93ca8c1939ded735d177b7bcba9a13d05"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"aes 0.6.0",
|
2023-03-10 16:04:12 +00:00
|
|
|
"aes-gcm 0.10.1",
|
2023-02-10 16:55:02 +00:00
|
|
|
"async-trait",
|
|
|
|
"bincode",
|
|
|
|
"block-modes",
|
|
|
|
"byteorder",
|
|
|
|
"ccm",
|
|
|
|
"curve25519-dalek 3.2.0",
|
2023-03-24 10:47:59 +00:00
|
|
|
"der-parser 8.2.0",
|
2023-02-10 16:55:02 +00:00
|
|
|
"elliptic-curve",
|
|
|
|
"hkdf",
|
2023-03-10 16:04:12 +00:00
|
|
|
"hmac 0.12.1",
|
2023-02-10 16:55:02 +00:00
|
|
|
"log",
|
|
|
|
"oid-registry 0.6.1",
|
|
|
|
"p256",
|
|
|
|
"p384",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
"rcgen 0.9.3",
|
|
|
|
"ring",
|
|
|
|
"rustls 0.19.1",
|
|
|
|
"sec1",
|
|
|
|
"serde",
|
2023-03-10 16:04:12 +00:00
|
|
|
"sha1",
|
|
|
|
"sha2 0.10.6",
|
2023-02-10 16:55:02 +00:00
|
|
|
"signature",
|
|
|
|
"subtle",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"webpki 0.21.4",
|
|
|
|
"webrtc-util",
|
|
|
|
"x25519-dalek 2.0.0-pre.1",
|
|
|
|
"x509-parser 0.13.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webrtc-ice"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "0.9.1"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "465a03cc11e9a7d7b4f9f99870558fe37a102b65b93f8045392fef7c67b39e80"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"async-trait",
|
|
|
|
"crc",
|
|
|
|
"log",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"stun",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"turn",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
|
|
|
"waitgroup",
|
|
|
|
"webrtc-mdns",
|
|
|
|
"webrtc-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webrtc-mdns"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"socket2",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"webrtc-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webrtc-media"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee2a3c157a040324e5049bcbd644ffc9079e6738fa2cfab2bcff64e5cc4c00d7"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"derive_builder",
|
|
|
|
"displaydoc",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rtp",
|
|
|
|
"thiserror",
|
|
|
|
"webrtc-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webrtc-sctp"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d47adcd9427eb3ede33d5a7f3424038f63c965491beafcc20bc650a2f6679c0"
|
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"crc",
|
|
|
|
"log",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"webrtc-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webrtc-srtp"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6183edc4c1c6c0175f8812eefdce84dfa0aea9c3ece71c2bf6ddd3c964de3da5"
|
|
|
|
dependencies = [
|
|
|
|
"aead 0.4.3",
|
|
|
|
"aes 0.7.5",
|
|
|
|
"aes-gcm 0.9.4",
|
|
|
|
"async-trait",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"ctr 0.8.0",
|
|
|
|
"hmac 0.11.0",
|
|
|
|
"log",
|
|
|
|
"rtcp",
|
|
|
|
"rtp",
|
|
|
|
"sha-1",
|
|
|
|
"subtle",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"webrtc-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webrtc-util"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2023-03-24 10:47:59 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-02-10 16:55:02 +00:00
|
|
|
"bytes",
|
|
|
|
"cc",
|
|
|
|
"ipnet",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2023-03-24 10:47:59 +00:00
|
|
|
"nix",
|
2023-02-10 16:55:02 +00:00
|
|
|
"rand 0.8.5",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"winapi",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-01-26 23:44:55 +00:00
|
|
|
version = "4.4.0"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 23:44:55 +00:00
|
|
|
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2021-05-19 06:45:16 +00:00
|
|
|
"either",
|
2020-03-25 03:42:27 +00:00
|
|
|
"libc",
|
2022-09-29 22:55:22 +00:00
|
|
|
"once_cell",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-03-10 16:04:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wide"
|
|
|
|
version = "0.7.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b689b6c49d6549434bf944e6b0f39238cf63693cb7a147e9d887507fffa3b223"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"safe_arch",
|
|
|
|
]
|
|
|
|
|
2021-02-24 14:12:24 +00:00
|
|
|
[[package]]
|
2021-05-19 06:45:16 +00:00
|
|
|
name = "widestring"
|
2022-05-21 15:19:48 +00:00
|
|
|
version = "0.5.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-21 15:19:48 +00:00
|
|
|
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-25 12:35:30 +00:00
|
|
|
version = "0.3.9"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-25 12:35:30 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-05-06 16:39:30 +00:00
|
|
|
version = "0.1.5"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-06 16:39:30 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-25 03:42:27 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.34.0"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"
|
2022-05-21 15:19:48 +00:00
|
|
|
dependencies = [
|
2022-07-15 08:29:00 +00:00
|
|
|
"windows_aarch64_msvc 0.34.0",
|
|
|
|
"windows_i686_gnu 0.34.0",
|
|
|
|
"windows_i686_msvc 0.34.0",
|
|
|
|
"windows_x86_64_gnu 0.34.0",
|
|
|
|
"windows_x86_64_msvc 0.34.0",
|
2022-05-21 15:19:48 +00:00
|
|
|
]
|
|
|
|
|
2023-03-24 10:47:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
2023-03-24 10:47:59 +00:00
|
|
|
"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",
|
2022-11-03 18:48:26 +00:00
|
|
|
"windows_x86_64_gnullvm",
|
2023-03-24 10:47:59 +00:00
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2022-11-03 18:48:26 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.42.2"
|
2023-02-10 16:55:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2023-02-10 16:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
2023-03-24 10:47:59 +00:00
|
|
|
"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",
|
2023-02-10 16:55:02 +00:00
|
|
|
"windows_x86_64_gnullvm",
|
2023-03-24 10:47:59 +00:00
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2023-02-10 16:55:02 +00:00
|
|
|
]
|
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.42.2"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2022-11-03 18:48:26 +00:00
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.34.0"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
|
2022-05-21 15:19:48 +00:00
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.42.2"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-11-03 18:48:26 +00:00
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.34.0"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
|
2022-05-21 15:19:48 +00:00
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.42.2"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-11-03 18:48:26 +00:00
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.34.0"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
|
2022-05-21 15:19:48 +00:00
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.42.2"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-11-03 18:48:26 +00:00
|
|
|
|
2022-05-21 15:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.34.0"
|
2022-05-21 15:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
|
2022-05-21 15:19:48 +00:00
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.42.2"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2022-11-03 18:48:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.42.2"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2022-11-03 18:48:26 +00:00
|
|
|
|
2022-03-21 20:01:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.34.0"
|
2022-03-21 20:01:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
|
2022-03-21 20:01:15 +00:00
|
|
|
|
2022-11-03 18:48:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-03-24 10:47:59 +00:00
|
|
|
version = "0.42.2"
|
2022-11-03 18:48:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-24 10:47:59 +00:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2022-11-03 18:48:26 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
2022-05-21 15:19:48 +00:00
|
|
|
name = "winreg"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.10.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"winapi",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-02-24 14:12:24 +00:00
|
|
|
name = "wyz"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "0.5.1"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
2022-03-21 20:01:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"tap",
|
|
|
|
]
|
2021-01-15 04:10:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x25519-dalek"
|
2021-05-19 06:45:16 +00:00
|
|
|
version = "1.1.1"
|
2021-01-15 04:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-19 06:45:16 +00:00
|
|
|
checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"
|
2021-01-15 04:10:35 +00:00
|
|
|
dependencies = [
|
2021-09-07 15:26:25 +00:00
|
|
|
"curve25519-dalek 3.2.0",
|
2020-03-25 03:42:27 +00:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
"zeroize",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "x25519-dalek"
|
|
|
|
version = "2.0.0-pre.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5da623d8af10a62342bcbbb230e33e58a63255a58012f8653c578e54bab48df"
|
|
|
|
dependencies = [
|
|
|
|
"curve25519-dalek 3.2.0",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x509-parser"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs 0.3.1",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"data-encoding",
|
|
|
|
"der-parser 7.0.0",
|
|
|
|
"lazy_static",
|
|
|
|
"nom",
|
|
|
|
"oid-registry 0.4.0",
|
|
|
|
"ring",
|
|
|
|
"rusticata-macros",
|
|
|
|
"thiserror",
|
2023-03-10 16:04:12 +00:00
|
|
|
"time 0.3.20",
|
2023-02-10 16:55:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x509-parser"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"
|
|
|
|
dependencies = [
|
2023-03-24 10:47:59 +00:00
|
|
|
"asn1-rs 0.5.2",
|
2023-02-10 16:55:02 +00:00
|
|
|
"base64 0.13.1",
|
|
|
|
"data-encoding",
|
2023-03-24 10:47:59 +00:00
|
|
|
"der-parser 8.2.0",
|
2023-02-10 16:55:02 +00:00
|
|
|
"lazy_static",
|
|
|
|
"nom",
|
|
|
|
"oid-registry 0.6.1",
|
|
|
|
"rusticata-macros",
|
|
|
|
"thiserror",
|
2023-03-10 16:04:12 +00:00
|
|
|
"time 0.3.20",
|
2023-02-10 16:55:02 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yamux"
|
2022-08-19 18:57:12 +00:00
|
|
|
version = "0.10.2"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 18:57:12 +00:00
|
|
|
checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2022-05-21 15:19:48 +00:00
|
|
|
"futures",
|
2020-03-25 03:42:27 +00:00
|
|
|
"log",
|
|
|
|
"nohash-hasher",
|
2022-07-15 08:29:00 +00:00
|
|
|
"parking_lot 0.12.1",
|
2022-02-24 22:11:10 +00:00
|
|
|
"rand 0.8.5",
|
2020-03-25 03:42:27 +00:00
|
|
|
"static_assertions",
|
2019-08-29 15:44:46 +00:00
|
|
|
]
|
|
|
|
|
2023-02-10 16:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yasna"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aed2e7a52e3744ab4d0c05c20aa065258e84c49fd4226f5191b2ed29712710b4"
|
|
|
|
dependencies = [
|
2023-03-10 16:04:12 +00:00
|
|
|
"time 0.3.20",
|
2023-02-10 16:55:02 +00:00
|
|
|
]
|
|
|
|
|
2019-10-04 13:32:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2022-08-06 13:02:27 +00:00
|
|
|
version = "1.5.7"
|
2019-10-04 13:32:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-06 13:02:27 +00:00
|
|
|
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
|
2019-12-16 20:46:39 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"zeroize_derive",
|
2019-12-16 20:46:39 +00:00
|
|
|
]
|
2019-10-04 13:32:53 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
2022-12-09 08:53:53 +00:00
|
|
|
version = "1.3.3"
|
2019-08-29 15:44:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-09 08:53:53 +00:00
|
|
|
checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"
|
2019-08-29 15:44:46 +00:00
|
|
|
dependencies = [
|
2020-03-25 03:42:27 +00:00
|
|
|
"proc-macro2",
|
2020-08-21 11:20:35 +00:00
|
|
|
"quote",
|
2023-03-24 10:47:59 +00:00
|
|
|
"syn 1.0.109",
|
2020-03-25 03:42:27 +00:00
|
|
|
"synstructure",
|
|
|
|
]
|
2020-06-27 16:14:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "0.11.2+zstd.1.5.2"
|
2020-06-27 16:14:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
2020-06-27 16:14:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2022-07-15 08:29:00 +00:00
|
|
|
version = "5.0.2+zstd.1.5.2"
|
2020-06-27 16:14:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-15 08:29:00 +00:00
|
|
|
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
2020-06-27 16:14:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2023-03-10 16:04:12 +00:00
|
|
|
version = "2.0.7+zstd.1.5.4"
|
2020-06-27 16:14:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 16:04:12 +00:00
|
|
|
checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5"
|
2020-06-27 16:14:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2023-01-26 23:44:55 +00:00
|
|
|
"pkg-config",
|
2020-06-27 16:14:55 +00:00
|
|
|
]
|