1925 lines
46 KiB
Plaintext
1925 lines
46 KiB
Plaintext
|
|
# This file is automatically @generated by Cargo.
|
||
|
|
# It is not intended for manual editing.
|
||
|
|
version = 3
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "addr2line"
|
||
|
|
version = "0.22.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
||
|
|
dependencies = [
|
||
|
|
"gimli",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "adler"
|
||
|
|
version = "1.0.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ahash"
|
||
|
|
version = "0.8.11"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"once_cell",
|
||
|
|
"version_check",
|
||
|
|
"zerocopy",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "android_system_properties"
|
||
|
|
version = "0.1.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ark-ec"
|
||
|
|
version = "0.4.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba"
|
||
|
|
dependencies = [
|
||
|
|
"ark-ff",
|
||
|
|
"ark-poly",
|
||
|
|
"ark-serialize",
|
||
|
|
"ark-std",
|
||
|
|
"derivative",
|
||
|
|
"hashbrown 0.13.2",
|
||
|
|
"itertools",
|
||
|
|
"num-traits",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ark-ff"
|
||
|
|
version = "0.4.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"
|
||
|
|
dependencies = [
|
||
|
|
"ark-ff-asm",
|
||
|
|
"ark-ff-macros",
|
||
|
|
"ark-serialize",
|
||
|
|
"ark-std",
|
||
|
|
"derivative",
|
||
|
|
"digest 0.10.7",
|
||
|
|
"itertools",
|
||
|
|
"num-bigint",
|
||
|
|
"num-traits",
|
||
|
|
"paste",
|
||
|
|
"rustc_version",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ark-ff-asm"
|
||
|
|
version = "0.4.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"
|
||
|
|
dependencies = [
|
||
|
|
"quote",
|
||
|
|
"syn 1.0.109",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ark-ff-macros"
|
||
|
|
version = "0.4.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"
|
||
|
|
dependencies = [
|
||
|
|
"num-bigint",
|
||
|
|
"num-traits",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 1.0.109",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ark-poly"
|
||
|
|
version = "0.4.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf"
|
||
|
|
dependencies = [
|
||
|
|
"ark-ff",
|
||
|
|
"ark-serialize",
|
||
|
|
"ark-std",
|
||
|
|
"derivative",
|
||
|
|
"hashbrown 0.13.2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ark-secp256r1"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3975a01b0a6e3eae0f72ec7ca8598a6620fc72fa5981f6f5cca33b7cd788f633"
|
||
|
|
dependencies = [
|
||
|
|
"ark-ec",
|
||
|
|
"ark-ff",
|
||
|
|
"ark-std",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ark-serialize"
|
||
|
|
version = "0.4.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"
|
||
|
|
dependencies = [
|
||
|
|
"ark-serialize-derive",
|
||
|
|
"ark-std",
|
||
|
|
"digest 0.10.7",
|
||
|
|
"num-bigint",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ark-serialize-derive"
|
||
|
|
version = "0.4.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 1.0.109",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ark-std"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"
|
||
|
|
dependencies = [
|
||
|
|
"num-traits",
|
||
|
|
"rand 0.8.5",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "atty"
|
||
|
|
version = "0.2.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
||
|
|
dependencies = [
|
||
|
|
"hermit-abi",
|
||
|
|
"libc",
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "auto_ops"
|
||
|
|
version = "0.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7460f7dd8e100147b82a63afca1a20eb6c231ee36b90ba7272e14951cb58af59"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "autocfg"
|
||
|
|
version = "1.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "backtrace"
|
||
|
|
version = "0.3.72"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11"
|
||
|
|
dependencies = [
|
||
|
|
"addr2line",
|
||
|
|
"cc",
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
"miniz_oxide",
|
||
|
|
"object",
|
||
|
|
"rustc-demangle",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "base16ct"
|
||
|
|
version = "0.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "base64"
|
||
|
|
version = "0.13.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "base64ct"
|
||
|
|
version = "1.5.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bech32"
|
||
|
|
version = "0.9.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bft-crdt-derive"
|
||
|
|
version = "0.1.0"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro-crate",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 1.0.109",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bft-json-crdt"
|
||
|
|
version = "0.1.0"
|
||
|
|
dependencies = [
|
||
|
|
"bft-crdt-derive",
|
||
|
|
"colored",
|
||
|
|
"fastcrypto",
|
||
|
|
"itertools",
|
||
|
|
"rand 0.8.5",
|
||
|
|
"random_color",
|
||
|
|
"serde",
|
||
|
|
"serde_json",
|
||
|
|
"sha2 0.10.6",
|
||
|
|
"time 0.1.44",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bincode"
|
||
|
|
version = "1.3.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
||
|
|
dependencies = [
|
||
|
|
"serde",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bitcoin-private"
|
||
|
|
version = "0.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "73290177011694f38ec25e165d0387ab7ea749a4b81cd4c80dae5988229f7a57"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bitcoin_hashes"
|
||
|
|
version = "0.12.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5d7066118b13d4b20b23645932dfb3a81ce7e29f95726c2036fa33cd7b092501"
|
||
|
|
dependencies = [
|
||
|
|
"bitcoin-private",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "blake2"
|
||
|
|
version = "0.10.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
||
|
|
dependencies = [
|
||
|
|
"digest 0.10.7",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "block-buffer"
|
||
|
|
version = "0.9.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
||
|
|
dependencies = [
|
||
|
|
"generic-array",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "block-buffer"
|
||
|
|
version = "0.10.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
||
|
|
dependencies = [
|
||
|
|
"generic-array",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "blst"
|
||
|
|
version = "0.3.10"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6a30d0edd9dd1c60ddb42b80341c7852f6f985279a5c1a83659dcb65899dec99"
|
||
|
|
dependencies = [
|
||
|
|
"cc",
|
||
|
|
"glob",
|
||
|
|
"threadpool",
|
||
|
|
"which",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bs58"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "bumpalo"
|
||
|
|
version = "3.11.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "byteorder"
|
||
|
|
version = "1.4.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cc"
|
||
|
|
version = "1.0.98"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cfg-if"
|
||
|
|
version = "1.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "chrono"
|
||
|
|
version = "0.4.22"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
|
||
|
|
dependencies = [
|
||
|
|
"iana-time-zone",
|
||
|
|
"num-integer",
|
||
|
|
"num-traits",
|
||
|
|
"serde",
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "codespan-reporting"
|
||
|
|
version = "0.11.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
||
|
|
dependencies = [
|
||
|
|
"termcolor",
|
||
|
|
"unicode-width",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "colored"
|
||
|
|
version = "2.0.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
|
||
|
|
dependencies = [
|
||
|
|
"atty",
|
||
|
|
"lazy_static",
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "const-oid"
|
||
|
|
version = "0.9.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "convert_case"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "convert_case"
|
||
|
|
version = "0.6.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
||
|
|
dependencies = [
|
||
|
|
"unicode-segmentation",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "core-foundation-sys"
|
||
|
|
version = "0.8.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cpufeatures"
|
||
|
|
version = "0.2.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "crypto-bigint"
|
||
|
|
version = "0.5.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
|
||
|
|
dependencies = [
|
||
|
|
"generic-array",
|
||
|
|
"rand_core 0.6.4",
|
||
|
|
"subtle",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "crypto-common"
|
||
|
|
version = "0.1.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
||
|
|
dependencies = [
|
||
|
|
"generic-array",
|
||
|
|
"typenum",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "curve25519-dalek-ng"
|
||
|
|
version = "4.1.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8"
|
||
|
|
dependencies = [
|
||
|
|
"byteorder",
|
||
|
|
"digest 0.9.0",
|
||
|
|
"rand_core 0.6.4",
|
||
|
|
"subtle-ng",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cxx"
|
||
|
|
version = "1.0.80"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"
|
||
|
|
dependencies = [
|
||
|
|
"cc",
|
||
|
|
"cxxbridge-flags",
|
||
|
|
"cxxbridge-macro",
|
||
|
|
"link-cplusplus",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cxx-build"
|
||
|
|
version = "1.0.80"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"
|
||
|
|
dependencies = [
|
||
|
|
"cc",
|
||
|
|
"codespan-reporting",
|
||
|
|
"once_cell",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"scratch",
|
||
|
|
"syn 1.0.109",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cxxbridge-flags"
|
||
|
|
version = "1.0.80"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "cxxbridge-macro"
|
||
|
|
version = "1.0.80"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 1.0.109",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "darling"
|
||
|
|
version = "0.20.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
|
||
|
|
dependencies = [
|
||
|
|
"darling_core",
|
||
|
|
"darling_macro",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "darling_core"
|
||
|
|
version = "0.20.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
|
||
|
|
dependencies = [
|
||
|
|
"fnv",
|
||
|
|
"ident_case",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"strsim",
|
||
|
|
"syn 2.0.65",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "darling_macro"
|
||
|
|
version = "0.20.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
|
||
|
|
dependencies = [
|
||
|
|
"darling_core",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.65",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "der"
|
||
|
|
version = "0.6.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
||
|
|
dependencies = [
|
||
|
|
"const-oid",
|
||
|
|
"pem-rfc7468 0.6.0",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "der"
|
||
|
|
version = "0.7.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
|
||
|
|
dependencies = [
|
||
|
|
"const-oid",
|
||
|
|
"pem-rfc7468 0.7.0",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "derivative"
|
||
|
|
version = "2.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 1.0.109",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "derive_more"
|
||
|
|
version = "0.99.17"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
||
|
|
dependencies = [
|
||
|
|
"convert_case 0.4.0",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"rustc_version",
|
||
|
|
"syn 1.0.109",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "digest"
|
||
|
|
version = "0.9.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
||
|
|
dependencies = [
|
||
|
|
"generic-array",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "digest"
|
||
|
|
version = "0.10.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
||
|
|
dependencies = [
|
||
|
|
"block-buffer 0.10.3",
|
||
|
|
"const-oid",
|
||
|
|
"crypto-common",
|
||
|
|
"subtle",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "dyn-clone"
|
||
|
|
version = "1.0.17"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ecdsa"
|
||
|
|
version = "0.16.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
|
||
|
|
dependencies = [
|
||
|
|
"der 0.7.9",
|
||
|
|
"digest 0.10.7",
|
||
|
|
"elliptic-curve",
|
||
|
|
"rfc6979",
|
||
|
|
"signature",
|
||
|
|
"spki 0.7.3",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ed25519-consensus"
|
||
|
|
version = "2.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3c8465edc8ee7436ffea81d21a019b16676ee3db267aa8d5a8d729581ecf998b"
|
||
|
|
dependencies = [
|
||
|
|
"curve25519-dalek-ng",
|
||
|
|
"hex",
|
||
|
|
"rand_core 0.6.4",
|
||
|
|
"serde",
|
||
|
|
"sha2 0.9.9",
|
||
|
|
"thiserror",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "either"
|
||
|
|
version = "1.8.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "elliptic-curve"
|
||
|
|
version = "0.13.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
|
||
|
|
dependencies = [
|
||
|
|
"base16ct",
|
||
|
|
"crypto-bigint",
|
||
|
|
"digest 0.10.7",
|
||
|
|
"ff",
|
||
|
|
"generic-array",
|
||
|
|
"group",
|
||
|
|
"pem-rfc7468 0.7.0",
|
||
|
|
"pkcs8 0.10.2",
|
||
|
|
"rand_core 0.6.4",
|
||
|
|
"sec1",
|
||
|
|
"subtle",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "eyre"
|
||
|
|
version = "0.6.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
|
||
|
|
dependencies = [
|
||
|
|
"indenter",
|
||
|
|
"once_cell",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fastcrypto"
|
||
|
|
version = "0.1.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4f9ea2139faa96e4d713803b7777b8fd2d5c245858b1644c08d3220f407149c6"
|
||
|
|
dependencies = [
|
||
|
|
"ark-ec",
|
||
|
|
"ark-ff",
|
||
|
|
"ark-secp256r1",
|
||
|
|
"ark-serialize",
|
||
|
|
"auto_ops",
|
||
|
|
"base64ct",
|
||
|
|
"bech32",
|
||
|
|
"bincode",
|
||
|
|
"blake2",
|
||
|
|
"blst",
|
||
|
|
"bs58",
|
||
|
|
"curve25519-dalek-ng",
|
||
|
|
"derive_more",
|
||
|
|
"digest 0.10.7",
|
||
|
|
"ecdsa",
|
||
|
|
"ed25519-consensus",
|
||
|
|
"elliptic-curve",
|
||
|
|
"eyre",
|
||
|
|
"fastcrypto-derive",
|
||
|
|
"generic-array",
|
||
|
|
"hex",
|
||
|
|
"hex-literal",
|
||
|
|
"hkdf",
|
||
|
|
"lazy_static",
|
||
|
|
"num-bigint",
|
||
|
|
"once_cell",
|
||
|
|
"p256",
|
||
|
|
"rand 0.8.5",
|
||
|
|
"readonly",
|
||
|
|
"rfc6979",
|
||
|
|
"rsa",
|
||
|
|
"schemars",
|
||
|
|
"secp256k1",
|
||
|
|
"serde",
|
||
|
|
"serde_json",
|
||
|
|
"serde_with",
|
||
|
|
"sha2 0.10.6",
|
||
|
|
"sha3",
|
||
|
|
"signature",
|
||
|
|
"static_assertions",
|
||
|
|
"thiserror",
|
||
|
|
"tokio",
|
||
|
|
"typenum",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fastcrypto-derive"
|
||
|
|
version = "0.1.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4c0c2af2157f416cb885e11d36cd0de2753f6d5384752d364075c835f5f8f891"
|
||
|
|
dependencies = [
|
||
|
|
"convert_case 0.6.0",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 1.0.109",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ff"
|
||
|
|
version = "0.13.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
|
||
|
|
dependencies = [
|
||
|
|
"rand_core 0.6.4",
|
||
|
|
"subtle",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "fnv"
|
||
|
|
version = "1.0.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "generic-array"
|
||
|
|
version = "0.14.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
||
|
|
dependencies = [
|
||
|
|
"serde",
|
||
|
|
"typenum",
|
||
|
|
"version_check",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "getrandom"
|
||
|
|
version = "0.1.16"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "getrandom"
|
||
|
|
version = "0.2.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"libc",
|
||
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "gimli"
|
||
|
|
version = "0.29.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "glob"
|
||
|
|
version = "0.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "group"
|
||
|
|
version = "0.13.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
|
||
|
|
dependencies = [
|
||
|
|
"ff",
|
||
|
|
"rand_core 0.6.4",
|
||
|
|
"subtle",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hashbrown"
|
||
|
|
version = "0.12.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hashbrown"
|
||
|
|
version = "0.13.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
||
|
|
dependencies = [
|
||
|
|
"ahash",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hermit-abi"
|
||
|
|
version = "0.1.19"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hex"
|
||
|
|
version = "0.4.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hex-literal"
|
||
|
|
version = "0.4.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hkdf"
|
||
|
|
version = "0.12.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
|
||
|
|
dependencies = [
|
||
|
|
"hmac",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "hmac"
|
||
|
|
version = "0.12.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
||
|
|
dependencies = [
|
||
|
|
"digest 0.10.7",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "iana-time-zone"
|
||
|
|
version = "0.1.51"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"
|
||
|
|
dependencies = [
|
||
|
|
"android_system_properties",
|
||
|
|
"core-foundation-sys",
|
||
|
|
"iana-time-zone-haiku",
|
||
|
|
"js-sys",
|
||
|
|
"wasm-bindgen",
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ident_case"
|
||
|
|
version = "1.0.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "indenter"
|
||
|
|
version = "0.3.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "indexmap"
|
||
|
|
version = "1.9.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
||
|
|
dependencies = [
|
||
|
|
"autocfg",
|
||
|
|
"hashbrown 0.12.3",
|
||
|
|
"serde",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "itertools"
|
||
|
|
version = "0.10.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
||
|
|
dependencies = [
|
||
|
|
"either",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "itoa"
|
||
|
|
version = "1.0.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "js-sys"
|
||
|
|
version = "0.3.60"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
||
|
|
dependencies = [
|
||
|
|
"wasm-bindgen",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "keccak"
|
||
|
|
version = "0.1.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "lazy_static"
|
||
|
|
version = "1.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
||
|
|
dependencies = [
|
||
|
|
"spin",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "libc"
|
||
|
|
version = "0.2.155"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "libm"
|
||
|
|
version = "0.2.8"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "link-cplusplus"
|
||
|
|
version = "1.0.7"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
|
||
|
|
dependencies = [
|
||
|
|
"cc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "log"
|
||
|
|
version = "0.4.17"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "memchr"
|
||
|
|
version = "2.7.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "miniz_oxide"
|
||
|
|
version = "0.7.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
|
||
|
|
dependencies = [
|
||
|
|
"adler",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "num-bigint"
|
||
|
|
version = "0.4.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
|
||
|
|
dependencies = [
|
||
|
|
"num-integer",
|
||
|
|
"num-traits",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "num-bigint-dig"
|
||
|
|
version = "0.8.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
||
|
|
dependencies = [
|
||
|
|
"byteorder",
|
||
|
|
"lazy_static",
|
||
|
|
"libm",
|
||
|
|
"num-integer",
|
||
|
|
"num-iter",
|
||
|
|
"num-traits",
|
||
|
|
"rand 0.8.5",
|
||
|
|
"smallvec",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "num-integer"
|
||
|
|
version = "0.1.46"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
||
|
|
dependencies = [
|
||
|
|
"num-traits",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "num-iter"
|
||
|
|
version = "0.1.45"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
||
|
|
dependencies = [
|
||
|
|
"autocfg",
|
||
|
|
"num-integer",
|
||
|
|
"num-traits",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "num-traits"
|
||
|
|
version = "0.2.19"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
||
|
|
dependencies = [
|
||
|
|
"autocfg",
|
||
|
|
"libm",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "num_cpus"
|
||
|
|
version = "1.13.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
||
|
|
dependencies = [
|
||
|
|
"hermit-abi",
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "num_threads"
|
||
|
|
version = "0.1.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "object"
|
||
|
|
version = "0.35.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e"
|
||
|
|
dependencies = [
|
||
|
|
"memchr",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "once_cell"
|
||
|
|
version = "1.19.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "opaque-debug"
|
||
|
|
version = "0.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "p256"
|
||
|
|
version = "0.13.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
|
||
|
|
dependencies = [
|
||
|
|
"ecdsa",
|
||
|
|
"elliptic-curve",
|
||
|
|
"primeorder",
|
||
|
|
"sha2 0.10.6",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "paste"
|
||
|
|
version = "1.0.15"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pem-rfc7468"
|
||
|
|
version = "0.6.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
|
||
|
|
dependencies = [
|
||
|
|
"base64ct",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pem-rfc7468"
|
||
|
|
version = "0.7.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
||
|
|
dependencies = [
|
||
|
|
"base64ct",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pin-project-lite"
|
||
|
|
version = "0.2.14"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pkcs1"
|
||
|
|
version = "0.4.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719"
|
||
|
|
dependencies = [
|
||
|
|
"der 0.6.1",
|
||
|
|
"pkcs8 0.9.0",
|
||
|
|
"spki 0.6.0",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pkcs8"
|
||
|
|
version = "0.9.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
|
||
|
|
dependencies = [
|
||
|
|
"der 0.6.1",
|
||
|
|
"spki 0.6.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "pkcs8"
|
||
|
|
version = "0.10.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
||
|
|
dependencies = [
|
||
|
|
"der 0.7.9",
|
||
|
|
"spki 0.7.3",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ppv-lite86"
|
||
|
|
version = "0.2.16"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "primeorder"
|
||
|
|
version = "0.13.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
|
||
|
|
dependencies = [
|
||
|
|
"elliptic-curve",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "proc-macro-crate"
|
||
|
|
version = "1.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
|
||
|
|
dependencies = [
|
||
|
|
"once_cell",
|
||
|
|
"thiserror",
|
||
|
|
"toml",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "proc-macro2"
|
||
|
|
version = "1.0.80"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a56dea16b0a29e94408b9aa5e2940a4eedbd128a1ba20e8f7ae60fd3d465af0e"
|
||
|
|
dependencies = [
|
||
|
|
"unicode-ident",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "quote"
|
||
|
|
version = "1.0.36"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand"
|
||
|
|
version = "0.7.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
||
|
|
dependencies = [
|
||
|
|
"getrandom 0.1.16",
|
||
|
|
"libc",
|
||
|
|
"rand_chacha 0.2.2",
|
||
|
|
"rand_core 0.5.1",
|
||
|
|
"rand_hc",
|
||
|
|
"rand_pcg",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand"
|
||
|
|
version = "0.8.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"rand_chacha 0.3.1",
|
||
|
|
"rand_core 0.6.4",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand_chacha"
|
||
|
|
version = "0.2.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
||
|
|
dependencies = [
|
||
|
|
"ppv-lite86",
|
||
|
|
"rand_core 0.5.1",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand_chacha"
|
||
|
|
version = "0.3.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
||
|
|
dependencies = [
|
||
|
|
"ppv-lite86",
|
||
|
|
"rand_core 0.6.4",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand_core"
|
||
|
|
version = "0.5.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
||
|
|
dependencies = [
|
||
|
|
"getrandom 0.1.16",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand_core"
|
||
|
|
version = "0.6.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
||
|
|
dependencies = [
|
||
|
|
"getrandom 0.2.8",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand_hc"
|
||
|
|
version = "0.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
||
|
|
dependencies = [
|
||
|
|
"rand_core 0.5.1",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rand_pcg"
|
||
|
|
version = "0.2.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
||
|
|
dependencies = [
|
||
|
|
"rand_core 0.5.1",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "random_color"
|
||
|
|
version = "0.6.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f5f34bd6526786b2ce5141fd37a4084b5da1ebae74595b5b0d05482a7cef7181"
|
||
|
|
dependencies = [
|
||
|
|
"rand 0.7.3",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "readonly"
|
||
|
|
version = "0.2.12"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a25d631e41bfb5fdcde1d4e2215f62f7f0afa3ff11e26563765bd6ea1d229aeb"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.65",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rfc6979"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
|
||
|
|
dependencies = [
|
||
|
|
"hmac",
|
||
|
|
"subtle",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rsa"
|
||
|
|
version = "0.8.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "55a77d189da1fee555ad95b7e50e7457d91c0e089ec68ca69ad2989413bbdab4"
|
||
|
|
dependencies = [
|
||
|
|
"byteorder",
|
||
|
|
"digest 0.10.7",
|
||
|
|
"num-bigint-dig",
|
||
|
|
"num-integer",
|
||
|
|
"num-iter",
|
||
|
|
"num-traits",
|
||
|
|
"pkcs1",
|
||
|
|
"pkcs8 0.9.0",
|
||
|
|
"rand_core 0.6.4",
|
||
|
|
"sha2 0.10.6",
|
||
|
|
"signature",
|
||
|
|
"subtle",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustc-demangle"
|
||
|
|
version = "0.1.24"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "rustc_version"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
||
|
|
dependencies = [
|
||
|
|
"semver",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "ryu"
|
||
|
|
version = "1.0.11"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "schemars"
|
||
|
|
version = "0.8.21"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
|
||
|
|
dependencies = [
|
||
|
|
"dyn-clone",
|
||
|
|
"schemars_derive",
|
||
|
|
"serde",
|
||
|
|
"serde_json",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "schemars_derive"
|
||
|
|
version = "0.8.21"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"serde_derive_internals",
|
||
|
|
"syn 2.0.65",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "scratch"
|
||
|
|
version = "1.0.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "sec1"
|
||
|
|
version = "0.7.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "48518a2b5775ba8ca5b46596aae011caa431e6ce7e4a67ead66d92f08884220e"
|
||
|
|
dependencies = [
|
||
|
|
"base16ct",
|
||
|
|
"der 0.7.9",
|
||
|
|
"generic-array",
|
||
|
|
"pkcs8 0.10.2",
|
||
|
|
"subtle",
|
||
|
|
"zeroize",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "secp256k1"
|
||
|
|
version = "0.27.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f"
|
||
|
|
dependencies = [
|
||
|
|
"bitcoin_hashes",
|
||
|
|
"rand 0.8.5",
|
||
|
|
"secp256k1-sys",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "secp256k1-sys"
|
||
|
|
version = "0.8.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e"
|
||
|
|
dependencies = [
|
||
|
|
"cc",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "semver"
|
||
|
|
version = "1.0.23"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde"
|
||
|
|
version = "1.0.203"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
|
||
|
|
dependencies = [
|
||
|
|
"serde_derive",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_derive"
|
||
|
|
version = "1.0.203"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.65",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_derive_internals"
|
||
|
|
version = "0.29.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.65",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_json"
|
||
|
|
version = "1.0.117"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
|
||
|
|
dependencies = [
|
||
|
|
"itoa",
|
||
|
|
"ryu",
|
||
|
|
"serde",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_with"
|
||
|
|
version = "2.3.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe"
|
||
|
|
dependencies = [
|
||
|
|
"base64",
|
||
|
|
"chrono",
|
||
|
|
"hex",
|
||
|
|
"indexmap",
|
||
|
|
"serde",
|
||
|
|
"serde_json",
|
||
|
|
"serde_with_macros",
|
||
|
|
"time 0.3.16",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "serde_with_macros"
|
||
|
|
version = "2.3.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f"
|
||
|
|
dependencies = [
|
||
|
|
"darling",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.65",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "sha2"
|
||
|
|
version = "0.9.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
||
|
|
dependencies = [
|
||
|
|
"block-buffer 0.9.0",
|
||
|
|
"cfg-if",
|
||
|
|
"cpufeatures",
|
||
|
|
"digest 0.9.0",
|
||
|
|
"opaque-debug",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "sha2"
|
||
|
|
version = "0.10.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"cpufeatures",
|
||
|
|
"digest 0.10.7",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "sha3"
|
||
|
|
version = "0.10.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"
|
||
|
|
dependencies = [
|
||
|
|
"digest 0.10.7",
|
||
|
|
"keccak",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "signature"
|
||
|
|
version = "2.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
||
|
|
dependencies = [
|
||
|
|
"digest 0.10.7",
|
||
|
|
"rand_core 0.6.4",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "smallvec"
|
||
|
|
version = "1.13.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "spin"
|
||
|
|
version = "0.5.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "spki"
|
||
|
|
version = "0.6.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
||
|
|
dependencies = [
|
||
|
|
"base64ct",
|
||
|
|
"der 0.6.1",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "spki"
|
||
|
|
version = "0.7.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
||
|
|
dependencies = [
|
||
|
|
"base64ct",
|
||
|
|
"der 0.7.9",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "static_assertions"
|
||
|
|
version = "1.1.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "strsim"
|
||
|
|
version = "0.11.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "subtle"
|
||
|
|
version = "2.4.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "subtle-ng"
|
||
|
|
version = "2.5.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "syn"
|
||
|
|
version = "1.0.109"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"unicode-ident",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "syn"
|
||
|
|
version = "2.0.65"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"unicode-ident",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "synstructure"
|
||
|
|
version = "0.12.6"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 1.0.109",
|
||
|
|
"unicode-xid",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "termcolor"
|
||
|
|
version = "1.1.3"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
||
|
|
dependencies = [
|
||
|
|
"winapi-util",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror"
|
||
|
|
version = "1.0.61"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
||
|
|
dependencies = [
|
||
|
|
"thiserror-impl",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "thiserror-impl"
|
||
|
|
version = "1.0.61"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.65",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "threadpool"
|
||
|
|
version = "1.8.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
||
|
|
dependencies = [
|
||
|
|
"num_cpus",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "time"
|
||
|
|
version = "0.1.44"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
||
|
|
dependencies = [
|
||
|
|
"libc",
|
||
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "time"
|
||
|
|
version = "0.3.16"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "0fab5c8b9980850e06d92ddbe3ab839c062c801f3927c0fb8abd6fc8e918fbca"
|
||
|
|
dependencies = [
|
||
|
|
"itoa",
|
||
|
|
"libc",
|
||
|
|
"num_threads",
|
||
|
|
"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"
|
||
|
|
version = "0.2.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "65bb801831d812c562ae7d2bfb531f26e66e4e1f6b17307ba4149c5064710e5b"
|
||
|
|
dependencies = [
|
||
|
|
"time-core",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tokio"
|
||
|
|
version = "1.37.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
|
||
|
|
dependencies = [
|
||
|
|
"backtrace",
|
||
|
|
"pin-project-lite",
|
||
|
|
"tokio-macros",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "tokio-macros"
|
||
|
|
version = "2.2.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.65",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "toml"
|
||
|
|
version = "0.5.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
||
|
|
dependencies = [
|
||
|
|
"serde",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "typenum"
|
||
|
|
version = "1.17.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-ident"
|
||
|
|
version = "1.0.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-segmentation"
|
||
|
|
version = "1.11.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-width"
|
||
|
|
version = "0.1.10"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "unicode-xid"
|
||
|
|
version = "0.2.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "version_check"
|
||
|
|
version = "0.9.4"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasi"
|
||
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasi"
|
||
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasi"
|
||
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen"
|
||
|
|
version = "0.2.83"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
||
|
|
dependencies = [
|
||
|
|
"cfg-if",
|
||
|
|
"wasm-bindgen-macro",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen-backend"
|
||
|
|
version = "0.2.83"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
||
|
|
dependencies = [
|
||
|
|
"bumpalo",
|
||
|
|
"log",
|
||
|
|
"once_cell",
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 1.0.109",
|
||
|
|
"wasm-bindgen-shared",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen-macro"
|
||
|
|
version = "0.2.83"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
||
|
|
dependencies = [
|
||
|
|
"quote",
|
||
|
|
"wasm-bindgen-macro-support",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen-macro-support"
|
||
|
|
version = "0.2.83"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 1.0.109",
|
||
|
|
"wasm-bindgen-backend",
|
||
|
|
"wasm-bindgen-shared",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "wasm-bindgen-shared"
|
||
|
|
version = "0.2.83"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "which"
|
||
|
|
version = "4.3.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
|
||
|
|
dependencies = [
|
||
|
|
"either",
|
||
|
|
"libc",
|
||
|
|
"once_cell",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "winapi"
|
||
|
|
version = "0.3.9"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
||
|
|
dependencies = [
|
||
|
|
"winapi-i686-pc-windows-gnu",
|
||
|
|
"winapi-x86_64-pc-windows-gnu",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "winapi-i686-pc-windows-gnu"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "winapi-util"
|
||
|
|
version = "0.1.5"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
||
|
|
dependencies = [
|
||
|
|
"winapi",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
||
|
|
version = "0.4.0"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "zerocopy"
|
||
|
|
version = "0.7.34"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
|
||
|
|
dependencies = [
|
||
|
|
"zerocopy-derive",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "zerocopy-derive"
|
||
|
|
version = "0.7.34"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 2.0.65",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "zeroize"
|
||
|
|
version = "1.8.1"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
||
|
|
dependencies = [
|
||
|
|
"zeroize_derive",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[package]]
|
||
|
|
name = "zeroize_derive"
|
||
|
|
version = "1.3.2"
|
||
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
|
checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"
|
||
|
|
dependencies = [
|
||
|
|
"proc-macro2",
|
||
|
|
"quote",
|
||
|
|
"syn 1.0.109",
|
||
|
|
"synstructure",
|
||
|
|
]
|