zcashd/Cargo.lock

683 lines
17 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "aes"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "54eb1d8fe354e5fc611daf4f2ea97dd45a765f4f1e4512306ec183ae2e8f20c9"
dependencies = [
2020-04-30 12:16:18 -07:00
"aes-soft",
"aesni",
"block-cipher-trait",
]
[[package]]
name = "aes-soft"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "cfd7e7ae3f9a1fb5c03b389fc6bb9a51400d0c13053f0dca698c832bfd893a0d"
dependencies = [
2020-04-30 12:16:18 -07:00
"block-cipher-trait",
"byteorder",
"opaque-debug",
]
[[package]]
name = "aesni"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "2f70a6b5f971e473091ab7cfb5ffac6cde81666c4556751d8d5620ead8abf100"
dependencies = [
2020-04-30 12:16:18 -07:00
"block-cipher-trait",
"opaque-debug",
]
[[package]]
name = "arrayref"
2020-04-30 12:16:18 -07:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]]
name = "arrayvec"
2020-04-30 12:16:18 -07:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
[[package]]
name = "autocfg"
2020-04-30 12:16:18 -07:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
[[package]]
name = "bellman"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "2be536193834affcd8a6d362963e66dec8c6bca4d2009f5bac55ec9002776ff2"
dependencies = [
2020-04-30 12:16:18 -07:00
"bit-vec",
"blake2s_simd",
"byteorder",
"crossbeam",
"ff",
"futures",
"futures-cpupool",
"group",
"num_cpus",
"pairing",
"rand_core",
]
[[package]]
name = "bigint"
version = "4.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "ebecac13b3c745150d7b6c3ea7572d372f09d627c2077e893bf26c5c7f70d282"
dependencies = [
2020-04-30 12:16:18 -07:00
"byteorder",
"crunchy",
]
[[package]]
name = "bit-vec"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "02b4ff8b16e6076c3e14220b39fbc1fabb6737522281a388998046859400895f"
[[package]]
name = "blake2b_simd"
2020-04-30 12:16:18 -07:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
dependencies = [
2020-04-30 12:16:18 -07:00
"arrayref",
"arrayvec",
"constant_time_eq",
]
[[package]]
name = "blake2s_simd"
2020-04-30 12:16:18 -07:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "ab9e07352b829279624ceb7c64adb4f585dacdb81d35cafae81139ccd617cf44"
dependencies = [
2020-04-30 12:16:18 -07:00
"arrayref",
"arrayvec",
"constant_time_eq",
]
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
2020-04-30 12:16:18 -07:00
"block-padding",
"byte-tools",
"byteorder",
"generic-array",
]
[[package]]
name = "block-cipher-trait"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774"
dependencies = [
2020-04-30 12:16:18 -07:00
"generic-array",
]
[[package]]
name = "block-padding"
2020-04-30 12:16:18 -07:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
2020-04-30 12:16:18 -07:00
"byte-tools",
]
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "byteorder"
2020-04-30 12:16:18 -07:00
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
[[package]]
name = "cfg-if"
2020-04-30 12:16:18 -07:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "constant_time_eq"
2020-04-30 12:16:18 -07:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "crossbeam"
2020-04-30 12:16:18 -07:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
dependencies = [
2020-04-30 12:16:18 -07:00
"cfg-if",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-channel"
2020-04-30 12:16:18 -07:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061"
dependencies = [
2020-04-30 12:16:18 -07:00
"crossbeam-utils",
"maybe-uninit",
]
[[package]]
name = "crossbeam-deque"
2020-04-30 12:16:18 -07:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
dependencies = [
2020-04-30 12:16:18 -07:00
"crossbeam-epoch",
"crossbeam-utils",
"maybe-uninit",
]
[[package]]
name = "crossbeam-epoch"
2020-04-30 12:16:18 -07:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
dependencies = [
2020-04-30 12:16:18 -07:00
"autocfg",
"cfg-if",
"crossbeam-utils",
"lazy_static",
"maybe-uninit",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
2020-04-30 12:16:18 -07:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
dependencies = [
2020-04-30 12:16:18 -07:00
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2020-04-30 12:16:18 -07:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
dependencies = [
2020-04-30 12:16:18 -07:00
"autocfg",
"cfg-if",
"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.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "95b2ad7cab08fd71addba81df5077c49df208effdfb3118a1519f9cdeac5aaf2"
dependencies = [
2020-04-30 12:16:18 -07:00
"crypto_api",
]
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
2020-04-30 12:16:18 -07:00
"generic-array",
]
[[package]]
name = "directories"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f"
dependencies = [
2020-04-30 12:16:18 -07:00
"libc",
"winapi",
]
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "ff"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "c4b967a3ee6ae993f0094174257d404a5818f58be79d67a1aea1ec8996d28906"
dependencies = [
2020-04-30 12:16:18 -07:00
"byteorder",
"ff_derive",
"rand_core",
]
[[package]]
name = "ff_derive"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "a3776aaf60a45037a9c3cabdd8542b38693acaa3e241ff957181b72579d29feb"
dependencies = [
2020-04-30 12:16:18 -07:00
"num-bigint",
"num-integer",
"num-traits",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "fpe"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "21988a326139165b75e3196bc6962ca638e5fb0c95102fbf152a3743174b01e4"
dependencies = [
2020-04-30 12:16:18 -07:00
"aes",
"byteorder",
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "futures"
version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
[[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 = "generic-array"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
dependencies = [
2020-04-30 12:16:18 -07:00
"typenum",
]
[[package]]
name = "getrandom"
2020-04-30 12:16:18 -07:00
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
dependencies = [
2020-04-30 12:16:18 -07:00
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "group"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "f15be54742789e36f03307c8fdf0621201e1345e94f1387282024178b5e9ec8c"
dependencies = [
"ff",
"rand",
"rand_xorshift",
]
[[package]]
name = "hermit-abi"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4"
dependencies = [
2020-04-30 12:16:18 -07:00
"libc",
]
[[package]]
name = "hex"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
[[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"
2020-04-30 12:16:18 -07:00
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
[[package]]
name = "librustzcash"
version = "0.2.0"
dependencies = [
2020-04-30 12:16:18 -07:00
"bellman",
"blake2b_simd",
"blake2s_simd",
"ff",
"lazy_static",
"libc",
"pairing",
"rand_core",
"zcash_history",
"zcash_primitives",
"zcash_proofs",
]
[[package]]
name = "log"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
dependencies = [
2020-04-30 12:16:18 -07:00
"cfg-if",
]
[[package]]
2020-04-30 12:16:18 -07:00
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
[[package]]
2020-04-30 12:16:18 -07:00
name = "memoffset"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
dependencies = [
"autocfg",
]
[[package]]
name = "num-bigint"
2020-04-30 12:16:18 -07:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
2020-04-30 12:16:18 -07:00
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-integer"
2020-04-30 12:16:18 -07:00
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
dependencies = [
2020-04-30 12:16:18 -07:00
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
2020-04-30 12:16:18 -07:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
dependencies = [
2020-04-30 12:16:18 -07:00
"autocfg",
]
[[package]]
name = "num_cpus"
2020-04-30 12:16:18 -07:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
2020-04-30 12:16:18 -07:00
"hermit-abi",
"libc",
]
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[package]]
name = "pairing"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "b8290dea210a712682cd65031dc2b34fd132cf2729def3df7ee08f0737ff5ed6"
dependencies = [
2020-04-30 12:16:18 -07:00
"byteorder",
"ff",
"group",
"rand_core",
]
[[package]]
name = "ppv-lite86"
2020-04-30 12:16:18 -07:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
[[package]]
name = "proc-macro2"
2020-04-30 12:16:18 -07:00
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3"
dependencies = [
2020-04-30 12:16:18 -07:00
"unicode-xid",
]
[[package]]
name = "quote"
2020-04-30 12:16:18 -07:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
dependencies = [
2020-04-30 12:16:18 -07:00
"proc-macro2",
]
[[package]]
name = "rand"
2020-04-30 12:16:18 -07:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
2020-04-30 12:16:18 -07:00
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
]
[[package]]
name = "rand_chacha"
2020-04-30 12:16:18 -07:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
2020-04-30 12:16:18 -07:00
"ppv-lite86",
"rand_core",
]
[[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 = [
2020-04-30 12:16:18 -07:00
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
2020-04-30 12:16:18 -07:00
"rand_core",
]
[[package]]
name = "rand_xorshift"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
dependencies = [
2020-04-30 12:16:18 -07:00
"rand_core",
]
[[package]]
name = "scopeguard"
2020-04-30 12:16:18 -07:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "sha2"
2020-04-30 12:16:18 -07:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0"
dependencies = [
2020-04-30 12:16:18 -07:00
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
]
[[package]]
name = "syn"
2020-04-30 12:16:18 -07:00
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "410a7488c0a728c7ceb4ad59b9567eb4053d02e8cc7f5c0e0eeeb39518369213"
dependencies = [
2020-04-30 12:16:18 -07:00
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "typenum"
2020-04-30 12:16:18 -07:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
[[package]]
name = "wasi"
2020-04-30 12:16:18 -07:00
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "winapi"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
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 = "zcash_history"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "abfbab9accba014bbf3098d5aa66c1714d0db4abe25b999b8400bbd626ccd2f4"
dependencies = [
2020-04-30 12:16:18 -07:00
"bigint",
"blake2b_simd",
"byteorder",
]
[[package]]
name = "zcash_primitives"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "8f33b9e4f3b4db97234fc79ea67b12f2d5778bde8f3eab6dbba52eb54c596585"
dependencies = [
2020-04-30 12:16:18 -07:00
"aes",
"blake2b_simd",
"blake2s_simd",
"byteorder",
"crypto_api_chachapoly",
"ff",
"fpe",
"hex",
"lazy_static",
"log",
"pairing",
"rand",
"rand_core",
"sha2",
]
[[package]]
name = "zcash_proofs"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-30 12:16:18 -07:00
checksum = "2011f78f14d5121248d3b4f921434207b1d870fb3bf2efc7d784cae79b19bfbc"
dependencies = [
2020-04-30 12:16:18 -07:00
"bellman",
"blake2b_simd",
"byteorder",
"directories",
"ff",
"pairing",
"rand_core",
"zcash_primitives",
]