zcash-devtool/Cargo.lock

2942 lines
70 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"
2023-07-04 19:29:30 -07:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 19:29:30 -07:00
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
dependencies = [
"cfg-if",
2023-07-04 19:29:30 -07:00
"cipher",
"cpufeatures",
]
[[package]]
name = "ahash"
2023-10-30 17:13:24 -07:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
dependencies = [
"cfg-if",
"once_cell",
"version_check",
2023-10-30 17:13:24 -07:00
"zerocopy",
]
[[package]]
name = "aho-corasick"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
dependencies = [
"memchr",
]
[[package]]
name = "allocator-api2"
2023-10-30 17:13:24 -07:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
[[package]]
name = "anyhow"
2023-10-30 17:13:24 -07:00
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[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",
2023-10-30 17:13:24 -07:00
"syn 2.0.38",
]
[[package]]
name = "async-trait"
2023-10-30 17:13:24 -07:00
version = "0.1.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
dependencies = [
"proc-macro2",
"quote",
2023-10-30 17:13:24 -07:00
"syn 2.0.38",
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[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"
2023-10-30 17:13:24 -07:00
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
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"
2023-10-30 17:13:24 -07:00
version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
[[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"
2023-10-30 17:13:24 -07:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
[[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"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896"
dependencies = [
"sha2",
"tinyvec",
]
[[package]]
name = "bumpalo"
2023-10-30 17:13:24 -07:00
version = "3.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
[[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"
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 = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
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"
2023-10-30 17:13:24 -07:00
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
[[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",
]
[[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"
2023-10-30 17:13:24 -07:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
dependencies = [
"cfg-if",
]
[[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"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
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"
2023-10-30 17:13:24 -07:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
[[package]]
name = "equihash"
version = "0.2.0"
2024-03-22 15:54:40 -07:00
source = "git+https://github.com/zcash/librustzcash.git?rev=c45d3aed8ae2ac5ab41878df864eb4889793ac1b#c45d3aed8ae2ac5ab41878df864eb4889793ac1b"
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"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
dependencies = [
"libc",
2023-10-30 17:13:24 -07:00
"windows-sys",
]
[[package]]
name = "f4jumble"
version = "0.1.0"
2024-03-22 15:54:40 -07:00
source = "git+https://github.com/zcash/librustzcash.git?rev=c45d3aed8ae2ac5ab41878df864eb4889793ac1b#c45d3aed8ae2ac5ab41878df864eb4889793ac1b"
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"
2023-10-30 17:13:24 -07:00
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
[[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"
2023-10-30 17:13:24 -07:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
2023-10-30 17:13:24 -07:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
[[package]]
name = "futures-macro"
2023-10-30 17:13:24 -07:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
dependencies = [
"proc-macro2",
"quote",
2023-10-30 17:13:24 -07:00
"syn 2.0.38",
]
[[package]]
name = "futures-sink"
2023-10-30 17:13:24 -07:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
[[package]]
name = "futures-task"
2023-10-30 17:13:24 -07:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
[[package]]
name = "futures-util"
2023-10-30 17:13:24 -07:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
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"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gimli"
2023-10-30 17:13:24 -07:00
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
[[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"
2023-10-30 17:13:24 -07:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
2023-10-30 17:13:24 -07:00
"indexmap 1.9.3",
"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"
2023-10-30 17:13:24 -07:00
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
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 = [
2023-10-30 17:13:24 -07:00
"hashbrown 0.14.2",
]
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "hermit-abi"
2023-10-30 17:13:24 -07:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
[[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"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
dependencies = [
"windows-sys",
]
[[package]]
name = "http"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
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"
version = "0.14.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2023-10-30 17:13:24 -07:00
"socket2 0.4.10",
"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.0"
2024-03-22 15:54:40 -07:00
source = "git+https://github.com/zcash/incrementalmerkletree?rev=e1a7a80212c22e5a8912d05860f7eb6899c56a7c#e1a7a80212c22e5a8912d05860f7eb6899c56a7c"
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"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
dependencies = [
2023-10-30 17:13:24 -07:00
"equivalent",
"hashbrown 0.14.2",
]
[[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"
2023-10-30 17:13:24 -07:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
[[package]]
name = "itoa"
2023-10-30 17:13:24 -07:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
[[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"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b6f1427d9c43b1cce87434c4d9eca33f43bdbb6246a762aa823a582f74c1684"
dependencies = [
"windows-sys",
]
[[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"
2023-10-30 17:13:24 -07:00
version = "0.2.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
[[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"
2023-10-30 17:13:24 -07:00
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
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"
[[package]]
name = "log"
2023-10-30 17:13:24 -07:00
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
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"
2023-10-30 17:13:24 -07:00
version = "2.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
[[package]]
name = "memoffset"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
[[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"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
[[package]]
name = "mio"
2023-10-30 17:13:24 -07:00
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
dependencies = [
"libc",
"wasi",
"windows-sys",
]
[[package]]
name = "multimap"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
[[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",
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
2023-10-30 17:13:24 -07:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
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"
2023-10-30 17:13:24 -07:00
version = "0.32.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "orchard"
2024-03-22 15:54:40 -07:00
version = "0.7.1"
source = "git+https://github.com/zcash/orchard?rev=33474bdbfd7268e1f84718078d47f63d01a879d5#33474bdbfd7268e1f84718078d47f63d01a879d5"
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",
]
[[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",
]
[[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"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
[[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",
2023-10-30 17:13:24 -07:00
"indexmap 2.0.2",
]
[[package]]
name = "pin-project"
2023-10-30 17:13:24 -07:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-10-30 17:13:24 -07:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
dependencies = [
"proc-macro2",
"quote",
2023-10-30 17:13:24 -07:00
"syn 2.0.38",
]
[[package]]
name = "pin-project-lite"
2023-10-30 17:13:24 -07:00
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
[[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"
2023-10-30 17:13:24 -07:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
dependencies = [
"proc-macro2",
2023-10-30 17:13:24 -07:00
"syn 2.0.38",
]
[[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"
2023-10-30 17:13:24 -07:00
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
dependencies = [
"unicode-ident",
]
[[package]]
name = "prost"
2023-10-30 17:13:24 -07:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "f4fdd22f3b9c31b53c060df4a0613a1c7f062d4115a2b984dd15b1858f7e340d"
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-build"
2023-10-30 17:13:24 -07:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "8bdf592881d821b83d471f8af290226c8d51402259e9bb5be7f9f8bdebbb11ac"
dependencies = [
"bytes",
"heck",
"itertools",
"log",
"multimap",
"once_cell",
"petgraph",
"prettyplease",
"prost",
"prost-types",
"regex",
2023-10-30 17:13:24 -07:00
"syn 2.0.38",
"tempfile",
"which",
]
[[package]]
name = "prost-derive"
2023-10-30 17:13:24 -07:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "265baba7fabd416cf5078179f7d2cbeca4ce7a9041111900675ea7c4cb8a4c32"
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
2023-10-30 17:13:24 -07:00
"syn 2.0.38",
]
[[package]]
name = "prost-types"
2023-10-30 17:13:24 -07:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "e081b29f63d83a4bc75cfc9f3fe424f9156cf92d8a4f0c9407cce9a1b67327cf"
dependencies = [
"prost",
]
[[package]]
name = "quote"
2023-10-30 17:13:24 -07:00
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
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",
]
[[package]]
name = "rayon"
2023-10-30 17:13:24 -07:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-10-30 17:13:24 -07:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
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",
]
[[package]]
name = "redox_syscall"
2023-10-30 17:13:24 -07:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "regex"
2023-10-30 17:13:24 -07:00
version = "1.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
dependencies = [
2023-10-30 17:13:24 -07:00
"aho-corasick",
"memchr",
"regex-automata 0.4.3",
"regex-syntax 0.8.2",
]
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"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.8.2",
]
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"
2023-10-30 17:13:24 -07:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "ring"
2023-10-30 17:13:24 -07:00
version = "0.17.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b"
dependencies = [
"cc",
2023-10-30 17:13:24 -07:00
"getrandom",
"libc",
2023-10-30 17:13:24 -07:00
"spin 0.9.8",
"untrusted",
2023-10-30 17:13:24 -07:00
"windows-sys",
]
[[package]]
name = "rusqlite"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "549b9d036d571d42e6e85d1c1425e2ac83491075078ca9a15be021c56b1641f2"
dependencies = [
2023-10-30 17:13:24 -07:00
"bitflags 2.4.1",
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"smallvec",
2023-10-30 17:13:24 -07:00
"time 0.3.30",
]
[[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"
2023-10-30 17:13:24 -07:00
version = "0.38.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
dependencies = [
2023-10-30 17:13:24 -07:00
"bitflags 2.4.1",
"errno",
"libc",
"linux-raw-sys",
"windows-sys",
]
[[package]]
name = "rustls"
2023-10-30 17:13:24 -07:00
version = "0.21.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c"
dependencies = [
"log",
"ring",
2023-07-04 19:29:30 -07:00
"rustls-webpki",
"sct",
]
[[package]]
name = "rustls-pemfile"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
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"
2023-10-30 17:13:24 -07:00
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
[[package]]
name = "ryu"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2024-03-22 15:54:40 -07:00
[[package]]
name = "sapling-crypto"
version = "0.1.2"
source = "git+https://github.com/zcash/sapling-crypto?rev=22412ae07644813253feb064d1692b0823242853#22412ae07644813253feb064d1692b0823242853"
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",
]
[[package]]
name = "scopeguard"
2023-10-30 17:13:24 -07:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
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"
2023-10-30 17:13:24 -07:00
version = "1.0.190"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-10-30 17:13:24 -07:00
version = "1.0.190"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3"
dependencies = [
"proc-macro2",
"quote",
2023-10-30 17:13:24 -07:00
"syn 2.0.38",
]
[[package]]
name = "serde_json"
2023-10-30 17:13:24 -07:00
version = "1.0.108"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
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"
version = "0.2.0"
2024-03-22 15:54:40 -07:00
source = "git+https://github.com/zcash/incrementalmerkletree?rev=e1a7a80212c22e5a8912d05860f7eb6899c56a7c#e1a7a80212c22e5a8912d05860f7eb6899c56a7c"
dependencies = [
2023-10-30 17:13:24 -07:00
"bitflags 2.4.1",
"either",
"incrementalmerkletree",
"tracing",
]
[[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"
2023-10-30 17:13:24 -07:00
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
[[package]]
name = "socket2"
2023-10-30 17:13:24 -07:00
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
dependencies = [
"libc",
"winapi",
]
2023-10-30 17:13:24 -07:00
[[package]]
name = "socket2"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
dependencies = [
"libc",
"windows-sys",
]
[[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"
[[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"
[[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"
2023-10-30 17:13:24 -07:00
version = "2.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
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"
2023-10-30 17:13:24 -07:00
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
dependencies = [
"cfg-if",
"fastrand",
"redox_syscall",
"rustix",
"windows-sys",
]
[[package]]
name = "thiserror"
2023-10-30 17:13:24 -07:00
version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-10-30 17:13:24 -07:00
version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
dependencies = [
"proc-macro2",
"quote",
2023-10-30 17:13:24 -07:00
"syn 2.0.38",
]
2023-07-05 17:23:44 -07:00
[[package]]
name = "thread_local"
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
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"
2023-10-30 17:13:24 -07:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
dependencies = [
2023-10-30 17:13:24 -07:00
"deranged",
"itoa",
2023-10-30 17:13:24 -07:00
"powerfmt",
"serde",
"time-core",
2023-10-30 17:13:24 -07:00
"time-macros 0.2.15",
]
[[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"
2023-10-30 17:13:24 -07:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
dependencies = [
"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"
2023-10-30 17:13:24 -07:00
version = "1.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 17:13:24 -07:00
checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
"num_cpus",
"pin-project-lite",
2023-10-30 17:13:24 -07:00
"socket2 0.5.5",
"tokio-macros",
"windows-sys",
]
[[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"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
dependencies = [
"proc-macro2",
"quote",
2023-10-30 17:13:24 -07:00
"syn 2.0.38",
]
[[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"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
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",
2023-10-30 17:13:24 -07:00
"syn 2.0.38",
]
[[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",
2023-10-30 17:13:24 -07:00
"syn 2.0.38",
]
[[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"
2023-10-30 17:13:24 -07:00
version = "0.1.4"
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 = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
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"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "try-lock"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[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"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
[[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"
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 = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
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"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-10-30 17:13:24 -07:00
"syn 2.0.38",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
dependencies = [
"proc-macro2",
"quote",
2023-10-30 17:13:24 -07:00
"syn 2.0.38",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
[[package]]
name = "webpki-roots"
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
[[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 = [
"windows-targets",
]
[[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 = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[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"
[[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"
[[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"
[[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"
[[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"
[[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"
[[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"
[[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 = "git+https://github.com/zcash/librustzcash.git?rev=c45d3aed8ae2ac5ab41878df864eb4889793ac1b#c45d3aed8ae2ac5ab41878df864eb4889793ac1b"
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"
2024-03-22 15:54:40 -07:00
version = "0.11.1"
source = "git+https://github.com/zcash/librustzcash.git?rev=c45d3aed8ae2ac5ab41878df864eb4889793ac1b#c45d3aed8ae2ac5ab41878df864eb4889793ac1b"
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",
2023-10-30 17:13:24 -07:00
"time 0.3.30",
"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-03-22 15:54:40 -07:00
version = "0.9.1"
source = "git+https://github.com/zcash/librustzcash.git?rev=c45d3aed8ae2ac5ab41878df864eb4889793ac1b#c45d3aed8ae2ac5ab41878df864eb4889793ac1b"
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",
2023-10-30 17:13:24 -07:00
"time 0.3.30",
"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"
2024-03-22 15:54:40 -07:00
source = "git+https://github.com/zcash/librustzcash.git?rev=c45d3aed8ae2ac5ab41878df864eb4889793ac1b#c45d3aed8ae2ac5ab41878df864eb4889793ac1b"
dependencies = [
"byteorder",
"nonempty",
]
2024-03-22 15:54:40 -07:00
[[package]]
name = "zcash_keys"
version = "0.1.1"
source = "git+https://github.com/zcash/librustzcash.git?rev=c45d3aed8ae2ac5ab41878df864eb4889793ac1b#c45d3aed8ae2ac5ab41878df864eb4889793ac1b"
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"
2024-03-22 15:54:40 -07:00
version = "0.14.0"
source = "git+https://github.com/zcash/librustzcash.git?rev=c45d3aed8ae2ac5ab41878df864eb4889793ac1b#c45d3aed8ae2ac5ab41878df864eb4889793ac1b"
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"
2024-03-22 15:54:40 -07:00
version = "0.14.0"
source = "git+https://github.com/zcash/librustzcash.git?rev=c45d3aed8ae2ac5ab41878df864eb4889793ac1b#c45d3aed8ae2ac5ab41878df864eb4889793ac1b"
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.0"
source = "git+https://github.com/zcash/librustzcash.git?rev=c45d3aed8ae2ac5ab41878df864eb4889793ac1b#c45d3aed8ae2ac5ab41878df864eb4889793ac1b"
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",
"futures-util",
"gumdrop",
2024-03-22 15:54:40 -07:00
"orchard",
"prost",
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",
"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"
version = "0.7.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd66a62464e3ffd4e37bd09950c2b9dd6c4f8767380fabba0d523f9a775bc85a"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "255c4596d41e6916ced49cfafea18727b24d67878fa180ddfd69b9df34fd1726"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
]
[[package]]
name = "zeroize"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
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",
2023-10-30 17:13:24 -07:00
"syn 2.0.38",
]
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",
]