zcash-android-wallet-sdk/sdk-lib/Cargo.lock

1637 lines
40 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2020-07-28 21:34:36 -07:00
[[package]]
name = "addr2line"
2021-02-18 13:07:57 -08:00
version = "0.14.1"
2020-07-28 21:34:36 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
2020-07-28 21:34:36 -07:00
dependencies = [
"gimli",
2020-07-28 21:34:36 -07:00
]
[[package]]
name = "adler"
2021-02-18 13:07:57 -08:00
version = "1.0.2"
2020-07-28 21:34:36 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-07-28 21:34:36 -07:00
2018-11-21 08:40:18 -08:00
[[package]]
name = "aes"
version = "0.6.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
2018-11-21 08:40:18 -08:00
dependencies = [
"aes-soft",
"aesni",
"cipher",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "aes-soft"
version = "0.6.4"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
2018-11-21 08:40:18 -08:00
dependencies = [
"cipher",
"opaque-debug",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "aesni"
version = "0.10.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
2018-11-21 08:40:18 -08:00
dependencies = [
"cipher",
"opaque-debug",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "ahash"
2021-02-18 13:07:57 -08:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
2020-09-22 08:14:56 -07:00
[[package]]
name = "aho-corasick"
version = "0.7.18"
2020-09-22 08:14:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2020-09-22 08:14:56 -07:00
dependencies = [
"memchr",
]
[[package]]
name = "android_log-sys"
2020-09-22 08:14:56 -07:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-22 08:14:56 -07:00
checksum = "85965b6739a430150bdd138e2374a98af0c3ee0d030b3bb7fc3bddff58d0102e"
[[package]]
name = "android_logger"
2021-02-18 13:07:57 -08:00
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "2ec2333c185d826313162cee39d3fcc6a84ba08114a839bebf53b961e7e75773"
dependencies = [
"android_log-sys",
2020-09-22 08:14:56 -07:00
"env_logger",
"lazy_static",
"log",
]
[[package]]
name = "arrayref"
2020-03-25 12:44:28 -07:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
2018-11-21 08:40:18 -08:00
[[package]]
name = "arrayvec"
version = "0.5.2"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2018-11-21 08:40:18 -08:00
[[package]]
name = "autocfg"
2020-09-22 07:51:59 -07:00
version = "1.0.1"
2019-02-01 09:46:43 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2019-02-01 09:46:43 -08:00
2018-11-21 08:40:18 -08:00
[[package]]
name = "backtrace"
version = "0.3.58"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88fb5a785d6b44fd9d6700935608639af1b8356de1e55d5f7c2740f4faa15d82"
2018-11-21 08:40:18 -08:00
dependencies = [
"addr2line",
"cc",
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2018-11-21 08:40:18 -08:00
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "base-x"
version = "0.2.8"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
2020-09-22 07:43:42 -07:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2018-11-21 08:40:18 -08:00
[[package]]
name = "bech32"
version = "0.8.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c7f7096bc256f5e5cb960f60dfc4f4ef979ca65abe7fb9d5a4f77150d3783d4"
2018-11-21 08:40:18 -08:00
[[package]]
name = "bellman"
version = "0.8.1"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7089887635778eabf0038a166f586eee5413fb85c8fa6c9a754914f0f644f49f"
2018-11-21 08:40:18 -08:00
dependencies = [
"bitvec 0.18.5",
"blake2s_simd",
"byteorder",
"crossbeam",
"ff",
"futures",
"futures-cpupool",
"group",
"num_cpus",
"pairing",
"rand_core 0.5.1",
"subtle",
2018-11-21 08:40:18 -08:00
]
[[package]]
2020-09-22 07:43:42 -07:00
name = "bitflags"
version = "1.2.1"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2018-11-21 08:40:18 -08:00
[[package]]
2020-09-22 07:43:42 -07:00
name = "bitvec"
2021-02-18 13:07:57 -08:00
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "98fcd36dda4e17b7d7abc64cb549bf0201f4ab71e00700c798ca7e62ed3761fa"
2020-09-22 07:43:42 -07:00
dependencies = [
"funty",
"radium 0.3.0",
"wyz",
]
[[package]]
name = "bitvec"
version = "0.19.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
dependencies = [
"funty",
"radium 0.5.3",
"tap",
"wyz",
2020-09-22 07:43:42 -07:00
]
2018-11-21 08:40:18 -08:00
[[package]]
2019-08-29 10:04:53 -07:00
name = "blake2b_simd"
version = "0.5.11"
2019-08-29 10:04:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
2018-11-21 08:40:18 -08:00
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
2019-08-29 10:04:53 -07:00
]
[[package]]
name = "blake2s_simd"
version = "0.5.11"
2019-08-29 10:04:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"
2019-08-29 10:04:53 -07:00
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
2018-11-21 08:40:18 -08:00
]
[[package]]
2020-09-22 07:43:42 -07:00
name = "block-buffer"
version = "0.9.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
2018-11-21 08:40:18 -08:00
dependencies = [
"generic-array",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "block-modes"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0"
dependencies = [
"block-padding",
"cipher",
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "block-padding"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
2020-09-22 07:43:42 -07:00
[[package]]
name = "bls12_381"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4caf0101205582491f772d60a6fcb6bcec19963e68209cb631851eeadb01421f"
2020-09-22 07:43:42 -07:00
dependencies = [
"bitvec 0.18.5",
"ff",
"group",
"pairing",
"rand_core 0.5.1",
"subtle",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "bs58"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
dependencies = [
"sha2",
]
[[package]]
name = "bumpalo"
2021-02-18 13:07:57 -08:00
version = "3.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
[[package]]
name = "byteorder"
2021-02-18 13:07:57 -08:00
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2021-02-18 13:07:57 -08:00
[[package]]
name = "bytes"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
2018-11-21 08:40:18 -08:00
[[package]]
name = "cc"
2021-02-18 13:07:57 -08:00
version = "1.0.67"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
2018-11-21 08:40:18 -08:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cipher"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
dependencies = [
"generic-array",
]
[[package]]
name = "combine"
2021-02-18 13:07:57 -08:00
version = "4.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "cc4369b5e4c0cddf64ad8981c0111e7df4f7078f4d6ba98fb31f2e17c4c57b7e"
dependencies = [
"bytes",
"memchr",
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "const_fn"
version = "0.4.7"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "402da840495de3f976eaefc3485b7f5eb5b0bf9761f9a47be27fe975b3b8c2ec"
2020-09-22 07:43:42 -07:00
2018-11-21 08:40:18 -08:00
[[package]]
name = "constant_time_eq"
version = "0.1.5"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2018-11-21 08:40:18 -08:00
2020-09-22 07:43:42 -07:00
[[package]]
2021-05-07 14:32:00 -07:00
name = "cpufeatures"
version = "0.1.1"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-07 14:32:00 -07:00
checksum = "dec1028182c380cc45a2e2c5ec841134f2dfd0f8f5f0a5bcd68004f81b5efdf4"
dependencies = [
"libc",
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "crossbeam"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
dependencies = [
"cfg-if 0.1.10",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-channel"
2020-09-22 07:51:59 -07:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
dependencies = [
"crossbeam-utils",
"maybe-uninit",
]
[[package]]
name = "crossbeam-deque"
2020-03-25 12:44:28 -07:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
"maybe-uninit",
]
[[package]]
name = "crossbeam-epoch"
2020-03-25 12:44:28 -07:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
dependencies = [
"autocfg",
"cfg-if 0.1.10",
"crossbeam-utils",
"lazy_static",
"maybe-uninit",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
2020-07-28 21:34:36 -07:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
dependencies = [
"cfg-if 0.1.10",
"crossbeam-utils",
"maybe-uninit",
]
[[package]]
name = "crossbeam-utils"
2020-03-25 12:44:28 -07:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
dependencies = [
"autocfg",
"cfg-if 0.1.10",
"lazy_static",
]
[[package]]
name = "crypto_api"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f855e87e75a4799e18b8529178adcde6fd4f97c1449ff4821e747ff728bb102"
[[package]]
name = "crypto_api_chachapoly"
2020-09-22 07:43:42 -07:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d930b6a026ce9d358a17f9c9046c55d90b14bb847f36b6ebb6b19365d4feffb8"
dependencies = [
"crypto_api",
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
2020-09-22 07:43:42 -07:00
dependencies = [
"generic-array",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "directories"
version = "3.0.2"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"
2020-09-22 07:43:42 -07:00
dependencies = [
"dirs-sys",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "dirs-sys"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
2020-09-22 07:43:42 -07:00
2020-09-22 08:14:56 -07:00
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
"log",
2020-09-22 08:14:56 -07:00
"regex",
]
2020-07-28 21:34:36 -07:00
[[package]]
name = "equihash"
version = "0.1.0"
source = "git+https://github.com/zcash/librustzcash?branch=autoshielding-poc-sdk-dnm#8e3e7de50c3c35bd7c18988bb629dd1baeb1a3d1"
2020-07-28 21:34:36 -07:00
dependencies = [
"blake2b_simd",
"byteorder",
2020-07-28 21:34:36 -07:00
]
[[package]]
name = "error-chain"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
dependencies = [
"version_check",
]
2018-11-21 08:40:18 -08:00
[[package]]
name = "failure"
2020-07-28 21:34:36 -07:00
version = "0.1.8"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
2018-11-21 08:40:18 -08:00
dependencies = [
"backtrace",
"failure_derive",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "failure_derive"
2020-07-28 21:34:36 -07:00
version = "0.1.8"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
2018-11-21 08:40:18 -08:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
2018-11-21 08:40:18 -08:00
]
2019-08-29 10:04:53 -07:00
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2019-08-29 10:04:53 -07:00
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
2019-08-29 10:04:53 -07:00
2020-01-15 05:07:00 -08:00
[[package]]
name = "ff"
2020-09-22 07:43:42 -07:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01646e077d4ebda82b73f1bca002ea1e91561a77df2431a9e79729bcc31950ef"
2020-01-15 05:07:00 -08:00
dependencies = [
"bitvec 0.18.5",
"rand_core 0.5.1",
"subtle",
2020-01-15 05:07:00 -08:00
]
2018-11-21 08:40:18 -08:00
[[package]]
name = "fpe"
version = "0.4.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a25080721bbcd2cd4d765b7d607ea350425fa087ce53cd3e31afcacdab850352"
2018-11-21 08:40:18 -08:00
dependencies = [
"aes",
"block-modes",
"num-bigint",
"num-integer",
"num-traits",
2018-11-21 08:40:18 -08:00
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "funty"
2021-02-18 13:07:57 -08:00
version = "1.1.0"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
2020-09-22 07:43:42 -07:00
2018-11-21 08:40:18 -08:00
[[package]]
name = "futures"
2021-02-18 13:07:57 -08:00
version = "0.1.31"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
2018-11-21 08:40:18 -08:00
[[package]]
name = "futures-cpupool"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
2018-11-21 08:40:18 -08:00
dependencies = [
"futures",
"num_cpus",
2018-11-21 08:40:18 -08:00
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
2020-09-22 07:43:42 -07:00
dependencies = [
"typenum",
"version_check",
2020-09-22 07:43:42 -07:00
]
2019-08-29 10:04:53 -07:00
[[package]]
name = "getrandom"
2021-02-18 13:07:57 -08:00
version = "0.1.16"
2019-08-29 10:04:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2019-08-29 10:04:53 -07:00
dependencies = [
2021-02-18 13:07:57 -08:00
"cfg-if 1.0.0",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi 0.10.2+wasi-snapshot-preview1",
]
2020-07-28 21:34:36 -07:00
[[package]]
name = "gimli"
version = "0.23.0"
2020-07-28 21:34:36 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
2020-07-28 21:34:36 -07:00
2020-01-15 05:07:00 -08:00
[[package]]
name = "group"
2020-09-22 07:43:42 -07:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc11f9f5fbf1943b48ae7c2bf6846e7d827a512d1be4f23af708f5ca5d01dde1"
2020-01-15 05:07:00 -08:00
dependencies = [
"byteorder",
"ff",
"rand_core 0.5.1",
"subtle",
2020-01-15 05:07:00 -08:00
]
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
dependencies = [
"ahash",
]
[[package]]
name = "hashlink"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d99cf782f0dc4372d26846bec3de7804ceb5df083c2d4462c0b8d2330e894fa8"
dependencies = [
"hashbrown",
]
[[package]]
name = "hdwallet"
version = "0.2.5"
2021-02-18 13:07:57 -08:00
source = "git+https://github.com/nuttycom/hdwallet?rev=72f1f7a56c114eed484cefd6d402b7ef28158712#72f1f7a56c114eed484cefd6d402b7ef28158712"
dependencies = [
"lazy_static",
2021-02-18 13:07:57 -08:00
"rand_core 0.6.2",
"ring",
"secp256k1",
]
[[package]]
name = "hdwallet"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2033326faddc94885c26775db24683819bf3ae9461e016c45df18b910bdeedd7"
dependencies = [
"lazy_static",
"rand_core 0.6.2",
"ring",
"secp256k1",
]
[[package]]
name = "hermit-abi"
2021-02-18 13:07:57 -08:00
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
dependencies = [
"libc",
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "hex"
2021-02-18 13:07:57 -08:00
version = "0.4.3"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2020-09-22 07:43:42 -07:00
[[package]]
name = "itoa"
2021-02-18 13:07:57 -08:00
version = "0.4.7"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2020-09-22 07:43:42 -07:00
[[package]]
name = "jni"
2020-09-22 08:09:55 -07:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-22 08:09:55 -07:00
checksum = "36bcc950632e48b86da402c5c077590583da5ac0d480103611d5374e7c967a3c"
dependencies = [
"cesu8",
"combine",
"error-chain",
"jni-sys",
"log",
"walkdir",
]
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
[[package]]
name = "js-sys"
2021-04-09 16:50:59 -07:00
version = "0.3.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-09 16:50:59 -07:00
checksum = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c"
dependencies = [
"wasm-bindgen",
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "jubjub"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "620638af3b80d23f4df0cae21e3cc9809ac8826767f345066f010bcea66a2c55"
2020-09-22 07:43:42 -07:00
dependencies = [
"bitvec 0.18.5",
"bls12_381",
"ff",
"group",
"rand_core 0.5.1",
"subtle",
2020-09-22 07:43:42 -07:00
]
2018-11-21 08:40:18 -08:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lexical-core"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
dependencies = [
"arrayvec",
"bitflags",
2021-02-18 13:07:57 -08:00
"cfg-if 1.0.0",
"ryu",
"static_assertions",
]
[[package]]
name = "libc"
version = "0.2.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
2018-11-22 05:54:25 -08:00
[[package]]
name = "libsqlite3-sys"
version = "0.20.1"
2018-11-22 05:54:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64d31059f22935e6c31830db5249ba2b7ecd54fd73a9909286f0a67aa55c2fbd"
2018-11-22 05:54:25 -08:00
dependencies = [
"cc",
"pkg-config",
"vcpkg",
2018-11-22 05:54:25 -08:00
]
[[package]]
name = "log"
2021-02-18 13:07:57 -08:00
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
2021-02-18 13:07:57 -08:00
"cfg-if 1.0.0",
]
[[package]]
name = "log-panics"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae0136257df209261daa18d6c16394757c63e032e27aafd8b07788b051082bef"
dependencies = [
"log",
]
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
[[package]]
2018-11-21 07:52:28 -08:00
name = "memchr"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
[[package]]
name = "memoffset"
2020-09-22 07:51:59 -07:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
dependencies = [
"autocfg",
]
2020-07-28 21:34:36 -07:00
[[package]]
name = "miniz_oxide"
2021-02-18 13:07:57 -08:00
version = "0.4.4"
2020-07-28 21:34:36 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2020-07-28 21:34:36 -07:00
dependencies = [
"adler",
"autocfg",
2020-07-28 21:34:36 -07:00
]
[[package]]
name = "nom"
version = "6.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
dependencies = [
"bitvec 0.19.5",
"funty",
"lexical-core",
"memchr",
"version_check",
]
2018-11-21 08:40:18 -08:00
[[package]]
name = "num-bigint"
2021-02-18 13:07:57 -08:00
version = "0.3.2"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "7d0a3d5e207573f948a9e5376662aa743a2ea13f7c50a554d7af443a73fbfeba"
2018-11-21 08:40:18 -08:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "num-integer"
version = "0.1.44"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2018-11-21 08:40:18 -08:00
dependencies = [
"autocfg",
"num-traits",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "num-traits"
version = "0.2.14"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
"autocfg",
]
2018-11-21 08:40:18 -08:00
[[package]]
name = "num_cpus"
version = "1.13.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2018-11-21 08:40:18 -08:00
dependencies = [
"hermit-abi",
"libc",
2018-11-21 08:40:18 -08:00
]
2020-07-28 21:34:36 -07:00
[[package]]
name = "object"
2021-02-18 13:07:57 -08:00
version = "0.23.0"
2020-07-28 21:34:36 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
2020-07-28 21:34:36 -07:00
[[package]]
name = "once_cell"
2021-02-18 13:07:57 -08:00
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
2020-09-22 07:43:42 -07:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2020-09-22 07:43:42 -07:00
2020-01-15 05:07:00 -08:00
[[package]]
name = "pairing"
2020-09-22 07:43:42 -07:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f702cdbee9e0a6272452c20dec82465bc821116598b4eeb63e9a71a69dbf7fd"
2020-01-15 05:07:00 -08:00
dependencies = [
"ff",
"group",
2020-01-15 05:07:00 -08:00
]
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2018-11-22 05:54:25 -08:00
[[package]]
name = "pkg-config"
version = "0.3.19"
2018-11-22 05:54:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2018-11-22 05:54:25 -08:00
2019-08-29 10:04:53 -07:00
[[package]]
name = "ppv-lite86"
version = "0.2.10"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2018-11-21 08:40:18 -08:00
2020-09-22 07:43:42 -07:00
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2020-09-22 07:43:42 -07:00
2020-01-15 05:07:00 -08:00
[[package]]
name = "proc-macro2"
2021-04-09 16:50:59 -07:00
version = "1.0.26"
2020-01-15 05:07:00 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-09 16:50:59 -07:00
checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
2020-01-15 05:07:00 -08:00
dependencies = [
"unicode-xid",
2020-01-15 05:07:00 -08:00
]
2018-11-21 08:40:18 -08:00
[[package]]
name = "protobuf"
version = "2.23.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45604fc7a88158e7d514d8e22e14ac746081e7a70d7690074dd0029ee37458d6"
2018-11-21 08:40:18 -08:00
[[package]]
name = "protobuf-codegen"
version = "2.23.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb87f342b585958c1c086313dbc468dcac3edf5e90362111c26d7a58127ac095"
2018-11-21 08:40:18 -08:00
dependencies = [
"protobuf",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "protobuf-codegen-pure"
version = "2.23.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ca6e0e2f898f7856a6328650abc9b2df71b7c1a5f39be0800d19051ad0214b2"
2018-11-21 08:40:18 -08:00
dependencies = [
"protobuf",
"protobuf-codegen",
2018-11-21 08:40:18 -08:00
]
2020-01-15 05:07:00 -08:00
[[package]]
name = "quote"
2021-02-18 13:07:57 -08:00
version = "1.0.9"
2020-01-15 05:07:00 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
2020-01-15 05:07:00 -08:00
dependencies = [
"proc-macro2",
2020-01-15 05:07:00 -08:00
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "radium"
2021-02-18 13:07:57 -08:00
version = "0.3.0"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac"
2020-09-22 07:43:42 -07:00
[[package]]
name = "radium"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
[[package]]
name = "rand"
version = "0.7.3"
2019-08-29 10:04:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-08-29 10:04:53 -07:00
dependencies = [
"getrandom 0.1.16",
"libc",
"rand_chacha",
"rand_core 0.5.1",
"rand_hc",
2019-08-29 10:04:53 -07:00
]
[[package]]
name = "rand_chacha"
2020-03-25 12:44:28 -07:00
version = "0.2.2"
2019-08-29 10:04:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-08-29 10:04:53 -07:00
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
2019-08-29 10:04:53 -07:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-08-29 10:04:53 -07:00
dependencies = [
"getrandom 0.1.16",
]
2021-02-18 13:07:57 -08:00
[[package]]
name = "rand_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
2019-08-29 10:04:53 -07:00
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-08-29 10:04:53 -07:00
dependencies = [
"rand_core 0.5.1",
2019-08-29 10:04:53 -07:00
]
[[package]]
2020-09-22 07:43:42 -07:00
name = "redox_syscall"
2021-05-07 14:32:00 -07:00
version = "0.2.8"
2019-08-29 10:04:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-07 14:32:00 -07:00
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
dependencies = [
"bitflags",
]
2019-08-29 10:04:53 -07:00
2018-11-22 05:54:25 -08:00
[[package]]
2020-09-22 07:43:42 -07:00
name = "redox_users"
version = "0.4.0"
2018-11-22 05:54:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
2020-09-22 07:43:42 -07:00
dependencies = [
"getrandom 0.2.2",
"redox_syscall",
2020-09-22 07:43:42 -07:00
]
2018-11-22 05:54:25 -08:00
2020-09-22 08:14:56 -07:00
[[package]]
name = "regex"
2021-05-07 14:32:00 -07:00
version = "1.5.4"
2020-09-22 08:14:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-07 14:32:00 -07:00
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
2020-09-22 08:14:56 -07:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2021-05-07 14:32:00 -07:00
version = "0.6.25"
2020-09-22 08:14:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-07 14:32:00 -07:00
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2020-09-22 08:14:56 -07:00
2020-02-26 20:36:36 -08:00
[[package]]
name = "ring"
2021-02-18 13:07:57 -08:00
version = "0.16.20"
2020-02-26 20:36:36 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2020-02-26 20:36:36 -08:00
dependencies = [
"cc",
"libc",
2021-02-18 13:07:57 -08:00
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
2020-02-26 20:36:36 -08:00
]
[[package]]
name = "ripemd160"
2020-09-22 09:35:50 -07:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-22 09:35:50 -07:00
checksum = "2eca4ecc81b7f313189bf73ce724400a07da2a6dac19588b03c8bd76a2dcc251"
dependencies = [
"block-buffer",
"digest",
"opaque-debug",
]
2018-11-22 05:54:25 -08:00
[[package]]
name = "rusqlite"
2021-02-18 13:07:57 -08:00
version = "0.24.2"
2018-11-22 05:54:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "d5f38ee71cbab2c827ec0ac24e76f82eca723cee92c509a65f67dee393c25112"
2018-11-22 05:54:25 -08:00
dependencies = [
"bitflags",
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"memchr",
"smallvec",
"time",
2020-09-22 07:43:42 -07:00
]
2018-11-21 08:40:18 -08:00
[[package]]
name = "rustc-demangle"
2021-05-07 14:32:00 -07:00
version = "0.1.19"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-07 14:32:00 -07:00
checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce"
2018-11-21 08:40:18 -08:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver",
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2020-09-22 07:43:42 -07:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "scopeguard"
2020-03-25 12:44:28 -07:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "secp256k1"
2021-02-18 13:07:57 -08:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "c6179428c22c73ac0fbb7b5579a56353ce78ba29759b3b8575183336ea74cdfb"
dependencies = [
"secp256k1-sys",
]
[[package]]
name = "secp256k1-sys"
2021-02-18 13:07:57 -08:00
version = "0.3.0"
2020-02-26 20:36:36 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "11553d210db090930f4432bea123b31f70bbf693ace14504ea2a35e796c28dd2"
2020-02-26 20:36:36 -08:00
dependencies = [
"cc",
2020-02-26 20:36:36 -08:00
]
[[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"
2020-09-22 07:43:42 -07:00
[[package]]
name = "serde"
version = "1.0.125"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
2020-09-22 07:43:42 -07:00
[[package]]
name = "serde_derive"
version = "1.0.125"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
2020-09-22 07:43:42 -07:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "serde_json"
2021-02-18 13:07:57 -08:00
version = "1.0.64"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
2020-09-22 07:43:42 -07:00
dependencies = [
"itoa",
"ryu",
"serde",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
2020-09-22 07:43:42 -07:00
[[package]]
name = "sha2"
2021-05-07 14:32:00 -07:00
version = "0.9.4"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-07 14:32:00 -07:00
checksum = "d8f6b75b17576b792bef0db1bcc4b8b8bcdf9506744cf34b974195487af6cff2"
2020-09-22 07:43:42 -07:00
dependencies = [
"block-buffer",
"cfg-if 1.0.0",
2021-05-07 14:32:00 -07:00
"cpufeatures",
"digest",
"opaque-debug",
2020-09-22 07:43:42 -07:00
]
2020-07-28 21:34:36 -07:00
[[package]]
name = "smallvec"
2021-02-18 13:07:57 -08:00
version = "1.6.1"
2020-07-28 21:34:36 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2020-07-28 21:34:36 -07:00
2020-02-26 20:36:36 -08:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2020-02-26 20:36:36 -08:00
2020-09-22 07:43:42 -07:00
[[package]]
name = "standback"
version = "0.2.17"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
2020-09-22 07:43:42 -07:00
dependencies = [
"version_check",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2020-09-22 07:43:42 -07:00
[[package]]
name = "stdweb"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
2020-09-22 07:43:42 -07:00
dependencies = [
"discard",
"rustc_version",
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
2020-09-22 07:43:42 -07:00
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_derive",
"syn",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
2020-09-22 07:43:42 -07:00
dependencies = [
"base-x",
"proc-macro2",
"quote",
"serde",
"serde_derive",
"serde_json",
"sha1",
"syn",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
2020-09-22 07:43:42 -07:00
2018-11-21 08:40:18 -08:00
[[package]]
2019-08-29 10:04:53 -07:00
name = "subtle"
2021-02-18 13:07:57 -08:00
version = "2.4.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
2018-11-21 08:40:18 -08:00
2020-01-15 05:07:00 -08:00
[[package]]
name = "syn"
2021-05-07 14:32:00 -07:00
version = "1.0.72"
2020-01-15 05:07:00 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-07 14:32:00 -07:00
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
2020-01-15 05:07:00 -08:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
2020-01-15 05:07:00 -08:00
]
2018-11-21 08:40:18 -08:00
[[package]]
name = "synstructure"
2020-07-28 21:34:36 -07:00
version = "0.12.4"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
2018-11-21 08:40:18 -08:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"unicode-xid",
2018-11-21 08:40:18 -08:00
]
2020-09-22 08:14:56 -07:00
[[package]]
name = "tap"
version = "1.0.1"
2020-09-22 08:14:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2020-09-22 08:14:56 -07:00
2018-11-22 05:54:25 -08:00
[[package]]
name = "time"
version = "0.2.26"
2018-11-22 05:54:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08a8cbfbf47955132d0202d1662f49b2423ae35862aee471f3ba4b133358f372"
2018-11-22 05:54:25 -08:00
dependencies = [
"const_fn",
"libc",
"standback",
"stdweb",
"time-macros",
"version_check",
"winapi",
2018-11-22 05:54:25 -08:00
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "time-macros"
version = "0.1.1"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
2020-09-22 07:43:42 -07:00
dependencies = [
"proc-macro-hack",
"time-macros-impl",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "time-macros-impl"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
2020-09-22 07:43:42 -07:00
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"standback",
"syn",
2020-09-22 07:43:42 -07:00
]
2018-11-21 08:40:18 -08:00
[[package]]
name = "typenum"
version = "1.13.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
2018-11-21 08:40:18 -08:00
2020-01-15 05:07:00 -08:00
[[package]]
name = "unicode-xid"
version = "0.2.2"
2020-01-15 05:07:00 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2020-01-15 05:07:00 -08:00
2020-02-26 20:36:36 -08:00
[[package]]
name = "untrusted"
version = "0.7.1"
2020-02-26 20:36:36 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2020-02-26 20:36:36 -08:00
2018-11-22 05:54:25 -08:00
[[package]]
name = "vcpkg"
2021-04-22 15:56:52 -07:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-22 15:56:52 -07:00
checksum = "cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d"
[[package]]
name = "version_check"
version = "0.9.3"
2018-11-22 05:54:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2018-11-22 05:54:25 -08:00
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
"winapi",
"winapi-util",
]
2019-08-29 10:04:53 -07:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
2019-08-29 10:04:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2019-08-29 10:04:53 -07:00
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "wasm-bindgen"
2021-04-09 16:50:59 -07:00
version = "0.2.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-09 16:50:59 -07:00
checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9"
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2021-04-09 16:50:59 -07:00
version = "0.2.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-09 16:50:59 -07:00
checksum = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae"
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2021-04-09 16:50:59 -07:00
version = "0.2.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-09 16:50:59 -07:00
checksum = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2021-04-09 16:50:59 -07:00
version = "0.2.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-09 16:50:59 -07:00
checksum = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2021-04-09 16:50:59 -07:00
version = "0.2.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-09 16:50:59 -07:00
checksum = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489"
[[package]]
name = "web-sys"
2021-04-09 16:50:59 -07:00
version = "0.3.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-09 16:50:59 -07:00
checksum = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "winapi"
2020-07-28 21:34:36 -07:00
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-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2020-09-22 07:43:42 -07:00
[[package]]
name = "wyz"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
2020-09-22 07:43:42 -07:00
[[package]]
2019-02-01 09:48:59 -08:00
name = "zcash-android-wallet-sdk"
2020-07-28 21:34:36 -07:00
version = "0.0.4"
dependencies = [
"android_logger",
"failure",
"hdwallet 0.2.5",
2020-09-22 09:35:50 -07:00
"hex",
"jni",
"log",
"log-panics",
"secp256k1",
"zcash_client_backend",
"zcash_client_sqlite",
"zcash_primitives",
"zcash_proofs",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "zcash_client_backend"
version = "0.5.0"
source = "git+https://github.com/zcash/librustzcash?branch=autoshielding-poc-sdk-dnm#8e3e7de50c3c35bd7c18988bb629dd1baeb1a3d1"
2018-11-21 08:40:18 -08:00
dependencies = [
"base64",
"bech32",
"bls12_381",
"bs58",
"ff",
"group",
"hdwallet 0.3.0",
2020-09-22 09:35:50 -07:00
"hex",
"jubjub",
"log",
"nom",
"percent-encoding",
"protobuf",
"protobuf-codegen-pure",
"rand_core 0.5.1",
2021-02-18 13:07:57 -08:00
"ripemd160",
"secp256k1",
"sha2",
"subtle",
"time",
2021-04-22 15:56:52 -07:00
"zcash_note_encryption",
"zcash_primitives",
]
[[package]]
name = "zcash_client_sqlite"
version = "0.3.0"
source = "git+https://github.com/zcash/librustzcash?branch=autoshielding-poc-sdk-dnm#8e3e7de50c3c35bd7c18988bb629dd1baeb1a3d1"
dependencies = [
"bech32",
"bs58",
"ff",
"group",
"jubjub",
"protobuf",
"rand_core 0.5.1",
"rusqlite",
2021-04-09 16:50:59 -07:00
"secp256k1",
"time",
"zcash_client_backend",
"zcash_primitives",
2018-11-21 08:40:18 -08:00
]
2021-04-22 15:56:52 -07:00
[[package]]
name = "zcash_note_encryption"
version = "0.0.0"
source = "git+https://github.com/zcash/librustzcash?branch=autoshielding-poc-sdk-dnm#8e3e7de50c3c35bd7c18988bb629dd1baeb1a3d1"
2021-04-22 15:56:52 -07:00
dependencies = [
"blake2b_simd",
"byteorder",
"crypto_api_chachapoly",
"ff",
"group",
"rand_core 0.5.1",
"subtle",
]
2020-01-15 05:07:00 -08:00
[[package]]
name = "zcash_primitives"
version = "0.5.0"
source = "git+https://github.com/zcash/librustzcash?branch=autoshielding-poc-sdk-dnm#8e3e7de50c3c35bd7c18988bb629dd1baeb1a3d1"
dependencies = [
"aes",
"bitvec 0.18.5",
"blake2b_simd",
"blake2s_simd",
"bls12_381",
"byteorder",
"crypto_api_chachapoly",
"equihash",
"ff",
"fpe",
"funty",
"group",
2020-09-22 09:35:50 -07:00
"hex",
"jubjub",
"lazy_static",
"log",
"rand",
"rand_core 0.5.1",
2021-02-18 13:07:57 -08:00
"ripemd160",
"secp256k1",
"sha2",
"subtle",
2021-04-22 15:56:52 -07:00
"zcash_note_encryption",
2020-01-15 05:07:00 -08:00
]
[[package]]
name = "zcash_proofs"
version = "0.5.0"
source = "git+https://github.com/zcash/librustzcash?branch=autoshielding-poc-sdk-dnm#8e3e7de50c3c35bd7c18988bb629dd1baeb1a3d1"
dependencies = [
"bellman",
"blake2b_simd",
"bls12_381",
"byteorder",
"directories",
"ff",
"group",
"jubjub",
"lazy_static",
"rand_core 0.5.1",
"zcash_primitives",
]