zcash-devtool/Cargo.lock

3216 lines
78 KiB
Plaintext
Raw Normal View History

2020-10-30 17:00:00 -07:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
2023-10-30 17:13:24 -07:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
dependencies = [
"cfg-if",
2023-07-04 19:29:30 -07:00
"cipher",
"cpufeatures",
]
[[package]]
name = "ahash"
2024-04-02 16:41:16 -07:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
"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",
]
[[package]]
name = "allocator-api2"
2024-04-19 15:00:28 -07:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
[[package]]
name = "anyhow"
2024-04-19 15:00:28 -07:00
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
[[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-04-19 15:00:28 -07:00
"syn 2.0.60",
]
[[package]]
name = "async-trait"
2024-04-19 15:00:28 -07:00
version = "0.1.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
dependencies = [
"proc-macro2",
"quote",
2024-04-19 15:00:28 -07:00
"syn 2.0.60",
]
[[package]]
name = "autocfg"
2024-04-02 16:41:16 -07:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
[[package]]
name = "axum"
2023-10-30 17:13:24 -07:00
version = "0.6.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
dependencies = [
"async-trait",
"axum-core",
"bitflags 1.3.2",
"bytes",
"futures-util",
"http",
"http-body",
"hyper",
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"sync_wrapper",
"tower",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http-body",
"mime",
"rustversion",
"tower-layer",
"tower-service",
]
[[package]]
name = "backtrace"
2024-04-02 16:41:16 -07:00
version = "0.3.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "base64ct"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a32fd6af2b5827bce66c29053ba0e7c42b9dcab01835835058558c10851a46b"
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "9afceed28bac7f9f5a508bca8aeeff51cdfa4770c0b967ac55c621e2ddfd6171"
dependencies = [
"bitvec",
"blake2s_simd",
"byteorder",
"crossbeam-channel",
"ff",
"group",
"lazy_static",
"log",
"num_cpus",
"pairing",
"rand_core",
"rayon",
"subtle",
]
[[package]]
name = "bip0039"
2023-07-04 19:29:30 -07:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "bef0f0152ec5cf17f49a5866afaa3439816207fd4f0a224c0211ffaf5e278426"
dependencies = [
"hmac",
"pbkdf2",
"rand",
"sha2",
"unicode-normalization",
"zeroize",
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-04-02 16:41:16 -07:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780"
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
]
[[package]]
name = "blake2s_simd"
2023-10-30 17:13:24 -07:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae"
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
]
[[package]]
2023-07-04 19:29:30 -07:00
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
2023-07-04 19:29:30 -07:00
"generic-array",
]
[[package]]
name = "bls12_381"
2023-07-04 19:29:30 -07:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "d7bc6d6292be3a19e6379786dac800f551e5865a5bb51ebbe3064ab80433f403"
dependencies = [
"ff",
"group",
"pairing",
"rand_core",
"subtle",
]
[[package]]
name = "bs58"
2024-04-02 16:41:16 -07:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
dependencies = [
"sha2",
"tinyvec",
]
[[package]]
name = "bumpalo"
2024-04-19 15:00:28 -07:00
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "byteorder"
2023-10-30 17:13:24 -07:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
2024-04-02 16:41:16 -07:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
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",
]
[[package]]
name = "cc"
2024-04-19 15:00:28 -07:00
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7"
[[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",
"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",
"poly1305",
"zeroize",
]
[[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",
]
[[package]]
name = "const_fn"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
[[package]]
name = "constant_time_eq"
2023-10-30 17:13:24 -07:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
[[package]]
name = "cpufeatures"
2024-04-02 16:41:16 -07:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
2024-04-02 16:41:16 -07:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
2024-04-02 16:41:16 -07:00
version = "0.5.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2024-04-02 16:41:16 -07:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2024-04-02 16:41:16 -07:00
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-04-02 16:41:16 -07:00
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
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 = [
"bitflags 2.5.0",
"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",
]
[[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 = [
"block-buffer",
2023-07-04 19:29:30 -07:00
"crypto-common",
"subtle",
]
[[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",
]
[[package]]
name = "either"
2024-04-19 15:00:28 -07:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
[[package]]
name = "equihash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab579d7cf78477773b03e80bc2f89702ef02d7112c711d54ca93dcdce68533d5"
dependencies = [
"blake2b_simd",
"byteorder",
]
[[package]]
2023-10-30 17:13:24 -07:00
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
2023-10-30 17:13:24 -07:00
name = "errno"
2024-04-02 16:41:16 -07:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
dependencies = [
"libc",
2024-04-02 16:41:16 -07:00
"windows-sys 0.52.0",
]
[[package]]
name = "f4jumble"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a83e8d7fd0c526af4aad893b7c9fe41e2699ed8a776a6c74aecdeafe05afc75"
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-04-02 16:41:16 -07:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
[[package]]
name = "ff"
2023-07-04 19:29:30 -07:00
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
dependencies = [
"bitvec",
"rand_core",
"subtle",
]
[[package]]
name = "fixedbitset"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "flate2"
2023-10-30 17:13:24 -07:00
version = "1.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "26c4b37de5ae15812a764c958297cfc50f5c010438f60c6ce75d11b802abd404"
dependencies = [
2023-07-04 19:29:30 -07:00
"cbc",
"cipher",
"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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
2024-04-02 16:41:16 -07:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
[[package]]
name = "futures-macro"
2024-04-02 16:41:16 -07:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
"proc-macro2",
"quote",
2024-04-19 15:00:28 -07:00
"syn 2.0.60",
]
[[package]]
name = "futures-sink"
2024-04-02 16:41:16 -07:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
[[package]]
name = "futures-task"
2024-04-02 16:41:16 -07:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
[[package]]
name = "futures-util"
2024-04-02 16:41:16 -07:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
dependencies = [
"futures-core",
"futures-macro",
"futures-task",
"pin-project-lite",
"pin-utils",
"slab",
]
[[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-04-19 15:00:28 -07:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gimli"
2024-04-02 16:41:16 -07:00
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
[[package]]
name = "group"
2023-07-04 19:29:30 -07:00
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
dependencies = [
"ff",
"memuse",
"rand_core",
"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-04-19 15:00:28 -07:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
2024-04-02 16:41:16 -07:00
"indexmap 2.2.6",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "halo2_gadgets"
2023-07-04 19:29:30 -07:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "126a150072b0c38c7b573fe3eaf0af944a7fed09e154071bf2436d3f016f7230"
dependencies = [
"arrayvec",
"bitvec",
"ff",
"group",
"halo2_proofs",
"lazy_static",
"pasta_curves",
"rand",
"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"
[[package]]
name = "halo2_proofs"
2023-07-04 19:29:30 -07:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "7b867a8d9bbb85fca76fff60652b5cd19b853a1c4d0665cb89bee68b18d2caf0"
dependencies = [
"blake2b_simd",
"ff",
"group",
2023-07-04 19:29:30 -07:00
"halo2_legacy_pdqsort",
"maybe-rayon",
"pasta_curves",
"rand_core",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "hashbrown"
2024-04-02 16:41:16 -07:00
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
dependencies = [
"ahash",
"allocator-api2",
]
[[package]]
name = "hashlink"
2023-10-30 17:13:24 -07:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
dependencies = [
2024-04-02 16:41:16 -07:00
"hashbrown 0.14.3",
]
2024-04-20 07:55:38 -07:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "heck"
2024-04-19 15:00:28 -07:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hermit-abi"
2024-04-02 16:41:16 -07:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
name = "home"
2024-04-02 16:41:16 -07:00
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
2024-04-02 16:41:16 -07:00
"windows-sys 0.52.0",
]
[[package]]
name = "http"
2024-04-02 16:41:16 -07:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2024-04-02 16:41:16 -07:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
2023-10-30 17:13:24 -07:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "hyper"
2024-04-02 16:41:16 -07:00
version = "0.14.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2024-04-02 16:41:16 -07:00
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-timeout"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
dependencies = [
"hyper",
"pin-project-lite",
"tokio",
"tokio-io-timeout",
]
[[package]]
name = "incrementalmerkletree"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb1872810fb725b06b8c153dde9e86f3ec26747b9b60096da7a869883b549cbe"
dependencies = [
"either",
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [
2023-10-30 17:13:24 -07:00
"equivalent",
2024-04-02 16:41:16 -07:00
"hashbrown 0.14.3",
]
2024-04-20 07:55:38 -07:00
[[package]]
name = "indoc"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
[[package]]
2023-10-30 17:13:24 -07:00
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
2023-10-30 17:13:24 -07:00
"generic-array",
]
[[package]]
name = "itertools"
2024-04-19 15:00:28 -07:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
[[package]]
name = "itoa"
2024-04-02 16:41:16 -07:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "jubjub"
2023-07-04 19:29:30 -07:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "8499f7a74008aafbecb2a2e608a3e13e4dd3e84df198b604451efe93f2de6e61"
dependencies = [
"bitvec",
"bls12_381",
"ff",
"group",
"rand_core",
"subtle",
]
[[package]]
name = "known-folders"
2024-04-02 16:41:16 -07:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "4397c789f2709d23cfcb703b316e0766a8d4b17db2d47b0ab096ef6047cae1d8"
dependencies = [
2024-04-02 16:41:16 -07:00
"windows-sys 0.52.0",
]
[[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
]
[[package]]
name = "libc"
2024-04-02 16:41:16 -07:00
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
[[package]]
name = "libm"
2023-10-30 17:13:24 -07:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
[[package]]
name = "libsqlite3-sys"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "linux-raw-sys"
2024-04-02 16:41:16 -07:00
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
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"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-04-02 16:41:16 -07:00
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
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 = [
"hashbrown 0.14.3",
]
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
]
[[package]]
name = "matchit"
2023-10-30 17:13:24 -07:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
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",
]
[[package]]
name = "memchr"
2024-04-02 16:41:16 -07:00
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
[[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-04-02 16:41:16 -07:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
dependencies = [
"adler",
]
[[package]]
name = "mio"
2024-04-02 16:41:16 -07:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
2024-04-20 07:55:38 -07:00
"log",
"wasi",
2024-04-02 16:41:16 -07:00
"windows-sys 0.48.0",
]
[[package]]
name = "multimap"
2024-04-19 15:00:28 -07:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
[[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",
]
[[package]]
name = "num-bigint"
2023-10-30 17:13:24 -07:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
dependencies = [
"autocfg",
"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"
[[package]]
name = "num-integer"
2024-04-02 16:41:16 -07:00
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-traits"
2024-04-02 16:41:16 -07:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "object"
2024-04-02 16:41:16 -07:00
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2024-04-02 16:41:16 -07:00
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "opaque-debug"
2024-04-02 16:41:16 -07:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]]
name = "orchard"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0462569fc8b0d1b158e4d640571867a4e4319225ebee2ab6647e60c70af19ae3"
dependencies = [
"aes",
"bitvec",
"blake2b_simd",
"ff",
"fpe",
"group",
"halo2_gadgets",
"halo2_proofs",
"hex",
"incrementalmerkletree",
"lazy_static",
"memuse",
"nonempty",
"pasta_curves",
"rand",
"reddsa",
"serde",
"subtle",
"tracing",
"zcash_note_encryption",
2024-03-22 15:54:40 -07:00
"zcash_spec",
"zip32",
]
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"
[[package]]
name = "pairing"
2023-07-04 19:29:30 -07:00
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "81fec4625e73cf41ef4bb6846cafa6d44736525f442ba45e407c4a000a13996f"
dependencies = [
"group",
]
2024-04-20 07:55:38 -07:00
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-targets 0.48.5",
]
[[package]]
name = "password-hash"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d791538a6dcc1e7cb7fe6f6b58aca40e7f79403c45b2bc274008b5e647af1d8"
dependencies = [
"base64ct",
"rand_core",
"subtle",
]
[[package]]
name = "pasta_curves"
2023-07-04 19:29:30 -07:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "d3e57598f73cc7e1b2ac63c79c517b31a0877cd7c402cdcaa311b5208de7a095"
dependencies = [
"blake2b_simd",
"ff",
"group",
"lazy_static",
"rand",
"static_assertions",
"subtle",
]
2024-04-20 07:55:38 -07:00
[[package]]
name = "paste"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
[[package]]
name = "pbkdf2"
2023-07-04 19:29:30 -07:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7"
dependencies = [
"digest",
"password-hash",
]
[[package]]
name = "percent-encoding"
2024-04-02 16:41:16 -07:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "petgraph"
2023-10-30 17:13:24 -07:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
dependencies = [
"fixedbitset",
2024-04-02 16:41:16 -07:00
"indexmap 2.2.6",
]
[[package]]
name = "pin-project"
2024-04-02 16:41:16 -07:00
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2024-04-02 16:41:16 -07:00
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
dependencies = [
"proc-macro2",
"quote",
2024-04-19 15:00:28 -07:00
"syn 2.0.60",
]
[[package]]
name = "pin-project-lite"
2024-04-02 16:41:16 -07:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
[[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"
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "prettyplease"
2024-04-19 15:00:28 -07:00
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "5ac2cf0f2e4f42b49f5ffd07dae8d746508ef7526c13940e5f524012ae6c6550"
dependencies = [
"proc-macro2",
2024-04-19 15:00:28 -07:00
"syn 2.0.60",
]
[[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-04-19 15:00:28 -07:00
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
dependencies = [
"unicode-ident",
]
[[package]]
name = "prost"
2024-04-19 15:00:28 -07:00
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922"
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-build"
2024-04-19 15:00:28 -07:00
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "80b776a1b2dc779f5ee0641f8ade0125bc1298dd41a9a0c16d8bd57b42d222b1"
dependencies = [
"bytes",
2024-04-20 07:55:38 -07:00
"heck 0.5.0",
"itertools",
"log",
"multimap",
"once_cell",
"petgraph",
"prettyplease",
"prost",
"prost-types",
"regex",
2024-04-19 15:00:28 -07:00
"syn 2.0.60",
"tempfile",
]
[[package]]
name = "prost-derive"
2024-04-19 15:00:28 -07:00
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48"
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
2024-04-19 15:00:28 -07:00
"syn 2.0.60",
]
[[package]]
name = "prost-types"
2024-04-19 15:00:28 -07:00
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "3235c33eb02c1f1e212abdbe34c78b264b038fb58ca612664343271e36e55ffe"
dependencies = [
"prost",
]
[[package]]
name = "quote"
2024-04-19 15:00:28 -07:00
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
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",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[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"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a564a852040e82671dc50a37d88f3aa83bbc690dfc6844cfe7a2591620206a80"
dependencies = [
"bitflags 2.5.0",
"cassowary",
"compact_str",
"crossterm",
"indoc",
"itertools",
"lru",
"paste",
"stability",
"strum",
"unicode-segmentation",
"unicode-width",
]
[[package]]
name = "rayon"
2024-04-02 16:41:16 -07:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2024-04-02 16:41:16 -07:00
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
[[package]]
name = "reddsa"
2023-10-30 17:13:24 -07:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "78a5191930e84973293aa5f532b513404460cd2216c1cfb76d08748c15b40b02"
dependencies = [
"blake2b_simd",
"byteorder",
"group",
2023-07-04 19:29:30 -07:00
"hex",
"jubjub",
"pasta_curves",
"rand_core",
"serde",
"thiserror",
"zeroize",
]
[[package]]
name = "redjubjub"
2023-07-04 19:29:30 -07:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "7a60db2c3bc9c6fd1e8631fee75abc008841d27144be744951d6b9b75f9b569c"
dependencies = [
"rand_core",
2023-07-04 19:29:30 -07:00
"reddsa",
"serde",
"thiserror",
"zeroize",
]
2024-04-20 07:55:38 -07:00
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "regex"
2024-04-02 16:41:16 -07:00
version = "1.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
dependencies = [
2023-10-30 17:13:24 -07:00
"aho-corasick",
"memchr",
2024-04-02 16:41:16 -07:00
"regex-automata 0.4.6",
"regex-syntax 0.8.3",
]
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-04-02 16:41:16 -07:00
version = "0.4.6"
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 = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
2023-10-30 17:13:24 -07:00
dependencies = [
"aho-corasick",
"memchr",
2024-04-02 16:41:16 -07:00
"regex-syntax 0.8.3",
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"
[[package]]
name = "regex-syntax"
2024-04-02 16:41:16 -07:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
[[package]]
name = "ring"
2024-04-02 16:41:16 -07:00
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
"cc",
2024-04-02 16:41:16 -07:00
"cfg-if",
2023-10-30 17:13:24 -07:00
"getrandom",
"libc",
2023-10-30 17:13:24 -07:00
"spin 0.9.8",
"untrusted",
2024-04-02 16:41:16 -07:00
"windows-sys 0.52.0",
]
[[package]]
name = "rusqlite"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "549b9d036d571d42e6e85d1c1425e2ac83491075078ca9a15be021c56b1641f2"
dependencies = [
2024-04-02 16:41:16 -07:00
"bitflags 2.5.0",
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"smallvec",
2024-04-19 15:00:28 -07:00
"time 0.3.36",
]
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
[[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-04-02 16:41:16 -07:00
version = "0.38.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
dependencies = [
2024-04-02 16:41:16 -07:00
"bitflags 2.5.0",
"errno",
"libc",
"linux-raw-sys",
2024-04-02 16:41:16 -07:00
"windows-sys 0.52.0",
]
[[package]]
name = "rustls"
2024-04-19 15:00:28 -07:00
version = "0.21.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4"
dependencies = [
"log",
"ring",
2023-07-04 19:29:30 -07:00
"rustls-webpki",
"sct",
]
[[package]]
name = "rustls-pemfile"
2024-04-02 16:41:16 -07:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
"base64",
]
2023-07-04 19:29:30 -07:00
[[package]]
name = "rustls-webpki"
2023-10-30 17:13:24 -07:00
version = "0.101.7"
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 = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
2023-07-04 19:29:30 -07:00
dependencies = [
"ring",
"untrusted",
2023-07-04 19:29:30 -07:00
]
[[package]]
name = "rustversion"
2024-04-19 15:00:28 -07:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47"
[[package]]
name = "ryu"
2024-04-02 16:41:16 -07:00
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
2024-03-22 15:54:40 -07:00
[[package]]
name = "sapling-crypto"
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",
]
[[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"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fb5ac1fa52c58e2c6a618e3149d464e7ad8d0effca74990ea29c1fe2338b3b1"
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"
[[package]]
name = "sct"
2023-10-30 17:13:24 -07:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
dependencies = [
"ring",
"untrusted",
]
[[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-04-19 15:00:28 -07:00
version = "1.0.198"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-04-19 15:00:28 -07:00
version = "1.0.198"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9"
dependencies = [
"proc-macro2",
"quote",
2024-04-19 15:00:28 -07:00
"syn 2.0.60",
]
[[package]]
name = "serde_json"
2024-04-19 15:00:28 -07:00
version = "1.0.116"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[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",
"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",
]
[[package]]
name = "shardtree"
2024-04-19 15:00:28 -07:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "3b3cdd24424ce0b381646737fedddc33c4dcf7dcd2d545056b53f7982097bef5"
dependencies = [
2024-04-02 16:41:16 -07:00
"bitflags 2.5.0",
"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"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
]
[[package]]
name = "slab"
2023-10-30 17:13:24 -07:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2024-04-02 16:41:16 -07:00
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2023-10-30 17:13:24 -07:00
[[package]]
name = "socket2"
2024-04-02 16:41:16 -07:00
version = "0.5.6"
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 = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
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
]
[[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",
"syn 2.0.60",
]
[[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"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946"
dependencies = [
"heck 0.4.1",
"proc-macro2",
"quote",
"rustversion",
"syn 2.0.60",
]
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[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-04-19 15:00:28 -07:00
version = "2.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
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"
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [
"cfg-if",
"fastrand",
"rustix",
2024-04-02 16:41:16 -07:00
"windows-sys 0.52.0",
]
[[package]]
name = "thiserror"
2024-04-02 16:41:16 -07:00
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-04-02 16:41:16 -07:00
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
dependencies = [
"proc-macro2",
"quote",
2024-04-19 15:00:28 -07:00
"syn 2.0.60",
]
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",
]
[[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",
"time-macros 0.1.1",
"version_check",
"winapi",
]
[[package]]
name = "time"
2024-04-19 15:00:28 -07:00
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
dependencies = [
2023-10-30 17:13:24 -07:00
"deranged",
"itoa",
2024-04-02 16:41:16 -07:00
"num-conv",
2023-10-30 17:13:24 -07:00
"powerfmt",
"serde",
"time-core",
2024-04-19 15:00:28 -07:00
"time-macros 0.2.18",
]
[[package]]
name = "time-core"
2023-10-30 17:13:24 -07:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[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",
]
[[package]]
name = "time-macros"
2024-04-19 15:00:28 -07:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
dependencies = [
2024-04-02 16:41:16 -07:00
"num-conv",
"time-core",
]
[[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-04-02 16:41:16 -07:00
version = "1.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
"num_cpus",
"pin-project-lite",
2024-04-02 16:41:16 -07:00
"socket2",
"tokio-macros",
2024-04-02 16:41:16 -07:00
"windows-sys 0.48.0",
]
[[package]]
name = "tokio-io-timeout"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
dependencies = [
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-macros"
2024-04-02 16:41:16 -07:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
dependencies = [
"proc-macro2",
"quote",
2024-04-19 15:00:28 -07:00
"syn 2.0.60",
]
[[package]]
name = "tokio-rustls"
2023-07-04 19:29:30 -07:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
"rustls",
"tokio",
]
[[package]]
name = "tokio-stream"
2024-04-02 16:41:16 -07:00
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
2023-10-30 17:13:24 -07:00
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]
name = "tonic"
2023-10-30 17:13:24 -07:00
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
dependencies = [
"async-stream",
"async-trait",
"axum",
"base64",
"bytes",
"flate2",
"h2",
"http",
"http-body",
"hyper",
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost",
2023-10-30 17:13:24 -07:00
"rustls",
"rustls-pemfile",
"tokio",
"tokio-rustls",
"tokio-stream",
"tower",
"tower-layer",
"tower-service",
"tracing",
"webpki-roots",
]
[[package]]
name = "tonic-build"
2023-10-30 17:13:24 -07:00
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "9d021fc044c18582b9a2408cd0dd05b1596e3ecdb5c4df822bb0183545683889"
dependencies = [
"prettyplease",
"proc-macro2",
"prost-build",
"quote",
2024-04-19 15:00:28 -07:00
"syn 2.0.60",
]
[[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",
"pin-project",
"pin-project-lite",
"rand",
"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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-10-30 17:13:24 -07:00
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
2024-04-19 15:00:28 -07:00
"syn 2.0.60",
]
[[package]]
name = "tracing-core"
2023-10-30 17:13:24 -07:00
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
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",
]
[[package]]
name = "try-lock"
2024-04-02 16:41:16 -07:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "typenum"
2023-10-30 17:13:24 -07:00
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unicode-normalization"
2024-04-02 16:41:16 -07:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
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"
[[package]]
name = "unicode-width"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "uuid"
2024-04-02 16:41:16 -07:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
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"
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-04-02 16:41:16 -07:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-04-19 15:00:28 -07:00
"syn 2.0.60",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2024-04-02 16:41:16 -07:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-04-02 16:41:16 -07:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [
"proc-macro2",
"quote",
2024-04-19 15:00:28 -07:00
"syn 2.0.60",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-04-02 16:41:16 -07:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
[[package]]
name = "webpki-roots"
2024-04-02 16:41:16 -07:00
version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "which"
2023-10-30 17:13:24 -07:00
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
dependencies = [
"either",
2023-10-30 17:13:24 -07:00
"home",
"once_cell",
2023-10-30 17:13:24 -07:00
"rustix",
]
[[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"
[[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",
]
[[package]]
name = "windows-targets"
2023-10-30 17:13:24 -07:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
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",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-10-30 17:13:24 -07:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
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
[[package]]
name = "windows_aarch64_msvc"
2023-10-30 17:13:24 -07:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
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
[[package]]
name = "windows_i686_gnu"
2023-10-30 17:13:24 -07:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
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
[[package]]
name = "windows_i686_msvc"
2023-10-30 17:13:24 -07:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
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
[[package]]
name = "windows_x86_64_gnu"
2023-10-30 17:13:24 -07:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
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
[[package]]
name = "windows_x86_64_gnullvm"
2023-10-30 17:13:24 -07:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
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
[[package]]
name = "windows_x86_64_msvc"
2023-10-30 17:13:24 -07:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
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
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
[[package]]
name = "xdg"
2023-10-30 17:13:24 -07:00
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
[[package]]
name = "zcash_address"
2024-03-22 15:54:40 -07:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "827c17a1f7e3a69f0d44e991ff610c7a842228afdc9dc2325ffdd1a67fee01e9"
dependencies = [
2023-07-04 19:29:30 -07:00
"bech32",
"bs58",
"f4jumble",
"zcash_encoding",
2024-03-22 15:54:40 -07:00
"zcash_protocol",
]
[[package]]
name = "zcash_client_backend"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0364e69c446fcf96a1f73f342c6c3fa697ea65ae7eeeae7d76ca847b9c442e40"
dependencies = [
"base64",
2023-07-04 19:29:30 -07:00
"bech32",
"bls12_381",
"bs58",
"byteorder",
"crossbeam-channel",
2024-03-22 15:54:40 -07:00
"document-features",
"group",
"hex",
"incrementalmerkletree",
"memuse",
"nom",
"nonempty",
"orchard",
"percent-encoding",
"prost",
2024-03-22 15:54:40 -07:00
"rand_core",
"rayon",
2024-03-22 15:54:40 -07:00
"sapling-crypto",
"secrecy",
"shardtree",
"subtle",
2024-04-19 15:00:28 -07:00
"time 0.3.36",
"tonic",
"tonic-build",
"tracing",
"which",
"zcash_address",
"zcash_encoding",
2024-03-22 15:54:40 -07:00
"zcash_keys",
"zcash_note_encryption",
"zcash_primitives",
2024-03-22 15:54:40 -07:00
"zcash_protocol",
"zip32",
]
[[package]]
name = "zcash_client_sqlite"
2024-04-19 15:00:28 -07:00
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 15:00:28 -07:00
checksum = "d2f94a5b293baca4b99be38695caa65a5e6981e8068f0bb80a69d60f4ee78346"
dependencies = [
"bs58",
"byteorder",
2024-03-22 15:54:40 -07:00
"document-features",
"group",
"incrementalmerkletree",
"jubjub",
"maybe-rayon",
2024-03-22 15:54:40 -07:00
"nonempty",
"orchard",
"prost",
"rusqlite",
2024-03-22 15:54:40 -07:00
"sapling-crypto",
"schemer",
"schemer-rusqlite",
"secrecy",
"shardtree",
2024-03-22 15:54:40 -07:00
"subtle",
2024-04-19 15:00:28 -07:00
"time 0.3.36",
"tracing",
"uuid",
2024-03-22 15:54:40 -07:00
"zcash_address",
"zcash_client_backend",
"zcash_encoding",
2024-03-22 15:54:40 -07:00
"zcash_keys",
"zcash_primitives",
2024-03-22 15:54:40 -07:00
"zcash_protocol",
"zip32",
]
[[package]]
name = "zcash_encoding"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f03391b81727875efa6ac0661a20883022b6fba92365dc121c48fa9b00c5aac0"
dependencies = [
"byteorder",
"nonempty",
]
2024-03-22 15:54:40 -07:00
[[package]]
name = "zcash_keys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "663489ffb4e51bc4436ff8796832612a9ff3c6516f1c620b5a840cb5dcd7b866"
2024-03-22 15:54:40 -07:00
dependencies = [
"bech32",
"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",
]
[[package]]
name = "zcash_note_encryption"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b4580cd6cee12e44421dac43169be8d23791650816bdb34e6ddfa70ac89c1c5"
dependencies = [
"chacha20",
"chacha20poly1305",
2023-07-04 19:29:30 -07:00
"cipher",
"rand_core",
"subtle",
]
[[package]]
name = "zcash_primitives"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a8d812efec385ecbcefc862c0005bb1336474ea7dd9b671d5bbddaadd04be2"
dependencies = [
"aes",
"bip0039",
"blake2b_simd",
"byteorder",
2024-03-22 15:54:40 -07:00
"document-features",
"equihash",
"ff",
"fpe",
"group",
"hex",
"incrementalmerkletree",
"jubjub",
"memuse",
"nonempty",
"orchard",
"rand",
"rand_core",
"redjubjub",
2024-03-22 15:54:40 -07:00
"sapling-crypto",
"sha2",
"subtle",
"tracing",
"zcash_address",
"zcash_encoding",
"zcash_note_encryption",
2024-03-22 15:54:40 -07:00
"zcash_protocol",
"zcash_spec",
"zip32",
]
[[package]]
name = "zcash_proofs"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5163a1110f4265cc5f2fdf87ac4497fd1e014b6ce0760ca8d16d8e3853a5c0f7"
dependencies = [
"bellman",
"blake2b_simd",
"bls12_381",
2024-03-22 15:54:40 -07:00
"document-features",
"group",
"home",
"jubjub",
"known-folders",
"lazy_static",
"rand_core",
"redjubjub",
2024-03-22 15:54:40 -07:00
"sapling-crypto",
"tracing",
"xdg",
"zcash_primitives",
]
2024-03-22 15:54:40 -07:00
[[package]]
name = "zcash_protocol"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f8189d4a304e8aa3aef3b75e89f3874bb0dc84b1cd623316a84e79e06cddabc"
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"
dependencies = [
"anyhow",
2024-04-20 07:55:38 -07:00
"crossterm",
"futures-util",
"gumdrop",
2024-03-22 15:54:40 -07:00
"orchard",
"prost",
2024-04-20 07:55:38 -07:00
"ratatui",
2023-07-10 05:36:44 -07:00
"rayon",
"rusqlite",
2024-03-22 15:54:40 -07:00
"sapling-crypto",
"schemer",
"secrecy",
"time 0.2.27",
"tokio",
2024-04-20 07:55:38 -07:00
"tokio-util",
"tonic",
2023-07-05 17:23:44 -07:00
"tracing",
"tracing-subscriber",
"zcash_client_backend",
"zcash_client_sqlite",
2024-03-22 15:54:40 -07:00
"zcash_keys",
"zcash_primitives",
"zcash_proofs",
2024-03-22 15:54:40 -07:00
"zcash_protocol",
]
2023-10-30 17:13:24 -07:00
[[package]]
name = "zerocopy"
2024-04-02 16:41:16 -07:00
version = "0.7.32"
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 = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
2023-10-30 17:13:24 -07:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-04-02 16:41:16 -07:00
version = "0.7.32"
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 = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
2023-10-30 17:13:24 -07:00
dependencies = [
"proc-macro2",
"quote",
2024-04-19 15:00:28 -07:00
"syn 2.0.60",
2023-10-30 17:13:24 -07:00
]
[[package]]
name = "zeroize"
2024-04-02 16:41:16 -07:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 16:41:16 -07:00
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
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-04-19 15:00:28 -07:00
"syn 2.0.60",
]
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",
]