2020-10-30 17:00:00 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.22.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.8.4"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-07-04 19:29:30 -07:00
|
|
|
"cipher",
|
2020-10-30 18:49:51 -07:00
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.8.11"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2023-07-04 20:08:25 -07:00
|
|
|
"cfg-if",
|
2020-10-30 18:49:51 -07:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-10-30 17:13:24 -07:00
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "1.1.3"
|
2023-10-30 17:13:24 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-10-30 17:13:24 -07:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
2023-07-04 20:08:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.2.18"
|
2023-07-04 20:08:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
2023-07-04 20:08:25 -07:00
|
|
|
|
2024-04-20 14:39:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.0.86"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.1.80"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
2024-07-24 08:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.3.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "0.7.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2024-07-24 08:21:10 -07:00
|
|
|
"http-body-util",
|
2020-10-30 18:49:51 -07:00
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
2024-07-24 08:21:10 -07:00
|
|
|
"sync_wrapper 1.0.1",
|
2020-10-30 18:49:51 -07:00
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "0.4.3"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2024-07-24 08:21:10 -07:00
|
|
|
"http-body-util",
|
2020-10-30 18:49:51 -07:00
|
|
|
"mime",
|
2024-07-24 08:21:10 -07:00
|
|
|
"pin-project-lite",
|
2020-10-30 18:49:51 -07:00
|
|
|
"rustversion",
|
2024-07-24 08:21:10 -07:00
|
|
|
"sync_wrapper 0.1.2",
|
2020-10-30 18:49:51 -07:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.3.73"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base-x"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.21.7"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-06-20 14:10:42 -07:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.22.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.6.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bech32"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bellman"
|
2023-07-04 19:29:30 -07:00
|
|
|
version = "0.14.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 19:29:30 -07:00
|
|
|
checksum = "9afceed28bac7f9f5a508bca8aeeff51cdfa4770c0b967ac55c621e2ddfd6171"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"bitvec",
|
|
|
|
"blake2s_simd",
|
|
|
|
"byteorder",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"ff",
|
|
|
|
"group",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"num_cpus",
|
|
|
|
"pairing",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand_core",
|
2020-10-30 18:49:51 -07:00
|
|
|
"rayon",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bip0039"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.12.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "568b6890865156d9043af490d4c4081c385dd68ea10acd6ca15733d511e6b51c"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"hmac",
|
|
|
|
"pbkdf2",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand",
|
2023-07-04 20:08:25 -07:00
|
|
|
"sha2",
|
2020-10-30 18:49:51 -07:00
|
|
|
"unicode-normalization",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-06-20 14:10:42 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bip32"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e141fb0f8be1c7b45887af94c88b182472b57c96b56773250ae00cd6a14a164"
|
|
|
|
dependencies = [
|
|
|
|
"bs58",
|
|
|
|
"hmac",
|
|
|
|
"rand_core",
|
|
|
|
"ripemd",
|
|
|
|
"secp256k1",
|
|
|
|
"sha2",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-07-04 20:08:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "2.5.0"
|
2023-07-04 20:08:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
2023-07-04 20:08:25 -07:00
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "1.0.2"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2s_simd"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "1.0.2"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-04 19:29:30 -07:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 19:29:30 -07:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2023-07-04 19:29:30 -07:00
|
|
|
"generic-array",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bls12_381"
|
2023-07-04 19:29:30 -07:00
|
|
|
version = "0.8.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 19:29:30 -07:00
|
|
|
checksum = "d7bc6d6292be3a19e6379786dac800f551e5865a5bb51ebbe3064ab80433f403"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"ff",
|
|
|
|
"group",
|
|
|
|
"pairing",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand_core",
|
2020-10-30 18:49:51 -07:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bs58"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.5.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2023-07-04 20:08:25 -07:00
|
|
|
"sha2",
|
|
|
|
"tinyvec",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "3.16.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-05-02 17:39:16 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.16.1"
|
2024-05-02 17:39:16 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
|
2024-05-02 17:39:16 -07:00
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "1.5.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "1.6.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cassowary"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "castaway"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc"
|
|
|
|
dependencies = [
|
|
|
|
"rustversion",
|
|
|
|
]
|
|
|
|
|
2023-07-04 19:29:30 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cbc"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.0.99"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chacha20"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-07-04 19:29:30 -07:00
|
|
|
"cipher",
|
2020-10-30 18:49:51 -07:00
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chacha20poly1305"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
|
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"chacha20",
|
2023-07-04 19:29:30 -07:00
|
|
|
"cipher",
|
2020-10-30 18:49:51 -07:00
|
|
|
"poly1305",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-04-20 14:39:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.38"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
|
|
|
dependencies = [
|
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"num-traits",
|
|
|
|
"windows-targets 0.52.5",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "compact_str"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f"
|
|
|
|
dependencies = [
|
|
|
|
"castaway",
|
|
|
|
"cfg-if",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.4.10"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "373e9fafaa20882876db20562275ff58d50e0caa2590077fe7ce7bef90211d0d"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.3.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-04-20 14:39:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.2.12"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.4.2"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.5.13"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.8.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.9.18"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.8.20"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
|
|
|
version = "0.27.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
|
|
|
dependencies = [
|
2024-07-24 08:21:10 -07:00
|
|
|
"bitflags",
|
2024-04-20 07:55:38 -07:00
|
|
|
"crossterm_winapi",
|
|
|
|
"futures-core",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
|
|
|
[[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 = "daggy"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91a9304e55e9d601a39ae4deaba85406d5c0980e106f65afcf0460e9af1e7602"
|
|
|
|
dependencies = [
|
|
|
|
"petgraph",
|
|
|
|
]
|
|
|
|
|
2023-10-30 17:13:24 -07:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.3.11"
|
2023-10-30 17:13:24 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-10-30 17:13:24 -07:00
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
|
|
|
|
2023-07-04 19:29:30 -07:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
2023-07-04 20:08:25 -07:00
|
|
|
"block-buffer",
|
2023-07-04 19:29:30 -07:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
|
|
|
2024-03-22 15:54:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "document-features"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95"
|
|
|
|
dependencies = [
|
|
|
|
"litrs",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.12.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "equihash"
|
|
|
|
version = "0.2.0"
|
2024-07-24 08:21:10 -07:00
|
|
|
source = "git+https://github.com/zcash/librustzcash?rev=104c0c2aed8a5cb2eddf6241386d80f55b697c30#104c0c2aed8a5cb2eddf6241386d80f55b697c30"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"blake2b_simd",
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-30 17:13:24 -07:00
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-30 17:13:24 -07:00
|
|
|
name = "errno"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.3.9"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-04-02 16:41:16 -07:00
|
|
|
"windows-sys 0.52.0",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "f4jumble"
|
|
|
|
version = "0.1.0"
|
2024-07-24 08:21:10 -07:00
|
|
|
source = "git+https://github.com/zcash/librustzcash?rev=104c0c2aed8a5cb2eddf6241386d80f55b697c30#104c0c2aed8a5cb2eddf6241386d80f55b697c30"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"blake2b_simd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fallible-streaming-iterator"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "2.1.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ff"
|
2023-07-04 19:29:30 -07:00
|
|
|
version = "0.13.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 19:29:30 -07:00
|
|
|
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"bitvec",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand_core",
|
2020-10-30 18:49:51 -07:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.0.30"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fpe"
|
2023-07-04 19:29:30 -07:00
|
|
|
version = "0.6.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 19:29:30 -07:00
|
|
|
checksum = "26c4b37de5ae15812a764c958297cfc50f5c010438f60c6ce75d11b802abd404"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2023-07-04 19:29:30 -07:00
|
|
|
"cbc",
|
|
|
|
"cipher",
|
2020-10-30 18:49:51 -07:00
|
|
|
"libm",
|
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.3.30"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.3.30"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.3.30"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.3.30"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.3.30"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.3.30"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2024-04-20 14:39:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.2.15"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.29.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "group"
|
2023-07-04 19:29:30 -07:00
|
|
|
version = "0.13.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 19:29:30 -07:00
|
|
|
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"ff",
|
|
|
|
"memuse",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand_core",
|
2020-10-30 18:49:51 -07:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gumdrop"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5bc700f989d2f6f0248546222d9b4258f5b02a171a431f8285a81c08142629e3"
|
|
|
|
dependencies = [
|
|
|
|
"gumdrop_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gumdrop_derive"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "729f9bd3449d77e7831a18abfb7ba2f99ee813dfd15b8c2167c9a54ba20aa99d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "0.4.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2024-07-24 08:21:10 -07:00
|
|
|
"atomic-waker",
|
2020-10-30 18:49:51 -07:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"http",
|
2024-04-02 16:41:16 -07:00
|
|
|
"indexmap 2.2.6",
|
2020-10-30 18:49:51 -07:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "halo2_gadgets"
|
2023-07-04 19:29:30 -07:00
|
|
|
version = "0.3.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 19:29:30 -07:00
|
|
|
checksum = "126a150072b0c38c7b573fe3eaf0af944a7fed09e154071bf2436d3f016f7230"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bitvec",
|
|
|
|
"ff",
|
|
|
|
"group",
|
|
|
|
"halo2_proofs",
|
|
|
|
"lazy_static",
|
|
|
|
"pasta_curves",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand",
|
2020-10-30 18:49:51 -07:00
|
|
|
"subtle",
|
|
|
|
"uint",
|
|
|
|
]
|
|
|
|
|
2023-07-04 19:29:30 -07:00
|
|
|
[[package]]
|
|
|
|
name = "halo2_legacy_pdqsort"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47716fe1ae67969c5e0b2ef826f32db8c3be72be325e1aa3c1951d06b5575ec5"
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "halo2_proofs"
|
2023-07-04 19:29:30 -07:00
|
|
|
version = "0.3.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 19:29:30 -07:00
|
|
|
checksum = "7b867a8d9bbb85fca76fff60652b5cd19b853a1c4d0665cb89bee68b18d2caf0"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"blake2b_simd",
|
|
|
|
"ff",
|
|
|
|
"group",
|
2023-07-04 19:29:30 -07:00
|
|
|
"halo2_legacy_pdqsort",
|
|
|
|
"maybe-rayon",
|
2020-10-30 18:49:51 -07:00
|
|
|
"pasta_curves",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand_core",
|
2020-10-30 18:49:51 -07:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-07-04 20:08:25 -07:00
|
|
|
version = "0.12.3"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 20:08:25 -07:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.14.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2023-07-04 20:08:25 -07:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"allocator-api2",
|
|
|
|
]
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.8.4"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2024-06-20 14:10:42 -07:00
|
|
|
"hashbrown 0.14.5",
|
2024-05-20 12:29:55 -07:00
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.5.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.3.9"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2023-07-04 19:29:30 -07:00
|
|
|
version = "0.12.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 19:29:30 -07:00
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2023-07-04 20:08:25 -07:00
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.5.9"
|
2023-07-04 20:08:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2023-07-04 20:08:25 -07:00
|
|
|
dependencies = [
|
2024-04-02 16:41:16 -07:00
|
|
|
"windows-sys 0.52.0",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "1.1.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "1.0.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
2024-07-24 08:21:10 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2020-10-30 18:49:51 -07:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.9.4"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "1.0.3"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "1.3.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-07-24 08:21:10 -07:00
|
|
|
"smallvec",
|
2020-10-30 18:49:51 -07:00
|
|
|
"tokio",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "0.5.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
2024-07-24 08:21:10 -07:00
|
|
|
"hyper-util",
|
2020-10-30 18:49:51 -07:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2024-07-24 08:21:10 -07:00
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
2024-04-20 14:39:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
|
|
|
version = "0.1.60"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "incrementalmerkletree"
|
2024-04-02 16:40:53 -07:00
|
|
|
version = "0.5.1"
|
2024-07-24 08:21:10 -07:00
|
|
|
source = "git+https://github.com/zcash/incrementalmerkletree?rev=337f59179eda51261e9ddfc6b18e8fb84ea277c9#337f59179eda51261e9ddfc6b18e8fb84ea277c9"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2023-07-04 20:08:25 -07:00
|
|
|
"either",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "1.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-30 17:13:24 -07:00
|
|
|
name = "indexmap"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "2.2.6"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2023-10-30 17:13:24 -07:00
|
|
|
"equivalent",
|
2024-06-20 14:10:42 -07:00
|
|
|
"hashbrown 0.14.5",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-30 17:13:24 -07:00
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2023-10-30 17:13:24 -07:00
|
|
|
"generic-array",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.12.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "1.0.11"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-04-20 14:39:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "jubjub"
|
2023-07-04 19:29:30 -07:00
|
|
|
version = "0.10.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 19:29:30 -07:00
|
|
|
checksum = "8499f7a74008aafbecb2a2e608a3e13e4dd3e84df198b604451efe93f2de6e61"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"bitvec",
|
|
|
|
"bls12_381",
|
|
|
|
"ff",
|
|
|
|
"group",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand_core",
|
2020-10-30 18:49:51 -07:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-07-04 20:08:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "known-folders"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "1.1.0"
|
2023-07-04 20:08:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "4397c789f2709d23cfcb703b316e0766a8d4b17db2d47b0ab096ef6047cae1d8"
|
2023-07-04 20:08:25 -07:00
|
|
|
dependencies = [
|
2024-04-02 16:41:16 -07:00
|
|
|
"windows-sys 0.52.0",
|
2023-07-04 20:08:25 -07:00
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2023-07-04 19:29:30 -07:00
|
|
|
dependencies = [
|
2023-10-30 17:13:24 -07:00
|
|
|
"spin 0.5.2",
|
2023-07-04 19:29:30 -07:00
|
|
|
]
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.2.155"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.2.8"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2023-07-04 20:08:25 -07:00
|
|
|
version = "0.26.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 20:08:25 -07:00
|
|
|
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.4.14"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-03-22 15:54:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "litrs"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
|
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.4.12"
|
2024-04-20 07:55:38 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2024-04-20 07:55:38 -07:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.4.21"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
|
|
|
|
dependencies = [
|
2024-06-20 14:10:42 -07:00
|
|
|
"hashbrown 0.14.5",
|
2024-04-20 07:55:38 -07:00
|
|
|
]
|
|
|
|
|
2023-07-05 17:23:44 -07:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
2023-10-30 17:13:24 -07:00
|
|
|
"regex-automata 0.1.10",
|
2023-07-05 17:23:44 -07:00
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.7.3"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2023-07-04 19:29:30 -07:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-rayon"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "2.7.4"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memuse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2145869435ace5ea6ea3d35f59be559317ec9a0d04e1812d5f185a87b6d36f1a"
|
|
|
|
dependencies = [
|
|
|
|
"nonempty",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.7.4"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.8.11"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-04-20 07:55:38 -07:00
|
|
|
"log",
|
2020-10-30 18:49:51 -07:00
|
|
|
"wasi",
|
2024-04-02 16:41:16 -07:00
|
|
|
"windows-sys 0.48.0",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.10.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nonempty"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"
|
|
|
|
|
2023-07-05 17:23:44 -07:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.4.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-04-02 16:41:16 -07:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.1.46"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.2.19"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
|
|
dependencies = [
|
2023-07-04 19:36:02 -07:00
|
|
|
"hermit-abi",
|
2020-10-30 18:49:51 -07:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.36.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "1.19.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.3.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "orchard"
|
2024-04-02 16:40:53 -07:00
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0462569fc8b0d1b158e4d640571867a4e4319225ebee2ab6647e60c70af19ae3"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"aes",
|
|
|
|
"bitvec",
|
|
|
|
"blake2b_simd",
|
|
|
|
"ff",
|
|
|
|
"fpe",
|
|
|
|
"group",
|
|
|
|
"halo2_gadgets",
|
|
|
|
"halo2_proofs",
|
|
|
|
"hex",
|
|
|
|
"incrementalmerkletree",
|
|
|
|
"lazy_static",
|
|
|
|
"memuse",
|
|
|
|
"nonempty",
|
|
|
|
"pasta_curves",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand",
|
2020-10-30 18:49:51 -07:00
|
|
|
"reddsa",
|
|
|
|
"serde",
|
|
|
|
"subtle",
|
|
|
|
"tracing",
|
|
|
|
"zcash_note_encryption",
|
2024-03-22 15:54:40 -07:00
|
|
|
"zcash_spec",
|
|
|
|
"zip32",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
2023-07-05 17:23:44 -07:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "pairing"
|
2023-07-04 19:29:30 -07:00
|
|
|
version = "0.23.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 19:29:30 -07:00
|
|
|
checksum = "81fec4625e73cf41ef4bb6846cafa6d44736525f442ba45e407c4a000a13996f"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"group",
|
|
|
|
]
|
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.12.3"
|
2024-04-20 07:55:38 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2024-04-20 07:55:38 -07:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.9.10"
|
2024-04-20 07:55:38 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2024-04-20 07:55:38 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2024-06-20 14:10:42 -07:00
|
|
|
"windows-targets 0.52.5",
|
2024-04-20 07:55:38 -07:00
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.5.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand_core",
|
2020-10-30 18:49:51 -07:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pasta_curves"
|
2023-07-04 19:29:30 -07:00
|
|
|
version = "0.5.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 19:29:30 -07:00
|
|
|
checksum = "d3e57598f73cc7e1b2ac63c79c517b31a0877cd7c402cdcaa311b5208de7a095"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"blake2b_simd",
|
|
|
|
"ff",
|
|
|
|
"group",
|
|
|
|
"lazy_static",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand",
|
2020-10-30 18:49:51 -07:00
|
|
|
"static_assertions",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.0.15"
|
2024-04-20 07:55:38 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2024-04-20 07:55:38 -07:00
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.12.2"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2023-07-04 20:08:25 -07:00
|
|
|
"digest",
|
2020-10-30 18:49:51 -07:00
|
|
|
"password-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "2.3.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.6.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
2024-04-02 16:41:16 -07:00
|
|
|
"indexmap 2.2.6",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "1.1.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "1.1.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.2.14"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.3.30"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "poly1305"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
|
|
|
|
dependencies = [
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
2023-10-30 17:13:24 -07:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.2.20"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.20+deprecated"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.0.85"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "0.13.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "e13db3d3fde688c61e2446b4d843bc27a7e8af269a69440c0308021dc92333cc"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "0.13.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "5bb182580f71dd070f88d01ce3de9f4da5021db7115d2e1c3605a754153b77c1"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-06-20 14:10:42 -07:00
|
|
|
"heck",
|
2020-10-30 18:49:51 -07:00
|
|
|
"itertools",
|
|
|
|
"log",
|
|
|
|
"multimap",
|
2023-07-04 20:08:25 -07:00
|
|
|
"once_cell",
|
2020-10-30 18:49:51 -07:00
|
|
|
"petgraph",
|
|
|
|
"prettyplease",
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"regex",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2020-10-30 18:49:51 -07:00
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "0.13.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"itertools",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "0.13.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "cee5168b05f49d4b0ca581206eb14a7b22fafd963efe729ac48eb03266e25cc2"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "1.0.36"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand_core",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand_core",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ratatui"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.26.3"
|
2024-04-20 07:55:38 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "f44c9e68fd46eda15c646fbb85e1040b657a58cdc8c98db1d97a55930d991eef"
|
2024-04-20 07:55:38 -07:00
|
|
|
dependencies = [
|
2024-07-24 08:21:10 -07:00
|
|
|
"bitflags",
|
2024-04-20 07:55:38 -07:00
|
|
|
"cassowary",
|
|
|
|
"compact_str",
|
|
|
|
"crossterm",
|
|
|
|
"itertools",
|
|
|
|
"lru",
|
|
|
|
"paste",
|
|
|
|
"stability",
|
|
|
|
"strum",
|
|
|
|
"unicode-segmentation",
|
2024-06-20 14:10:42 -07:00
|
|
|
"unicode-truncate",
|
2024-04-20 07:55:38 -07:00
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "1.10.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "1.12.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reddsa"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.5.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "78a5191930e84973293aa5f532b513404460cd2216c1cfb76d08748c15b40b02"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"blake2b_simd",
|
|
|
|
"byteorder",
|
|
|
|
"group",
|
2023-07-04 19:29:30 -07:00
|
|
|
"hex",
|
2020-10-30 18:49:51 -07:00
|
|
|
"jubjub",
|
|
|
|
"pasta_curves",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand_core",
|
2020-10-30 18:49:51 -07:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redjubjub"
|
2023-07-04 19:29:30 -07:00
|
|
|
version = "0.7.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 19:29:30 -07:00
|
|
|
checksum = "7a60db2c3bc9c6fd1e8631fee75abc008841d27144be744951d6b9b75f9b569c"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand_core",
|
2023-07-04 19:29:30 -07:00
|
|
|
"reddsa",
|
2020-10-30 18:49:51 -07:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.5.2"
|
2024-04-20 07:55:38 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
|
2024-04-20 07:55:38 -07:00
|
|
|
dependencies = [
|
2024-07-24 08:21:10 -07:00
|
|
|
"bitflags",
|
2024-04-20 07:55:38 -07:00
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.10.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2023-10-30 17:13:24 -07:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-06-20 14:10:42 -07:00
|
|
|
"regex-automata 0.4.7",
|
|
|
|
"regex-syntax 0.8.4",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
2023-07-05 17:23:44 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax 0.6.29",
|
|
|
|
]
|
|
|
|
|
2023-10-30 17:13:24 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.4.7"
|
2023-10-30 17:13:24 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
2023-10-30 17:13:24 -07:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-06-20 14:10:42 -07:00
|
|
|
"regex-syntax 0.8.4",
|
2023-10-30 17:13:24 -07:00
|
|
|
]
|
|
|
|
|
2023-07-05 17:23:44 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.8.4"
|
2024-05-20 12:29:55 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
2024-05-20 12:29:55 -07:00
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.17.8"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2024-04-02 16:41:16 -07:00
|
|
|
"cfg-if",
|
2023-10-30 17:13:24 -07:00
|
|
|
"getrandom",
|
2020-10-30 18:49:51 -07:00
|
|
|
"libc",
|
2023-10-30 17:13:24 -07:00
|
|
|
"spin 0.9.8",
|
2024-06-20 14:10:42 -07:00
|
|
|
"untrusted",
|
2024-04-02 16:41:16 -07:00
|
|
|
"windows-sys 0.52.0",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
2024-05-20 12:29:55 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ripemd"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2024-05-02 17:39:16 -07:00
|
|
|
[[package]]
|
|
|
|
name = "roaring"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.10.5"
|
2024-05-02 17:39:16 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "7699249cc2c7d71939f30868f47e9d7add0bdc030d90ee10bfd16887ff8bb1c8"
|
2024-05-02 17:39:16 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rusqlite"
|
2023-07-04 20:08:25 -07:00
|
|
|
version = "0.29.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 20:08:25 -07:00
|
|
|
checksum = "549b9d036d571d42e6e85d1c1425e2ac83491075078ca9a15be021c56b1641f2"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2024-07-24 08:21:10 -07:00
|
|
|
"bitflags",
|
2020-10-30 18:49:51 -07:00
|
|
|
"fallible-iterator",
|
|
|
|
"fallible-streaming-iterator",
|
|
|
|
"hashlink",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"smallvec",
|
2024-04-19 15:00:28 -07:00
|
|
|
"time 0.3.36",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.1.24"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.38.34"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2024-07-24 08:21:10 -07:00
|
|
|
"bitflags",
|
2020-10-30 18:49:51 -07:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2024-04-02 16:41:16 -07:00
|
|
|
"windows-sys 0.52.0",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "0.23.11"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "4828ea528154ae444e5a642dbb7d5623354030dc9822b83fd9bb79683c7399d0"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2024-07-24 08:21:10 -07:00
|
|
|
"once_cell",
|
2024-06-20 14:10:42 -07:00
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
2023-07-04 19:29:30 -07:00
|
|
|
"rustls-webpki",
|
2024-06-20 14:10:42 -07:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "2.1.2"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2024-06-20 14:10:42 -07:00
|
|
|
"base64 0.22.1",
|
|
|
|
"rustls-pki-types",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
2024-06-20 14:10:42 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
|
|
|
|
|
2023-07-04 19:29:30 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "0.102.5"
|
2023-07-04 19:29:30 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "f9a6fccd794a42c2c105b513a2f62bc3fd8f3ba57a4593677ceb0bd035164d78"
|
2023-07-04 19:29:30 -07:00
|
|
|
dependencies = [
|
2024-06-20 14:10:42 -07:00
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"untrusted",
|
2023-07-04 19:29:30 -07:00
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.0.17"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.0.18"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-03-22 15:54:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "sapling-crypto"
|
2024-04-02 16:40:53 -07:00
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "02f4270033afcb0c74c5c7d59c73cfd1040367f67f224fe7ed9a919ae618f1b7"
|
2024-03-22 15:54:40 -07:00
|
|
|
dependencies = [
|
|
|
|
"aes",
|
|
|
|
"bellman",
|
|
|
|
"bitvec",
|
|
|
|
"blake2b_simd",
|
|
|
|
"blake2s_simd",
|
|
|
|
"bls12_381",
|
|
|
|
"byteorder",
|
|
|
|
"document-features",
|
|
|
|
"ff",
|
|
|
|
"fpe",
|
|
|
|
"group",
|
|
|
|
"hex",
|
|
|
|
"incrementalmerkletree",
|
|
|
|
"jubjub",
|
|
|
|
"lazy_static",
|
|
|
|
"memuse",
|
|
|
|
"rand",
|
|
|
|
"rand_core",
|
|
|
|
"redjubjub",
|
|
|
|
"subtle",
|
|
|
|
"tracing",
|
|
|
|
"zcash_note_encryption",
|
|
|
|
"zcash_spec",
|
|
|
|
"zip32",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "schemer"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "835d8f9478fd2936195fc941a8666b0d0894d5bf3631cbb884a8ce8ba631f339"
|
|
|
|
dependencies = [
|
|
|
|
"daggy",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schemer-rusqlite"
|
2023-07-04 20:08:25 -07:00
|
|
|
version = "0.2.2"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 20:08:25 -07:00
|
|
|
checksum = "0fb5ac1fa52c58e2c6a618e3149d464e7ad8d0effca74990ea29c1fe2338b3b1"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"rusqlite",
|
|
|
|
"schemer",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
2024-05-20 12:29:55 -07:00
|
|
|
[[package]]
|
|
|
|
name = "secp256k1"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.27.0"
|
2024-05-20 12:29:55 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f"
|
2024-05-20 12:29:55 -07:00
|
|
|
dependencies = [
|
|
|
|
"secp256k1-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "secp256k1-sys"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "secrecy"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
|
|
|
|
dependencies = [
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.0.203"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.0.203"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.0.117"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-06-20 14:10:42 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
|
|
|
|
dependencies = [
|
|
|
|
"sha1_smol",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
|
|
|
2023-07-04 19:29:30 -07:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.10.8"
|
2023-07-04 19:29:30 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2023-07-04 19:29:30 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2023-07-04 20:08:25 -07:00
|
|
|
"digest",
|
2023-07-04 19:29:30 -07:00
|
|
|
]
|
|
|
|
|
2023-07-05 17:23:44 -07:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.1.7"
|
2023-07-05 17:23:44 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2023-07-05 17:23:44 -07:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2023-07-04 20:08:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "shardtree"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.3.1"
|
2024-07-24 08:21:10 -07:00
|
|
|
source = "git+https://github.com/zcash/incrementalmerkletree?rev=337f59179eda51261e9ddfc6b18e8fb84ea277c9#337f59179eda51261e9ddfc6b18e8fb84ea277c9"
|
2023-07-04 20:08:25 -07:00
|
|
|
dependencies = [
|
2024-07-24 08:21:10 -07:00
|
|
|
"bitflags",
|
2023-07-04 20:08:25 -07:00
|
|
|
"either",
|
|
|
|
"incrementalmerkletree",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.4.2"
|
2024-04-20 07:55:38 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2024-04-20 07:55:38 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.4.9"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "1.13.2"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2023-10-30 17:13:24 -07:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.5.7"
|
2023-10-30 17:13:24 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2023-10-30 17:13:24 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-04-02 16:41:16 -07:00
|
|
|
"windows-sys 0.52.0",
|
2023-10-30 17:13:24 -07:00
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2023-10-30 17:13:24 -07:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "stability"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2ff9eaf853dec4c8802325d8b6d3dffa86cc707fd7a1a4cdbf416e13b061787a"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2024-04-20 07:55:38 -07:00
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "standback"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb"
|
|
|
|
version = "0.4.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
|
|
|
dependencies = [
|
|
|
|
"discard",
|
|
|
|
"rustc_version",
|
|
|
|
"stdweb-derive",
|
|
|
|
"stdweb-internal-macros",
|
|
|
|
"stdweb-internal-runtime",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-derive"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-macros"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
|
|
|
dependencies = [
|
|
|
|
"base-x",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-runtime"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.26.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29"
|
|
|
|
dependencies = [
|
|
|
|
"strum_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.26.4"
|
2024-04-20 07:55:38 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
2024-04-20 07:55:38 -07:00
|
|
|
dependencies = [
|
2024-06-20 14:10:42 -07:00
|
|
|
"heck",
|
2024-04-20 07:55:38 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2024-04-20 07:55:38 -07:00
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "2.6.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "0d0208408ba0c3df17ed26eb06992cb1a1268d41b2c0e12e65203fbe3972cee5"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[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"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "2.0.66"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
2024-07-24 08:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "3.10.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
|
|
|
"rustix",
|
2024-04-02 16:41:16 -07:00
|
|
|
"windows-sys 0.52.0",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.0.61"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.0.61"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
2023-07-05 17:23:44 -07:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "1.1.8"
|
2023-07-05 17:23:44 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2023-07-05 17:23:44 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.2.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
|
|
|
|
dependencies = [
|
|
|
|
"const_fn",
|
|
|
|
"libc",
|
|
|
|
"standback",
|
|
|
|
"stdweb",
|
2023-07-04 20:08:25 -07:00
|
|
|
"time-macros 0.1.1",
|
2020-10-30 18:49:51 -07:00
|
|
|
"version_check",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-07-04 20:08:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.3.36"
|
2023-07-04 20:08:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2023-07-04 20:08:25 -07:00
|
|
|
dependencies = [
|
2023-10-30 17:13:24 -07:00
|
|
|
"deranged",
|
2023-07-04 20:08:25 -07:00
|
|
|
"itoa",
|
2024-04-02 16:41:16 -07:00
|
|
|
"num-conv",
|
2023-10-30 17:13:24 -07:00
|
|
|
"powerfmt",
|
2023-07-04 20:08:25 -07:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2024-04-19 15:00:28 -07:00
|
|
|
"time-macros 0.2.18",
|
2023-07-04 20:08:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.1.2"
|
2023-07-04 20:08:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2023-07-04 20:08:25 -07:00
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"time-macros-impl",
|
|
|
|
]
|
|
|
|
|
2023-07-04 20:08:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.2.18"
|
2023-07-04 20:08:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2023-07-04 20:08:25 -07:00
|
|
|
dependencies = [
|
2024-04-02 16:41:16 -07:00
|
|
|
"num-conv",
|
2023-07-04 20:08:25 -07:00
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros-impl"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"standback",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.38.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
2024-05-22 13:04:26 -07:00
|
|
|
"signal-hook-registry",
|
2024-04-02 16:41:16 -07:00
|
|
|
"socket2",
|
2020-10-30 18:49:51 -07:00
|
|
|
"tokio-macros",
|
2024-04-02 16:41:16 -07:00
|
|
|
"windows-sys 0.48.0",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "2.3.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "0.26.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2023-07-04 19:36:02 -07:00
|
|
|
"rustls",
|
2024-06-20 14:10:42 -07:00
|
|
|
"rustls-pki-types",
|
2020-10-30 18:49:51 -07:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.1.15"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.7.11"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-06-20 14:10:42 -07:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.8.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.22.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "0.12.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "38659f4a91aba8598d27821589f5db7dddd94601e7a01b1e485a50e5484c7401"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
2024-07-24 08:21:10 -07:00
|
|
|
"base64 0.22.1",
|
2020-10-30 18:49:51 -07:00
|
|
|
"bytes",
|
|
|
|
"flate2",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2024-07-24 08:21:10 -07:00
|
|
|
"http-body-util",
|
2020-10-30 18:49:51 -07:00
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
2024-07-24 08:21:10 -07:00
|
|
|
"hyper-util",
|
2020-10-30 18:49:51 -07:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
|
|
|
"prost",
|
|
|
|
"rustls-pemfile",
|
2024-07-24 08:21:10 -07:00
|
|
|
"socket2",
|
2020-10-30 18:49:51 -07:00
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2023-07-04 19:36:02 -07:00
|
|
|
"webpki-roots",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic-build"
|
2024-07-24 08:21:10 -07:00
|
|
|
version = "0.12.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 08:21:10 -07:00
|
|
|
checksum = "568392c5a2bd0020723e3f387891176aabafe36fd9fcd074ad309dfa0c8eb964"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"prettyplease",
|
|
|
|
"proc-macro2",
|
|
|
|
"prost-build",
|
|
|
|
"quote",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-10-30 17:13:24 -07:00
|
|
|
"indexmap 1.9.3",
|
2020-10-30 18:49:51 -07:00
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand",
|
2020-10-30 18:49:51 -07:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.1.40"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.1.27"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.1.32"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2023-07-05 17:23:44 -07:00
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.2.0"
|
2023-07-05 17:23:44 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2023-07-05 17:23:44 -07:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-10-30 17:13:24 -07:00
|
|
|
"once_cell",
|
2023-07-05 17:23:44 -07:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.3.18"
|
2023-07-05 17:23:44 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2023-07-05 17:23:44 -07:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.2.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-04-20 14:39:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tui-logger"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.11.1"
|
2024-04-20 14:39:38 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "115f9ceabfa07b739dc00baf0180cf5060731a2de66aa7fb47e22dc442aa05ca"
|
2024-04-20 14:39:38 -07:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"fxhash",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"parking_lot",
|
|
|
|
"ratatui",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "1.17.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uint"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crunchy",
|
|
|
|
"hex",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "1.0.12"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.1.23"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
|
|
|
|
2024-06-20 14:10:42 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-truncate"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a5fbabedabe362c618c714dbefda9927b5afc8e2a8102f47f081089a9019226"
|
|
|
|
dependencies = [
|
|
|
|
"itertools",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2024-04-20 07:55:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.1.13"
|
2024-04-20 07:55:38 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
|
2024-04-20 07:55:38 -07:00
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.9.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "1.8.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2023-07-05 17:23:44 -07:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.2.92"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.2.92"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2020-10-30 18:49:51 -07:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.2.92"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.2.92"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2020-10-30 18:49:51 -07:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-04-02 16:41:16 -07:00
|
|
|
version = "0.2.92"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 16:41:16 -07:00
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-05-20 12:29:55 -07:00
|
|
|
[[package]]
|
2024-06-20 14:10:42 -07:00
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.26.3"
|
2024-05-20 12:29:55 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
|
2024-05-20 12:29:55 -07:00
|
|
|
dependencies = [
|
2024-06-20 14:10:42 -07:00
|
|
|
"rustls-pki-types",
|
2024-05-20 12:29:55 -07:00
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "4.4.2"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
2023-10-30 17:13:24 -07:00
|
|
|
"home",
|
2020-10-30 18:49:51 -07:00
|
|
|
"once_cell",
|
2023-10-30 17:13:24 -07:00
|
|
|
"rustix",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2024-04-20 14:39:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.5",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2024-04-02 16:41:16 -07:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-04-19 15:00:28 -07:00
|
|
|
"windows-targets 0.52.5",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.48.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2024-04-02 16:41:16 -07:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.52.5"
|
2024-04-02 16:41:16 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
|
2024-04-02 16:41:16 -07:00
|
|
|
dependencies = [
|
2024-04-19 15:00:28 -07:00
|
|
|
"windows_aarch64_gnullvm 0.52.5",
|
|
|
|
"windows_aarch64_msvc 0.52.5",
|
|
|
|
"windows_i686_gnu 0.52.5",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc 0.52.5",
|
|
|
|
"windows_x86_64_gnu 0.52.5",
|
|
|
|
"windows_x86_64_gnullvm 0.52.5",
|
|
|
|
"windows_x86_64_msvc 0.52.5",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.48.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-04-02 16:41:16 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.52.5"
|
2024-04-02 16:41:16 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
|
2024-04-02 16:41:16 -07:00
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.48.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-04-02 16:41:16 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.52.5"
|
2024-04-02 16:41:16 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
|
2024-04-02 16:41:16 -07:00
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.48.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-04-02 16:41:16 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.52.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.5"
|
2024-04-02 16:41:16 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
|
2024-04-02 16:41:16 -07:00
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.48.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-04-02 16:41:16 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.52.5"
|
2024-04-02 16:41:16 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
|
2024-04-02 16:41:16 -07:00
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.48.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-04-02 16:41:16 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.52.5"
|
2024-04-02 16:41:16 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
|
2024-04-02 16:41:16 -07:00
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.48.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-04-02 16:41:16 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.52.5"
|
2024-04-02 16:41:16 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
|
2024-04-02 16:41:16 -07:00
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "0.48.5"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2020-10-30 18:49:51 -07:00
|
|
|
|
2024-04-02 16:41:16 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.52.5"
|
2024-04-02 16:41:16 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 15:00:28 -07:00
|
|
|
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
|
2024-04-02 16:41:16 -07:00
|
|
|
|
2024-06-20 14:10:42 -07:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
|
|
dependencies = [
|
|
|
|
"tap",
|
|
|
|
]
|
|
|
|
|
2023-07-04 20:08:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "xdg"
|
2023-10-30 17:13:24 -07:00
|
|
|
version = "2.5.2"
|
2023-07-04 20:08:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 17:13:24 -07:00
|
|
|
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
|
2023-07-04 20:08:25 -07:00
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "zcash_address"
|
2024-03-22 15:54:40 -07:00
|
|
|
version = "0.3.2"
|
2024-07-24 08:21:10 -07:00
|
|
|
source = "git+https://github.com/zcash/librustzcash?rev=104c0c2aed8a5cb2eddf6241386d80f55b697c30#104c0c2aed8a5cb2eddf6241386d80f55b697c30"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2023-07-04 19:29:30 -07:00
|
|
|
"bech32",
|
2020-10-30 18:49:51 -07:00
|
|
|
"bs58",
|
|
|
|
"f4jumble",
|
|
|
|
"zcash_encoding",
|
2024-03-22 15:54:40 -07:00
|
|
|
"zcash_protocol",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zcash_client_backend"
|
2024-04-02 16:40:53 -07:00
|
|
|
version = "0.12.1"
|
2024-07-24 08:21:10 -07:00
|
|
|
source = "git+https://github.com/zcash/librustzcash?rev=104c0c2aed8a5cb2eddf6241386d80f55b697c30#104c0c2aed8a5cb2eddf6241386d80f55b697c30"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2024-06-20 14:10:42 -07:00
|
|
|
"base64 0.21.7",
|
2023-07-04 19:29:30 -07:00
|
|
|
"bech32",
|
2024-06-20 14:10:42 -07:00
|
|
|
"bip32",
|
2020-10-30 18:49:51 -07:00
|
|
|
"bls12_381",
|
|
|
|
"bs58",
|
|
|
|
"byteorder",
|
|
|
|
"crossbeam-channel",
|
2024-03-22 15:54:40 -07:00
|
|
|
"document-features",
|
2020-10-30 18:49:51 -07:00
|
|
|
"group",
|
2023-07-04 20:08:25 -07:00
|
|
|
"hex",
|
|
|
|
"incrementalmerkletree",
|
2020-10-30 18:49:51 -07:00
|
|
|
"memuse",
|
|
|
|
"nom",
|
2023-11-16 12:00:29 -08:00
|
|
|
"nonempty",
|
2020-10-30 18:49:51 -07:00
|
|
|
"orchard",
|
|
|
|
"percent-encoding",
|
|
|
|
"prost",
|
2024-03-22 15:54:40 -07:00
|
|
|
"rand_core",
|
2020-10-30 18:49:51 -07:00
|
|
|
"rayon",
|
2024-03-22 15:54:40 -07:00
|
|
|
"sapling-crypto",
|
2020-10-30 18:49:51 -07:00
|
|
|
"secrecy",
|
2023-07-04 20:08:25 -07:00
|
|
|
"shardtree",
|
2020-10-30 18:49:51 -07:00
|
|
|
"subtle",
|
2024-04-19 15:00:28 -07:00
|
|
|
"time 0.3.36",
|
2020-10-30 18:49:51 -07:00
|
|
|
"tonic",
|
|
|
|
"tonic-build",
|
|
|
|
"tracing",
|
|
|
|
"which",
|
|
|
|
"zcash_address",
|
|
|
|
"zcash_encoding",
|
2024-03-22 15:54:40 -07:00
|
|
|
"zcash_keys",
|
2020-10-30 18:49:51 -07:00
|
|
|
"zcash_note_encryption",
|
|
|
|
"zcash_primitives",
|
2024-03-22 15:54:40 -07:00
|
|
|
"zcash_protocol",
|
|
|
|
"zip32",
|
2024-03-24 09:46:33 -07:00
|
|
|
"zip321",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zcash_client_sqlite"
|
2024-04-19 15:00:28 -07:00
|
|
|
version = "0.10.3"
|
2024-07-24 08:21:10 -07:00
|
|
|
source = "git+https://github.com/zcash/librustzcash?rev=104c0c2aed8a5cb2eddf6241386d80f55b697c30#104c0c2aed8a5cb2eddf6241386d80f55b697c30"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
2024-06-20 14:10:42 -07:00
|
|
|
"bip32",
|
2020-10-30 18:49:51 -07:00
|
|
|
"bs58",
|
2023-07-04 20:08:25 -07:00
|
|
|
"byteorder",
|
2024-03-22 15:54:40 -07:00
|
|
|
"document-features",
|
2020-10-30 18:49:51 -07:00
|
|
|
"group",
|
2023-07-04 20:08:25 -07:00
|
|
|
"incrementalmerkletree",
|
2020-10-30 18:49:51 -07:00
|
|
|
"jubjub",
|
2023-07-04 20:08:25 -07:00
|
|
|
"maybe-rayon",
|
2024-03-22 15:54:40 -07:00
|
|
|
"nonempty",
|
|
|
|
"orchard",
|
2020-10-30 18:49:51 -07:00
|
|
|
"prost",
|
|
|
|
"rusqlite",
|
2024-03-22 15:54:40 -07:00
|
|
|
"sapling-crypto",
|
2020-10-30 18:49:51 -07:00
|
|
|
"schemer",
|
|
|
|
"schemer-rusqlite",
|
|
|
|
"secrecy",
|
2023-07-04 20:08:25 -07:00
|
|
|
"shardtree",
|
2024-07-24 08:21:10 -07:00
|
|
|
"static_assertions",
|
2024-03-22 15:54:40 -07:00
|
|
|
"subtle",
|
2024-04-19 15:00:28 -07:00
|
|
|
"time 0.3.36",
|
2020-10-30 18:49:51 -07:00
|
|
|
"tracing",
|
|
|
|
"uuid",
|
2024-03-22 15:54:40 -07:00
|
|
|
"zcash_address",
|
2020-10-30 18:49:51 -07:00
|
|
|
"zcash_client_backend",
|
2023-07-04 20:08:25 -07:00
|
|
|
"zcash_encoding",
|
2024-03-22 15:54:40 -07:00
|
|
|
"zcash_keys",
|
2020-10-30 18:49:51 -07:00
|
|
|
"zcash_primitives",
|
2024-03-22 15:54:40 -07:00
|
|
|
"zcash_protocol",
|
|
|
|
"zip32",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zcash_encoding"
|
|
|
|
version = "0.2.0"
|
2024-07-24 08:21:10 -07:00
|
|
|
source = "git+https://github.com/zcash/librustzcash?rev=104c0c2aed8a5cb2eddf6241386d80f55b697c30#104c0c2aed8a5cb2eddf6241386d80f55b697c30"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"nonempty",
|
|
|
|
]
|
|
|
|
|
2024-03-22 15:54:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "zcash_keys"
|
2024-04-02 16:40:53 -07:00
|
|
|
version = "0.2.0"
|
2024-07-24 08:21:10 -07:00
|
|
|
source = "git+https://github.com/zcash/librustzcash?rev=104c0c2aed8a5cb2eddf6241386d80f55b697c30#104c0c2aed8a5cb2eddf6241386d80f55b697c30"
|
2024-03-22 15:54:40 -07:00
|
|
|
dependencies = [
|
|
|
|
"bech32",
|
2024-06-20 14:10:42 -07:00
|
|
|
"bip32",
|
2024-03-22 15:54:40 -07:00
|
|
|
"blake2b_simd",
|
|
|
|
"bls12_381",
|
|
|
|
"bs58",
|
|
|
|
"byteorder",
|
|
|
|
"document-features",
|
|
|
|
"group",
|
|
|
|
"memuse",
|
|
|
|
"nonempty",
|
|
|
|
"orchard",
|
|
|
|
"rand_core",
|
|
|
|
"sapling-crypto",
|
|
|
|
"secrecy",
|
|
|
|
"subtle",
|
|
|
|
"tracing",
|
|
|
|
"zcash_address",
|
|
|
|
"zcash_encoding",
|
|
|
|
"zcash_primitives",
|
|
|
|
"zcash_protocol",
|
|
|
|
"zip32",
|
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "zcash_note_encryption"
|
2023-07-04 20:08:25 -07:00
|
|
|
version = "0.4.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 20:08:25 -07:00
|
|
|
checksum = "5b4580cd6cee12e44421dac43169be8d23791650816bdb34e6ddfa70ac89c1c5"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"chacha20",
|
|
|
|
"chacha20poly1305",
|
2023-07-04 19:29:30 -07:00
|
|
|
"cipher",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand_core",
|
2020-10-30 18:49:51 -07:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zcash_primitives"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.15.1"
|
2024-07-24 08:21:10 -07:00
|
|
|
source = "git+https://github.com/zcash/librustzcash?rev=104c0c2aed8a5cb2eddf6241386d80f55b697c30#104c0c2aed8a5cb2eddf6241386d80f55b697c30"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"aes",
|
2024-06-20 14:10:42 -07:00
|
|
|
"bip32",
|
2020-10-30 18:49:51 -07:00
|
|
|
"blake2b_simd",
|
2024-06-20 14:10:42 -07:00
|
|
|
"bs58",
|
2020-10-30 18:49:51 -07:00
|
|
|
"byteorder",
|
2024-03-22 15:54:40 -07:00
|
|
|
"document-features",
|
2020-10-30 18:49:51 -07:00
|
|
|
"equihash",
|
|
|
|
"ff",
|
|
|
|
"fpe",
|
|
|
|
"group",
|
|
|
|
"hex",
|
|
|
|
"incrementalmerkletree",
|
|
|
|
"jubjub",
|
|
|
|
"memuse",
|
|
|
|
"nonempty",
|
|
|
|
"orchard",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand",
|
|
|
|
"rand_core",
|
2023-11-16 12:00:29 -08:00
|
|
|
"redjubjub",
|
2024-05-20 12:29:55 -07:00
|
|
|
"ripemd",
|
2024-03-22 15:54:40 -07:00
|
|
|
"sapling-crypto",
|
2024-05-20 12:29:55 -07:00
|
|
|
"secp256k1",
|
2023-07-04 20:08:25 -07:00
|
|
|
"sha2",
|
2020-10-30 18:49:51 -07:00
|
|
|
"subtle",
|
2023-11-16 12:00:29 -08:00
|
|
|
"tracing",
|
2020-10-30 18:49:51 -07:00
|
|
|
"zcash_address",
|
|
|
|
"zcash_encoding",
|
|
|
|
"zcash_note_encryption",
|
2024-03-22 15:54:40 -07:00
|
|
|
"zcash_protocol",
|
|
|
|
"zcash_spec",
|
|
|
|
"zip32",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zcash_proofs"
|
2024-04-02 16:40:53 -07:00
|
|
|
version = "0.15.0"
|
2024-07-24 08:21:10 -07:00
|
|
|
source = "git+https://github.com/zcash/librustzcash?rev=104c0c2aed8a5cb2eddf6241386d80f55b697c30#104c0c2aed8a5cb2eddf6241386d80f55b697c30"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"bellman",
|
|
|
|
"blake2b_simd",
|
|
|
|
"bls12_381",
|
2024-03-22 15:54:40 -07:00
|
|
|
"document-features",
|
2020-10-30 18:49:51 -07:00
|
|
|
"group",
|
2023-07-04 20:08:25 -07:00
|
|
|
"home",
|
2020-10-30 18:49:51 -07:00
|
|
|
"jubjub",
|
2023-07-04 20:08:25 -07:00
|
|
|
"known-folders",
|
2020-10-30 18:49:51 -07:00
|
|
|
"lazy_static",
|
2023-07-04 19:36:02 -07:00
|
|
|
"rand_core",
|
2020-10-30 18:49:51 -07:00
|
|
|
"redjubjub",
|
2024-03-22 15:54:40 -07:00
|
|
|
"sapling-crypto",
|
2020-10-30 18:49:51 -07:00
|
|
|
"tracing",
|
2023-07-04 20:08:25 -07:00
|
|
|
"xdg",
|
2020-10-30 18:49:51 -07:00
|
|
|
"zcash_primitives",
|
|
|
|
]
|
|
|
|
|
2024-03-22 15:54:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "zcash_protocol"
|
2024-04-02 16:40:53 -07:00
|
|
|
version = "0.1.1"
|
2024-07-24 08:21:10 -07:00
|
|
|
source = "git+https://github.com/zcash/librustzcash?rev=104c0c2aed8a5cb2eddf6241386d80f55b697c30#104c0c2aed8a5cb2eddf6241386d80f55b697c30"
|
2024-03-22 15:54:40 -07:00
|
|
|
dependencies = [
|
|
|
|
"document-features",
|
|
|
|
"memuse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zcash_spec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b7a3bf58b673cb3dacd8ae09ba345998923a197ab0da70d6239d8e8838949e9b"
|
|
|
|
dependencies = [
|
|
|
|
"blake2b_simd",
|
|
|
|
]
|
|
|
|
|
2020-10-30 17:00:00 -07:00
|
|
|
[[package]]
|
|
|
|
name = "zec-sqlite-cli"
|
|
|
|
version = "0.1.0"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-06-20 14:10:42 -07:00
|
|
|
"bip0039",
|
2024-04-20 07:55:38 -07:00
|
|
|
"crossterm",
|
2020-10-30 18:49:51 -07:00
|
|
|
"futures-util",
|
|
|
|
"gumdrop",
|
2024-03-22 15:54:40 -07:00
|
|
|
"orchard",
|
2020-10-30 18:49:51 -07:00
|
|
|
"prost",
|
2024-04-20 07:55:38 -07:00
|
|
|
"ratatui",
|
2023-07-10 05:36:44 -07:00
|
|
|
"rayon",
|
2024-05-02 17:39:16 -07:00
|
|
|
"roaring",
|
2023-08-31 17:52:37 -07:00
|
|
|
"rusqlite",
|
2024-03-22 15:54:40 -07:00
|
|
|
"sapling-crypto",
|
2020-10-30 18:49:51 -07:00
|
|
|
"schemer",
|
|
|
|
"secrecy",
|
2024-06-20 14:10:42 -07:00
|
|
|
"serde",
|
2023-07-04 20:08:25 -07:00
|
|
|
"time 0.2.27",
|
2020-10-30 18:49:51 -07:00
|
|
|
"tokio",
|
2024-04-20 07:55:38 -07:00
|
|
|
"tokio-util",
|
2024-06-20 14:10:42 -07:00
|
|
|
"toml",
|
2020-10-30 18:49:51 -07:00
|
|
|
"tonic",
|
2023-07-05 17:23:44 -07:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2024-04-20 14:39:38 -07:00
|
|
|
"tui-logger",
|
2024-03-24 09:46:33 -07:00
|
|
|
"zcash_address",
|
2020-10-30 18:49:51 -07:00
|
|
|
"zcash_client_backend",
|
|
|
|
"zcash_client_sqlite",
|
2024-03-22 15:54:40 -07:00
|
|
|
"zcash_keys",
|
2020-10-30 18:49:51 -07:00
|
|
|
"zcash_primitives",
|
|
|
|
"zcash_proofs",
|
2024-03-22 15:54:40 -07:00
|
|
|
"zcash_protocol",
|
2024-03-24 09:46:33 -07:00
|
|
|
"zip321",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
|
|
|
|
2023-10-30 17:13:24 -07:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.7.34"
|
2023-10-30 17:13:24 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
|
2023-10-30 17:13:24 -07:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "0.7.34"
|
2023-10-30 17:13:24 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
|
2023-10-30 17:13:24 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2023-10-30 17:13:24 -07:00
|
|
|
]
|
|
|
|
|
2020-10-30 18:49:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2024-06-20 14:10:42 -07:00
|
|
|
version = "1.8.1"
|
2020-10-30 18:49:51 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 14:10:42 -07:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2020-10-30 18:49:51 -07:00
|
|
|
dependencies = [
|
|
|
|
"zeroize_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-20 14:10:42 -07:00
|
|
|
"syn 2.0.66",
|
2020-10-30 18:49:51 -07:00
|
|
|
]
|
2024-03-22 15:54:40 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zip32"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4226d0aee9c9407c27064dfeec9d7b281c917de3374e1e5a2e2cfad9e09de19e"
|
|
|
|
dependencies = [
|
|
|
|
"blake2b_simd",
|
|
|
|
"memuse",
|
|
|
|
"subtle",
|
|
|
|
]
|
2024-03-24 09:46:33 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zip321"
|
|
|
|
version = "0.0.0"
|
2024-07-24 08:21:10 -07:00
|
|
|
source = "git+https://github.com/zcash/librustzcash?rev=104c0c2aed8a5cb2eddf6241386d80f55b697c30#104c0c2aed8a5cb2eddf6241386d80f55b697c30"
|
2024-03-24 09:46:33 -07:00
|
|
|
dependencies = [
|
2024-06-20 14:10:42 -07:00
|
|
|
"base64 0.21.7",
|
2024-03-24 09:46:33 -07:00
|
|
|
"nom",
|
|
|
|
"percent-encoding",
|
|
|
|
"zcash_address",
|
|
|
|
"zcash_protocol",
|
|
|
|
]
|