zcashd/Cargo.lock

1776 lines
43 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "aes"
2021-03-26 14:42:35 -07:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 14:42:35 -07:00
checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
dependencies = [
2020-04-30 12:16:18 -07:00
"aes-soft",
"aesni",
2021-03-26 14:42:35 -07:00
"cipher",
]
[[package]]
name = "aes-soft"
2021-03-26 14:42:35 -07:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 14:42:35 -07:00
checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
dependencies = [
2021-03-26 14:42:35 -07:00
"cipher",
2020-08-25 04:22:37 -07:00
"opaque-debug",
]
[[package]]
name = "aesni"
2021-03-26 14:42:35 -07:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 14:42:35 -07:00
checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
dependencies = [
2021-03-26 14:42:35 -07:00
"cipher",
2020-08-25 04:22:37 -07:00
"opaque-debug",
]
[[package]]
name = "ahash"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
dependencies = [
"getrandom 0.2.3",
"once_cell",
"version_check",
]
[[package]]
name = "aho-corasick"
2021-06-04 14:53:39 -07:00
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
"memchr",
]
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
[[package]]
name = "arrayref"
2020-08-25 04:22:37 -07:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-25 04:22:37 -07:00
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]]
name = "arrayvec"
2020-11-10 13:39:55 -08:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 13:39:55 -08:00
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
name = "arrayvec"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd"
[[package]]
name = "atomic-shim"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d20fdac7156779a1a30d970e838195558b4810dd06aa69e7c7461bdc518edf9b"
dependencies = [
"crossbeam",
]
[[package]]
name = "autocfg"
2020-08-25 04:22:37 -07:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-25 04:22:37 -07:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "bech32"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b"
[[package]]
name = "bellman"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7db9a104adfbc817ea09dec27d616c32dbf1d56fd741dcdc2444a3dfa1b9fffd"
dependencies = [
"bitvec",
2020-04-30 12:16:18 -07:00
"blake2s_simd",
"byteorder",
"crossbeam",
"ff",
"futures",
"futures-cpupool",
"group",
"num_cpus",
"pairing",
"rand_core 0.6.3",
"subtle",
]
[[package]]
name = "bigint"
2020-08-25 04:22:37 -07:00
version = "4.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-25 04:22:37 -07:00
checksum = "c0e8c8a600052b52482eff2cf4d810e462fdff1f656ac1ecb6232132a1ed7def"
dependencies = [
2020-04-30 12:16:18 -07:00
"byteorder",
"crunchy",
]
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "bitvec"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5237f00a8c86130a0cc317830e558b966dd7850d48a953d998c813f01a41b527"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
[[package]]
name = "blake2b_simd"
2020-11-10 13:39:55 -08:00
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 13:39:55 -08:00
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
dependencies = [
2020-04-30 12:16:18 -07:00
"arrayref",
"arrayvec 0.5.2",
2020-04-30 12:16:18 -07:00
"constant_time_eq",
]
[[package]]
name = "blake2s_simd"
2020-11-10 13:39:55 -08:00
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 13:39:55 -08:00
checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"
dependencies = [
2020-04-30 12:16:18 -07:00
"arrayref",
"arrayvec 0.5.2",
2020-04-30 12:16:18 -07:00
"constant_time_eq",
]
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
2020-08-25 04:22:37 -07:00
"generic-array",
]
[[package]]
name = "block-modes"
2021-03-26 14:42:35 -07:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 14:42:35 -07:00
checksum = "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0"
dependencies = [
2020-08-25 04:22:37 -07:00
"block-padding",
2021-03-26 14:42:35 -07:00
"cipher",
]
[[package]]
name = "block-padding"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
[[package]]
name = "bls12_381"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54757888b09a69be70b5ec303e382a74227392086ba808cb01eeca29233a2397"
dependencies = [
"ff",
"group",
"pairing",
"rand_core 0.6.3",
"subtle",
]
[[package]]
name = "bs58"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
dependencies = [
"sha2",
]
[[package]]
name = "byteorder"
2021-03-26 14:42:04 -07:00
version = "1.4.3"
2020-11-10 13:39:55 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 14:42:04 -07:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-11-10 13:39:55 -08:00
[[package]]
name = "bytes"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2020-11-10 13:39:55 -08:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2020-10-05 12:01:58 -07:00
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-05 12:01:58 -07:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
2020-10-05 12:01:58 -07:00
"libc",
"num-integer",
"num-traits",
"time",
2020-10-05 12:01:58 -07:00
"winapi",
]
2021-03-26 14:42:35 -07:00
[[package]]
name = "cipher"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
dependencies = [
"generic-array",
]
[[package]]
name = "constant_time_eq"
2020-08-25 04:22:37 -07:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-25 04:22:37 -07:00
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
2021-06-04 14:53:39 -07:00
name = "cpufeatures"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"
2021-06-04 14:53:39 -07:00
dependencies = [
"libc",
]
[[package]]
name = "crossbeam"
2020-08-25 04:22:37 -07:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-25 04:22:37 -07:00
checksum = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
dependencies = [
2020-11-10 13:39:55 -08:00
"cfg-if 0.1.10",
2021-02-20 10:32:34 -08:00
"crossbeam-channel 0.4.4",
2020-04-30 12:16:18 -07:00
"crossbeam-deque",
"crossbeam-epoch 0.8.2",
2020-04-30 12:16:18 -07:00
"crossbeam-queue",
2021-02-20 10:32:34 -08:00
"crossbeam-utils 0.7.2",
]
[[package]]
name = "crossbeam-channel"
2020-09-22 14:07:27 -07:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-22 14:07:27 -07:00
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
dependencies = [
2021-02-20 10:32:34 -08:00
"crossbeam-utils 0.7.2",
2020-09-22 14:07:27 -07:00
"maybe-uninit",
]
2021-02-20 10:32:34 -08:00
[[package]]
name = "crossbeam-channel"
2021-06-04 14:53:39 -07:00
version = "0.5.1"
2021-02-20 10:32:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
2021-02-20 10:32:34 -08:00
dependencies = [
"cfg-if 1.0.0",
2021-06-04 14:53:39 -07:00
"crossbeam-utils 0.8.5",
2021-02-20 10:32:34 -08:00
]
[[package]]
name = "crossbeam-deque"
2020-08-25 04:22:37 -07:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-25 04:22:37 -07:00
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
dependencies = [
"crossbeam-epoch 0.8.2",
2021-02-20 10:32:34 -08:00
"crossbeam-utils 0.7.2",
2020-08-25 04:22:37 -07:00
"maybe-uninit",
]
[[package]]
name = "crossbeam-epoch"
2020-08-25 04:22:37 -07:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-25 04:22:37 -07:00
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
dependencies = [
2020-08-25 04:22:37 -07:00
"autocfg",
2020-11-10 13:39:55 -08:00
"cfg-if 0.1.10",
2021-02-20 10:32:34 -08:00
"crossbeam-utils 0.7.2",
2020-04-30 12:16:18 -07:00
"lazy_static",
2020-08-25 04:22:37 -07:00
"maybe-uninit",
"memoffset 0.5.6",
"scopeguard",
]
[[package]]
name = "crossbeam-epoch"
2021-06-04 14:53:39 -07:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
dependencies = [
"cfg-if 1.0.0",
2021-06-04 14:53:39 -07:00
"crossbeam-utils 0.8.5",
"lazy_static",
2021-06-04 14:53:39 -07:00
"memoffset 0.6.4",
2020-04-30 12:16:18 -07:00
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
2020-08-25 04:22:37 -07:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-25 04:22:37 -07:00
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
dependencies = [
2020-11-10 13:39:55 -08:00
"cfg-if 0.1.10",
2021-02-20 10:32:34 -08:00
"crossbeam-utils 0.7.2",
2020-08-25 04:22:37 -07:00
"maybe-uninit",
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
dependencies = [
"autocfg",
2020-11-10 13:39:55 -08:00
"cfg-if 0.1.10",
"lazy_static",
]
2021-02-20 10:32:34 -08:00
[[package]]
name = "crossbeam-utils"
2021-06-04 14:53:39 -07:00
version = "0.8.5"
2021-02-20 10:32:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
2021-02-20 10:32:34 -08:00
dependencies = [
"cfg-if 1.0.0",
"lazy_static",
]
[[package]]
name = "crunchy"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "a2f4a431c5c9f662e1200b7c7f02c34e91361150e382089a8f2dec3ba680cbda"
[[package]]
name = "crypto_api"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "2f855e87e75a4799e18b8529178adcde6fd4f97c1449ff4821e747ff728bb102"
[[package]]
name = "crypto_api_chachapoly"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d930b6a026ce9d358a17f9c9046c55d90b14bb847f36b6ebb6b19365d4feffb8"
dependencies = [
2020-04-30 12:16:18 -07:00
"crypto_api",
]
[[package]]
name = "ctor"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "curve25519-dalek"
2021-06-04 14:53:39 -07:00
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "639891fde0dbea823fc3d798a0fdf9d2f9440a42d64a78ab3488b0ca025117b3"
dependencies = [
"byteorder",
2020-08-25 04:22:37 -07:00
"digest",
"rand_core 0.5.1",
"subtle",
"zeroize",
]
[[package]]
name = "dashmap"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
dependencies = [
"cfg-if 1.0.0",
"num_cpus",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
2020-08-25 04:22:37 -07:00
"generic-array",
]
[[package]]
name = "directories"
2021-06-04 14:53:39 -07:00
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
2021-06-04 14:53:39 -07:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
dependencies = [
2020-04-30 12:16:18 -07:00
"libc",
"redox_users",
2020-04-30 12:16:18 -07:00
"winapi",
]
[[package]]
name = "ed25519-zebra"
2020-10-05 12:01:58 -07:00
version = "2.2.0"
source = "git+https://github.com/ZcashFoundation/ed25519-zebra.git?rev=d3512400227a362d08367088ffaa9bd4142a69c7#d3512400227a362d08367088ffaa9bd4142a69c7"
dependencies = [
"curve25519-dalek",
"hex",
"rand_core 0.6.3",
"serde",
2020-08-25 04:22:37 -07:00
"sha2",
"thiserror",
"zeroize",
]
[[package]]
name = "endian-type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
[[package]]
name = "equihash"
version = "0.1.0"
source = "git+https://github.com/zcash/librustzcash.git?rev=1a40fc9ac82bf43da15cb36d3757fdf610be1bd2#1a40fc9ac82bf43da15cb36d3757fdf610be1bd2"
dependencies = [
"blake2b_simd",
"byteorder",
]
[[package]]
name = "ff"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63eec06c61e487eecf0f7e6e6372e596a81922c28d33e645d6983ca6493a1af0"
dependencies = [
"bitvec",
"rand_core 0.6.3",
"subtle",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fpe"
2021-03-26 14:42:35 -07:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 14:42:35 -07:00
checksum = "a25080721bbcd2cd4d765b7d607ea350425fa087ce53cd3e31afcacdab850352"
dependencies = [
2020-04-30 12:16:18 -07:00
"aes",
"block-modes",
2020-04-30 12:16:18 -07:00
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "funty"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1847abb9cb65d566acd5942e94aea9c8f547ad02c98e1649326fc0e8910b8b1e"
[[package]]
name = "futures"
2021-03-26 14:42:04 -07:00
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 14:42:04 -07:00
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
[[package]]
name = "futures-channel"
2021-07-30 10:15:22 -07:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9"
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
2021-07-30 10:15:22 -07:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"
[[package]]
name = "futures-cpupool"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
dependencies = [
2020-04-30 12:16:18 -07:00
"futures",
"num_cpus",
]
[[package]]
name = "futures-task"
2021-07-30 10:15:22 -07:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "bbe54a98670017f3be909561f6ad13e810d9a51f3f061b902062ca3da80799f2"
[[package]]
name = "futures-util"
2021-07-30 10:15:22 -07:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "67eb846bfd58e44a8481a00049e82c43e0ccb5d61f8dc071057cb19249dd4d78"
dependencies = [
2021-06-04 14:53:39 -07:00
"autocfg",
"futures-core",
"futures-task",
"pin-project-lite",
"pin-utils",
]
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2021-02-20 10:32:34 -08:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 10:32:34 -08:00
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
2021-02-20 10:32:34 -08:00
"cfg-if 1.0.0",
2020-04-30 12:16:18 -07:00
"libc",
2020-09-22 14:07:27 -07:00
"wasi 0.9.0+wasi-snapshot-preview1",
]
2021-06-04 14:53:39 -07:00
[[package]]
name = "getrandom"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi 0.10.2+wasi-snapshot-preview1",
]
[[package]]
name = "group"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c363a5301b8f153d80747126a04b3c82073b9fe3130571a9d170cacdeaf7912"
2020-04-30 12:16:18 -07:00
dependencies = [
"byteorder",
2020-04-30 12:16:18 -07:00
"ff",
"rand_core 0.6.3",
"subtle",
2020-04-30 12:16:18 -07:00
]
[[package]]
name = "halo2"
version = "0.0.1"
source = "git+https://github.com/zcash/halo2.git?rev=d04b532368d05b505e622f8cac4c0693574fbd93#d04b532368d05b505e622f8cac4c0693574fbd93"
dependencies = [
"blake2b_simd",
"crossbeam-utils 0.8.5",
"ff",
"group",
"num_cpus",
"pasta_curves",
"rand",
]
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
"ahash",
]
2020-08-25 04:22:37 -07:00
[[package]]
name = "hermit-abi"
2021-06-24 08:45:14 -07:00
version = "0.1.19"
2020-08-25 04:22:37 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 08:45:14 -07:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-08-25 04:22:37 -07:00
dependencies = [
"libc",
]
[[package]]
name = "hex"
2021-03-26 14:42:04 -07:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 14:42:04 -07:00
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "http"
2021-06-04 14:53:39 -07:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2021-06-04 14:53:39 -07:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
2021-06-04 14:53:39 -07:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
[[package]]
name = "httpdate"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
[[package]]
name = "hyper"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12219dc884514cb4a6a03737f4413c0e01c23a1b059b0156004b23f1e19dccbe"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "incrementalmerkletree"
version = "0.1.0"
source = "git+https://github.com/zcash/incrementalmerkletree?rev=8b59049f1746827ffa3763efa8af948f680491d0#8b59049f1746827ffa3763efa8af948f680491d0"
dependencies = [
"serde",
]
[[package]]
name = "indexmap"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "instant"
2021-07-30 10:15:22 -07:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "ipnet"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
[[package]]
name = "itoa"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
[[package]]
name = "jubjub"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "593fc4726ca80edb47ee18ab4d826719e25c2096991a79308b44fb915c6014ef"
dependencies = [
"bitvec",
"bls12_381",
"ff",
"group",
"rand_core 0.6.3",
"subtle",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2021-07-30 10:15:22 -07:00
version = "0.2.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
[[package]]
name = "librustzcash"
version = "0.2.0"
dependencies = [
2020-04-30 12:16:18 -07:00
"bellman",
"bincode",
"blake2b_simd",
2020-04-30 12:16:18 -07:00
"blake2s_simd",
"bls12_381",
"byteorder",
"ed25519-zebra",
"group",
"hyper",
"incrementalmerkletree",
"ipnet",
"jubjub",
2020-04-30 12:16:18 -07:00
"libc",
"metrics",
"metrics-exporter-prometheus",
"nonempty",
"orchard",
"rand_core 0.6.3",
"subtle",
"thiserror",
"tokio",
"tracing",
"tracing-appender",
"tracing-core",
"tracing-subscriber",
"zcash_address",
2020-04-30 12:16:18 -07:00
"zcash_history",
"zcash_note_encryption",
2020-04-30 12:16:18 -07:00
"zcash_primitives",
"zcash_proofs",
]
[[package]]
name = "lock_api"
2021-06-04 14:53:39 -07:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
dependencies = [
"scopeguard",
]
[[package]]
name = "log"
2021-02-20 10:32:34 -08:00
version = "0.4.14"
2021-02-18 04:02:36 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 10:32:34 -08:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2021-02-18 04:02:36 -08:00
dependencies = [
2021-02-20 10:32:34 -08:00
"cfg-if 1.0.0",
2021-02-18 04:02:36 -08:00
]
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
"libc",
]
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
"regex-automata",
]
[[package]]
2020-08-25 04:22:37 -07:00
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-25 04:22:37 -07:00
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
[[package]]
name = "memchr"
2021-06-04 14:53:39 -07:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
[[package]]
2020-04-30 12:16:18 -07:00
name = "memoffset"
2020-09-22 14:07:27 -07:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-22 14:07:27 -07:00
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
2020-04-30 12:16:18 -07:00
dependencies = [
2020-08-25 04:22:37 -07:00
"autocfg",
2020-04-30 12:16:18 -07:00
]
[[package]]
name = "memoffset"
2021-06-04 14:53:39 -07:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
dependencies = [
"autocfg",
]
[[package]]
name = "metrics"
2021-07-30 10:20:36 -07:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:20:36 -07:00
checksum = "a00f42f354a2ed4894db863b3a4db47aef2d2e4435b937221749bd37a8a7aaa8"
dependencies = [
2021-07-30 10:20:36 -07:00
"ahash",
"metrics-macros",
"proc-macro-hack",
]
[[package]]
name = "metrics-exporter-prometheus"
2021-07-30 10:20:36 -07:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:20:36 -07:00
checksum = "9db7052a7cb0b0c0922a1ce499c9e78576763b1d47499ba980a4fe731b96909d"
dependencies = [
"hyper",
"ipnet",
"metrics",
"metrics-util",
"parking_lot",
"quanta",
"thiserror",
"tokio",
]
[[package]]
name = "metrics-macros"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caa72e4a3d157986dd2565c82ecbddcc23941513669a3766b938f6b72eb87f3f"
dependencies = [
"lazy_static",
"proc-macro-hack",
"proc-macro2",
"quote",
"regex",
"syn",
]
[[package]]
name = "metrics-util"
2021-07-30 10:20:36 -07:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:20:36 -07:00
checksum = "a58e622a425b7308e73e4390c68b8cb3df4443f2a57495e391b978412531638c"
dependencies = [
2021-07-30 10:20:36 -07:00
"ahash",
"aho-corasick",
"atomic-shim",
2021-06-04 14:53:39 -07:00
"crossbeam-epoch 0.9.5",
"crossbeam-utils 0.8.5",
"dashmap",
"hashbrown",
"indexmap",
"metrics",
"num_cpus",
"ordered-float",
"parking_lot",
"quanta",
"radix_trie",
"sketches-ddsketch",
]
[[package]]
name = "mio"
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
dependencies = [
"libc",
"log",
"miow",
"ntapi",
"winapi",
]
[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi",
]
[[package]]
name = "nibble_vec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
dependencies = [
"smallvec",
]
[[package]]
name = "nonempty"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi",
]
[[package]]
name = "num-bigint"
2021-03-26 14:42:04 -07:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 14:42:04 -07:00
checksum = "7d0a3d5e207573f948a9e5376662aa743a2ea13f7c50a554d7af443a73fbfeba"
dependencies = [
"autocfg",
2020-04-30 12:16:18 -07:00
"num-integer",
"num-traits",
]
[[package]]
name = "num-integer"
2020-11-10 13:39:55 -08:00
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 13:39:55 -08:00
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
"autocfg",
2020-04-30 12:16:18 -07:00
"num-traits",
]
[[package]]
name = "num-traits"
2020-11-10 13:39:55 -08:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 13:39:55 -08:00
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2020-08-25 04:22:37 -07:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-25 04:22:37 -07:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
2020-08-25 04:22:37 -07:00
"hermit-abi",
2020-04-30 12:16:18 -07:00
"libc",
]
2021-02-20 10:32:34 -08:00
[[package]]
name = "once_cell"
version = "1.8.0"
2021-02-20 10:32:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
2021-02-20 10:32:34 -08:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "orchard"
version = "0.0.0"
source = "git+https://github.com/zcash/orchard.git?rev=74df35ce890726478983fb892ff38a5e44ceb08a#74df35ce890726478983fb892ff38a5e44ceb08a"
dependencies = [
"aes",
"arrayvec 0.7.1",
"bitvec",
"blake2b_simd",
"ff",
"fpe",
"group",
"halo2",
"incrementalmerkletree",
"lazy_static",
"nonempty",
"pasta_curves",
"rand",
"reddsa",
"serde",
"subtle",
"zcash_note_encryption",
]
[[package]]
name = "ordered-float"
2021-07-30 10:15:22 -07:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "039f02eb0f69271f26abe3202189275d7aa2258b903cb0281b5de710a2570ff3"
dependencies = [
"num-traits",
]
[[package]]
name = "pairing"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7de9d09263c9966e8196fe0380c9dbbc7ea114b5cf371ba29004bc1f9c6db7f3"
dependencies = [
2020-04-30 12:16:18 -07:00
"group",
]
[[package]]
name = "parking_lot"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
2021-06-04 14:53:39 -07:00
"redox_syscall",
"smallvec",
"winapi",
]
[[package]]
name = "pasta_curves"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "179df750e20069669699f537ec0c4bcb248283f45a78b8c66d797fb73dbbb455"
dependencies = [
"blake2b_simd",
"ff",
"group",
"lazy_static",
"rand",
"static_assertions",
"subtle",
]
[[package]]
name = "pin-project"
2021-07-30 10:15:22 -07:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2021-07-30 10:15:22 -07:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-10-05 12:01:58 -07:00
[[package]]
name = "pin-project-lite"
version = "0.2.7"
2020-10-05 12:01:58 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
2020-10-05 12:01:58 -07:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "ppv-lite86"
2020-11-10 13:39:55 -08:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 13:39:55 -08:00
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]
name = "proc-macro2"
2021-07-30 10:15:22 -07:00
version = "1.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"
dependencies = [
2020-04-30 12:16:18 -07:00
"unicode-xid",
]
[[package]]
name = "quanta"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e76a3afdefd0ce2c0363bf3146271e947782240ea617885dd64e56c4de9fb3c9"
dependencies = [
"atomic-shim",
"ctor",
"libc",
"mach",
"once_cell",
"raw-cpuid",
"winapi",
]
[[package]]
name = "quote"
2021-02-20 10:32:34 -08:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 10:32:34 -08:00
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
dependencies = [
2020-04-30 12:16:18 -07:00
"proc-macro2",
]
[[package]]
name = "radium"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"
[[package]]
name = "radix_trie"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
dependencies = [
"endian-type",
"nibble_vec",
]
[[package]]
name = "rand"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [
2020-04-30 12:16:18 -07:00
"libc",
"rand_chacha",
"rand_core 0.6.3",
2020-04-30 12:16:18 -07:00
"rand_hc",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
2020-08-25 04:22:37 -07:00
"ppv-lite86",
"rand_core 0.6.3",
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
2021-06-04 14:53:39 -07:00
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
"getrandom 0.2.3",
]
[[package]]
name = "rand_hc"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
dependencies = [
"rand_core 0.6.3",
]
[[package]]
name = "raw-cpuid"
2021-07-30 10:15:22 -07:00
version = "9.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "1733f6f80c9c24268736a501cd00d41a9849b4faa7a9f9334c096e5d10553206"
dependencies = [
"bitflags",
]
[[package]]
name = "reddsa"
version = "0.0.0"
source = "git+https://github.com/str4d/redjubjub.git?rev=d5d8c5f3bb704bad8ae88fe4a29ae1f744774cb2#d5d8c5f3bb704bad8ae88fe4a29ae1f744774cb2"
dependencies = [
"blake2b_simd",
"byteorder",
"digest",
"group",
"jubjub",
"pasta_curves",
"rand_core 0.6.3",
"serde",
"thiserror",
"zeroize",
]
[[package]]
name = "redox_syscall"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
2021-06-04 14:53:39 -07:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
2021-06-04 14:53:39 -07:00
"getrandom 0.2.3",
"redox_syscall",
]
[[package]]
name = "regex"
2021-06-04 14:53:39 -07:00
version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2021-06-04 14:53:39 -07:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2021-06-04 14:53:39 -07:00
version = "0.6.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "scopeguard"
2020-08-25 04:22:37 -07:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-25 04:22:37 -07:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "serde"
2021-06-04 14:53:39 -07:00
version = "1.0.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2021-06-04 14:53:39 -07:00
version = "1.0.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "sha2"
2021-06-04 14:53:39 -07:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"
dependencies = [
2020-08-25 04:22:37 -07:00
"block-buffer",
2020-11-10 13:39:55 -08:00
"cfg-if 1.0.0",
2021-06-04 14:53:39 -07:00
"cpufeatures",
2020-08-25 04:22:37 -07:00
"digest",
"opaque-debug",
]
[[package]]
name = "sharded-slab"
2021-02-20 10:32:34 -08:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 10:32:34 -08:00
checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
dependencies = [
"lazy_static",
]
[[package]]
name = "sketches-ddsketch"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a77a8fd93886010f05e7ea0720e569d6d16c65329dbe3ec033bbbccccb017b"
[[package]]
name = "smallvec"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[package]]
name = "socket2"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
dependencies = [
"cfg-if 1.0.0",
"libc",
"winapi",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "subtle"
2021-07-30 10:15:22 -07:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "syn"
2021-07-30 10:15:22 -07:00
version = "1.0.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"
dependencies = [
2020-04-30 12:16:18 -07:00
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "synstructure"
2021-07-30 10:15:22 -07:00
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa"
dependencies = [
"proc-macro2",
"quote",
"syn",
"unicode-xid",
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "thiserror"
2021-07-30 10:15:22 -07:00
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2021-07-30 10:15:22 -07:00
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "thread_local"
2021-02-20 10:32:34 -08:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 10:32:34 -08:00
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
dependencies = [
2021-02-20 10:32:34 -08:00
"once_cell",
]
[[package]]
name = "time"
2021-06-04 14:53:39 -07:00
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "tokio"
2021-07-30 10:15:22 -07:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "4b7b349f11a7047e6d1276853e612d152f5e8a352c61917887cc2169e2366b4c"
dependencies = [
"autocfg",
"libc",
"mio",
"pin-project-lite",
"tokio-macros",
"winapi",
]
[[package]]
name = "tokio-macros"
2021-07-30 10:15:22 -07:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tower-service"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
2021-06-04 14:53:39 -07:00
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
dependencies = [
2021-02-20 10:32:34 -08:00
"cfg-if 1.0.0",
2020-10-05 12:01:58 -07:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-appender"
2021-02-20 10:32:34 -08:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 10:32:34 -08:00
checksum = "9965507e507f12c8901432a33e31131222abac31edd90cabbcf85cf544b7127a"
dependencies = [
"chrono",
2021-06-04 14:53:39 -07:00
"crossbeam-channel 0.5.1",
"tracing-subscriber",
]
[[package]]
name = "tracing-attributes"
2021-03-26 14:42:04 -07:00
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 14:42:04 -07:00
checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
2021-06-04 14:53:39 -07:00
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
dependencies = [
"lazy_static",
]
[[package]]
name = "tracing-subscriber"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab69019741fca4d98be3c62d2b75254528b5432233fd8a4d2739fec20278de48"
dependencies = [
"ansi_term",
"chrono",
"lazy_static",
"matchers",
"regex",
"sharded-slab",
2020-08-25 04:22:37 -07:00
"thread_local",
2020-11-10 13:39:55 -08:00
"tracing",
"tracing-core",
]
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "typenum"
2021-03-26 14:42:04 -07:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 14:42:04 -07:00
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
[[package]]
name = "unicode-xid"
2021-06-04 14:53:39 -07:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "version_check"
2021-03-26 14:42:04 -07:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-26 14:42:04 -07:00
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
2020-08-25 04:22:37 -07:00
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-25 04:22:37 -07:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2020-09-22 14:07:27 -07:00
[[package]]
name = "wasi"
2021-06-04 14:53:39 -07:00
version = "0.10.2+wasi-snapshot-preview1"
2020-09-22 14:07:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-04 14:53:39 -07:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-09-22 14:07:27 -07:00
[[package]]
name = "winapi"
2020-08-25 04:22:37 -07:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-25 04:22:37 -07:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
2020-04-30 12:16:18 -07:00
"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"
2020-04-30 12:16:18 -07:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "wyz"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "129e027ad65ce1453680623c3fb5163cbf7107bfe1aa32257e7d0e63f9ced188"
dependencies = [
"tap",
]
[[package]]
name = "zcash_address"
version = "0.0.0"
source = "git+https://github.com/zcash/librustzcash.git?rev=1a40fc9ac82bf43da15cb36d3757fdf610be1bd2#1a40fc9ac82bf43da15cb36d3757fdf610be1bd2"
dependencies = [
"bech32",
"blake2b_simd",
"bs58",
]
[[package]]
name = "zcash_history"
version = "0.2.0"
source = "git+https://github.com/zcash/librustzcash.git?rev=1a40fc9ac82bf43da15cb36d3757fdf610be1bd2#1a40fc9ac82bf43da15cb36d3757fdf610be1bd2"
dependencies = [
2020-04-30 12:16:18 -07:00
"bigint",
"blake2b_simd",
"byteorder",
]
[[package]]
name = "zcash_note_encryption"
version = "0.0.0"
source = "git+https://github.com/zcash/librustzcash.git?rev=1a40fc9ac82bf43da15cb36d3757fdf610be1bd2#1a40fc9ac82bf43da15cb36d3757fdf610be1bd2"
dependencies = [
"blake2b_simd",
"byteorder",
"crypto_api_chachapoly",
"ff",
"group",
"rand_core 0.6.3",
"subtle",
]
[[package]]
name = "zcash_primitives"
2021-03-26 14:42:35 -07:00
version = "0.5.0"
source = "git+https://github.com/zcash/librustzcash.git?rev=1a40fc9ac82bf43da15cb36d3757fdf610be1bd2#1a40fc9ac82bf43da15cb36d3757fdf610be1bd2"
dependencies = [
2020-04-30 12:16:18 -07:00
"aes",
"bitvec",
2020-04-30 12:16:18 -07:00
"blake2b_simd",
"blake2s_simd",
"bls12_381",
2020-04-30 12:16:18 -07:00
"byteorder",
"crypto_api_chachapoly",
"equihash",
2020-04-30 12:16:18 -07:00
"ff",
"fpe",
"group",
"hex",
"jubjub",
2020-04-30 12:16:18 -07:00
"lazy_static",
"log",
"nonempty",
"orchard",
"pasta_curves",
2020-04-30 12:16:18 -07:00
"rand",
"rand_core 0.6.3",
2020-08-25 04:22:37 -07:00
"sha2",
"subtle",
"zcash_note_encryption",
]
[[package]]
name = "zcash_proofs"
2021-03-26 14:42:35 -07:00
version = "0.5.0"
source = "git+https://github.com/zcash/librustzcash.git?rev=1a40fc9ac82bf43da15cb36d3757fdf610be1bd2#1a40fc9ac82bf43da15cb36d3757fdf610be1bd2"
dependencies = [
2020-04-30 12:16:18 -07:00
"bellman",
"blake2b_simd",
"bls12_381",
2020-04-30 12:16:18 -07:00
"byteorder",
"directories",
"ff",
"group",
"jubjub",
"lazy_static",
"rand_core 0.6.3",
2020-04-30 12:16:18 -07:00
"zcash_primitives",
]
[[package]]
name = "zeroize"
2021-07-30 10:15:22 -07:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-30 10:15:22 -07:00
checksum = "377db0846015f7ae377174787dd452e1c5f5a9050bc6f954911d01f116daa0cd"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]