zcash-android-wallet-sdk/Cargo.lock

2143 lines
53 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
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"
2020-09-22 07:43:42 -07:00
version = "0.5.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd2bc6d3f370b5666245ff421e231cba4353df936e26986d2918e61a8fd6aef6"
2018-11-21 08:40:18 -08:00
dependencies = [
"aes-soft",
"aesni",
"block-cipher",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "aes-soft"
2020-09-22 07:43:42 -07:00
version = "0.5.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63dd91889c49327ad7ef3b500fd1109dbd3c509a03db0d4a9ce413b79f575cb6"
2018-11-21 08:40:18 -08:00
dependencies = [
"block-cipher",
"byteorder",
"opaque-debug 0.3.0",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "aesni"
2020-09-22 07:43:42 -07:00
version = "0.8.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a6fe808308bb07d393e2ea47780043ec47683fcf19cf5efc8ca51c50cc8c68a"
2018-11-21 08:40:18 -08:00
dependencies = [
"block-cipher",
"opaque-debug 0.3.0",
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.15"
2020-09-22 08:14:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
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"
2021-02-18 13:07:57 -08:00
version = "0.3.56"
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 = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
2018-11-21 08:40:18 -08:00
dependencies = [
"addr2line",
"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.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
dependencies = [
"byteorder",
"safemem",
]
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
2020-02-26 20:36:36 -08:00
[[package]]
name = "base64"
version = "0.12.3"
2020-02-26 20:36:36 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2020-02-26 20:36:36 -08: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"
2021-02-18 13:07:57 -08:00
version = "0.7.3"
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 = "2dabbe35f96fb9507f7330793dc490461b2962659ac5d427181e451a623751d1"
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",
"blake2s_simd",
"byteorder",
"crossbeam",
"ff",
2021-02-18 13:07:57 -08:00
"futures 0.1.31",
"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",
"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]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding 0.1.5",
"byte-tools",
"byteorder",
2021-02-18 13:07:57 -08:00
"generic-array 0.12.4",
]
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 0.14.4",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "block-cipher"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f337a3e6da609650eb74e02bc9fac7b735049f7623ab12f2e4c719316fcc7e80"
2020-09-22 07:43:42 -07:00
dependencies = [
"generic-array 0.14.4",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "block-modes"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c9b14fd8a4739e6548d4b6018696cf991dcf8c6effd9ef9eb33b29b8a650972"
2020-09-22 07:43:42 -07:00
dependencies = [
"block-cipher",
"block-padding 0.2.1",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
"byte-tools",
]
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",
"ff",
"group",
"pairing",
"rand_core 0.5.1",
"subtle",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "bs58"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
dependencies = [
"sha2 0.8.2",
]
[[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 = "byte-tools"
2019-02-01 09:46:43 -08:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[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"
2020-07-28 21:34:36 -07:00
[[package]]
name = "bytes"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2020-07-28 21:34:36 -07:00
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 = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
dependencies = [
"bitflags",
]
[[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 = [
2021-02-18 13:07:57 -08:00
"bytes 1.0.1",
"memchr",
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "const_fn"
2021-02-18 13:07:57 -08:00
version = "0.4.5"
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 = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
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]]
name = "cpuid-bool"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
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 0.7.2",
]
[[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 0.7.2",
"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 0.7.2",
"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 0.7.2",
"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 0.7.2",
"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 = "crossbeam-utils"
2021-02-18 13:07:57 -08:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
dependencies = [
"autocfg",
"cfg-if 1.0.0",
"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",
]
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
2021-02-18 13:07:57 -08:00
"generic-array 0.12.4",
]
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 0.14.4",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "directories"
2020-09-22 07:43:42 -07:00
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"
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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
dependencies = [
"libc",
"redox_users",
"winapi 0.3.9",
]
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"
2021-02-18 13:07:57 -08:00
source = "git+https://github.com/nuttycom/librustzcash?branch=autoshield-poc-daa#4253f8ef810d199bef0808a6fe3fbf809a5558c8"
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
]
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
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",
"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"
2020-09-22 07:43:42 -07:00
version = "0.3.1"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef2196a22f6d98bbde79ae510eb4f397bd446cfbd6c26425e25ec81442a31bab"
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
]
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
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"
2021-02-18 13:07:57 -08:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2021-02-18 13:07:57 -08:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2021-02-18 13:07:57 -08:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94"
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 = [
2021-02-18 13:07:57 -08:00
"futures 0.1.31",
"num_cpus",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "futures-executor"
2021-02-18 13:07:57 -08:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2021-02-18 13:07:57 -08:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59"
[[package]]
name = "futures-macro"
2021-02-18 13:07:57 -08:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2021-02-18 13:07:57 -08:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3"
[[package]]
name = "futures-task"
2021-02-18 13:07:57 -08:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80"
[[package]]
name = "futures-util"
2021-02-18 13:07:57 -08:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-02-18 13:07:57 -08:00
"pin-project-lite 0.2.6",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
[[package]]
name = "generic-array"
2021-02-18 13:07:57 -08:00
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
dependencies = [
"typenum",
]
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",
]
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 = "grpc"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f61e21f9181e4f3732976a62a81f2b53f1195867d99325b5b9408b19219137e2"
dependencies = [
"base64 0.9.3",
2021-02-18 13:07:57 -08:00
"bytes 0.5.6",
"futures 0.3.13",
"httpbis",
"log",
"log-ndc",
"tls-api",
"tls-api-stub",
"tokio",
]
[[package]]
name = "grpc-protobuf"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c784adad59f85a308c690bbfd8863001750f3e01929dcc6fba0bfc2f13e3192"
dependencies = [
2021-02-18 13:07:57 -08:00
"bytes 0.5.6",
"grpc",
"protobuf",
]
[[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 = "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 = "httpbis"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d3e4404f8f87938a2db89336609bde64363f5a556b15af936343e7252c9648d"
dependencies = [
2021-02-18 13:07:57 -08:00
"bytes 0.5.6",
"futures 0.3.13",
"log",
"log-ndc",
"net2",
"rand 0.5.6",
"tls-api",
"tls-api-stub",
"tokio",
"unix_socket",
"void",
]
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
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-02-18 13:07:57 -08:00
version = "0.3.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "dc9f84f9b115ce7843d60706df1422a916680bfdfcbdb0447c5614ff9d7e4d78"
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",
"bls12_381",
"ff",
"group",
"rand_core 0.5.1",
"subtle",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
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"
2021-02-18 13:07:57 -08:00
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "21f866863575d0e1d654fbeeabdc927292fdf862873dc3c96c6f753357e13374"
dependencies = [
"arrayvec",
"bitflags",
2021-02-18 13:07:57 -08:00
"cfg-if 1.0.0",
"ryu",
"static_assertions",
]
[[package]]
name = "libc"
2021-02-18 13:07:57 -08:00
version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a"
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-ndc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edb09057c7b58b7d27498b528eaee9a1e661b2974a733fcabbbc3350360bc8bd"
dependencies = [
"log",
]
[[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.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
[[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 = "mio"
version = "0.6.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
dependencies = [
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
]
[[package]]
name = "mio-uds"
2020-07-28 21:34:36 -07:00
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
dependencies = [
"iovec",
"libc",
"mio",
]
[[package]]
name = "miow"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
[[package]]
name = "net2"
2021-02-18 13:07:57 -08:00
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
]
[[package]]
name = "nom"
version = "5.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
dependencies = [
"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"
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2018-11-21 08:40:18 -08:00
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"
[[package]]
2021-02-18 13:07:57 -08:00
name = "pin-project-lite"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
2020-09-22 08:09:55 -07:00
[[package]]
name = "pin-project-lite"
2021-02-18 13:07:57 -08:00
version = "0.2.6"
2020-09-22 08:09:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
2020-09-22 08:09:55 -07:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
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
[[package]]
name = "proc-macro-nested"
2021-02-18 13:07:57 -08:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2020-01-15 05:07:00 -08:00
[[package]]
name = "proc-macro2"
version = "1.0.24"
2020-01-15 05:07:00 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
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"
2021-02-18 13:07:57 -08:00
version = "2.22.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 = "73f72884896d22e0da0e5b266cb9a780b791f6c3b2f5beab6368d6cd4f0dbb86"
dependencies = [
2021-02-18 13:07:57 -08:00
"bytes 1.0.1",
]
2018-11-21 08:40:18 -08:00
[[package]]
name = "protobuf-codegen"
2021-02-18 13:07:57 -08:00
version = "2.22.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 = "e8217a1652dbc91d19c509c558234145faed729191a966896414e5889f62d543"
2018-11-21 08:40:18 -08:00
dependencies = [
"protobuf",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "protobuf-codegen-pure"
2021-02-18 13:07:57 -08:00
version = "2.22.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 = "1f239d71417bdc5f8d83c07aeb265f911346e5540a1a6c4285f9c3d1966ed6e3"
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 = "rand"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
dependencies = [
"cloudabi",
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"winapi 0.3.9",
]
[[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",
"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.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
dependencies = [
"rand_core 0.4.2",
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
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",
]
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"
version = "0.1.57"
2019-08-29 10:04:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
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.3.5"
2018-11-22 05:54:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
2020-09-22 07:43:42 -07:00
dependencies = [
"getrandom",
"redox_syscall",
"rust-argon2",
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-02-18 13:07:57 -08:00
version = "1.4.3"
2020-09-22 08:14:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
2020-09-22 08:14:56 -07:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
]
[[package]]
name = "regex-syntax"
2021-02-18 13:07:57 -08:00
version = "0.6.22"
2020-09-22 08:14:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
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 0.3.9",
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 = [
2020-09-22 09:35:50 -07:00
"block-buffer 0.9.0",
"digest 0.9.0",
"opaque-debug 0.3.0",
]
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
]
[[package]]
name = "rust-argon2"
version = "0.8.3"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
2020-09-22 07:43:42 -07:00
dependencies = [
"base64 0.13.0",
"blake2b_simd",
"constant_time_eq",
2021-02-18 13:07:57 -08:00
"crossbeam-utils 0.8.3",
2018-11-22 05:54:25 -08:00
]
2018-11-21 08:40:18 -08:00
[[package]]
name = "rustc-demangle"
version = "0.1.18"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
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-02-26 20:36:36 -08:00
[[package]]
name = "rustls"
version = "0.17.0"
2020-02-26 20:36:36 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1"
2020-02-26 20:36:36 -08:00
dependencies = [
"base64 0.11.0",
"log",
"ring",
"sct",
"webpki",
2020-02-26 20:36:36 -08:00
]
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 = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
[[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"
2020-02-26 20:36:36 -08:00
[[package]]
name = "sct"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
dependencies = [
"ring",
"untrusted",
]
[[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"
2021-02-18 13:07:57 -08:00
version = "1.0.124"
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 = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f"
2020-09-22 07:43:42 -07:00
[[package]]
name = "serde_derive"
2021-02-18 13:07:57 -08:00
version = "1.0.124"
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 = "1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b"
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"
2020-07-28 21:34:36 -07:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
"fake-simd",
"opaque-debug 0.2.3",
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "sha2"
2021-02-18 13:07:57 -08:00
version = "0.9.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 = "fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de"
2020-09-22 07:43:42 -07:00
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
"cpuid-bool",
"digest 0.9.0",
"opaque-debug 0.3.0",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
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"
2021-02-18 13:07:57 -08:00
version = "0.2.15"
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 = "a2beb4d1860a61f571530b3f855a1b538d0200f7871c63331ecd6f17b1f014f8"
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-02-18 13:07:57 -08:00
version = "1.0.63"
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 = "8fd9bc7ccc2688b3344c2f48b9b546648b25ce0b20fc717ee7fa7981a8ca9717"
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 = "thread_local"
2021-02-18 13:07:57 -08:00
version = "1.1.3"
2020-09-22 08:14:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
2020-09-22 08:14:56 -07:00
dependencies = [
2021-02-18 13:07:57 -08:00
"once_cell",
2020-09-22 08:14:56 -07:00
]
2018-11-22 05:54:25 -08:00
[[package]]
name = "time"
2021-02-18 13:07:57 -08:00
version = "0.2.25"
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 = "1195b046942c221454c2539395f85413b33383a067449d78aab2b7b052a142f7"
2018-11-22 05:54:25 -08:00
dependencies = [
"const_fn",
"libc",
"standback",
"stdweb",
"time-macros",
"version_check",
"winapi 0.3.9",
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
]
[[package]]
name = "tls-api"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebb4107c167a4087349fcf08aea4debc358fe69d60fe1df991781842cfe98a3"
dependencies = [
"log",
"tokio",
]
2020-02-26 20:36:36 -08:00
[[package]]
name = "tls-api-rustls"
version = "0.4.0"
2020-02-26 20:36:36 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17e236b7cea18986a1fd8d3247e8fdb5515ad43d8ab254920cc86f4a160a7910"
2020-02-26 20:36:36 -08:00
dependencies = [
"rustls",
"tls-api",
"tokio",
"webpki",
"webpki-roots",
2020-02-26 20:36:36 -08:00
]
[[package]]
name = "tls-api-stub"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f8ff269def04f25ae84b9aac156a400b92c97018a184036548c91cedaafd783"
dependencies = [
"tls-api",
"tokio",
"void",
]
[[package]]
name = "tokio"
2021-02-18 13:07:57 -08:00
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
dependencies = [
2021-02-18 13:07:57 -08:00
"bytes 0.5.6",
"iovec",
"lazy_static",
"libc",
"memchr",
"mio",
"mio-uds",
2021-02-18 13:07:57 -08:00
"pin-project-lite 0.1.12",
"slab",
]
2018-11-21 08:40:18 -08:00
[[package]]
name = "typenum"
version = "1.12.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
2018-11-21 08:40:18 -08:00
2020-01-15 05:07:00 -08:00
[[package]]
name = "unicode-xid"
2020-07-28 21:34:36 -07:00
version = "0.2.1"
2020-01-15 05:07:00 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2020-01-15 05:07:00 -08:00
[[package]]
name = "unix_socket"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aa2700417c405c38f5e6902d699345241c28c0b7ade4abaad71e35a87eb1564"
dependencies = [
"cfg-if 0.1.10",
"libc",
]
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-02-18 13:07:57 -08:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
[[package]]
name = "version_check"
2020-07-28 21:34:36 -07:00
version = "0.9.2"
2018-11-22 05:54:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2018-11-22 05:54:25 -08:00
2018-11-21 07:52:28 -08:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2018-11-21 07:52:28 -08:00
[[package]]
name = "walkdir"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
dependencies = [
"same-file",
"winapi 0.3.9",
"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 = "wasm-bindgen"
2021-02-18 13:07:57 -08:00
version = "0.2.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "7ee1280240b7c461d6a0071313e08f34a60b0365f14260362e5a2b17d1d31aa7"
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2021-02-18 13:07:57 -08:00
version = "0.2.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "5b7d8b6942b8bb3a9b0e73fc79b98095a27de6fa247615e59d096754a3bc2aa8"
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2021-02-18 13:07:57 -08:00
version = "0.2.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "e5ac38da8ef716661f0f36c0d8320b89028efe10c7c0afde65baffb496ce0d3b"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2021-02-18 13:07:57 -08:00
version = "0.2.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "cc053ec74d454df287b9374ee8abb36ffd5acb95ba87da3ba5b7d3fe20eb401e"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2021-02-18 13:07:57 -08:00
version = "0.2.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "7d6f8ec44822dd71f5f221a5847fb34acd9060535c1211b70a05844c0f6383b1"
[[package]]
name = "web-sys"
2021-02-18 13:07:57 -08:00
version = "0.3.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 13:07:57 -08:00
checksum = "ec600b26223b2948cedfde2a0aa6756dcf1fef616f43d7b3097aaf53a6c4d92b"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2020-02-26 20:36:36 -08:00
[[package]]
name = "webpki"
2021-02-18 13:07:57 -08:00
version = "0.21.4"
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 = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
2020-02-26 20:36:36 -08:00
dependencies = [
"ring",
"untrusted",
2020-02-26 20:36:36 -08:00
]
[[package]]
name = "webpki-roots"
version = "0.19.0"
2020-02-26 20:36:36 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8eff4b7516a57307f9349c64bf34caa34b940b66fed4b2fb3136cb7386e5739"
2020-02-26 20:36:36 -08:00
dependencies = [
"webpki",
2020-02-26 20:36:36 -08:00
]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[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-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[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 0.3.9",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
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",
"bls12_381",
"failure",
2021-02-18 13:07:57 -08:00
"futures 0.3.13",
"grpc",
"grpc-protobuf",
"hdwallet",
2020-09-22 09:35:50 -07:00
"hex",
"httpbis",
"jni",
"log",
"log-panics",
"protobuf-codegen-pure",
"secp256k1",
"tls-api",
"tls-api-rustls",
"zcash_client_backend",
"zcash_client_sqlite",
"zcash_primitives",
"zcash_proofs",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "zcash_client_backend"
2020-09-22 07:43:42 -07:00
version = "0.4.0"
2021-02-18 13:07:57 -08:00
source = "git+https://github.com/nuttycom/librustzcash?branch=autoshield-poc-daa#4253f8ef810d199bef0808a6fe3fbf809a5558c8"
2018-11-21 08:40:18 -08:00
dependencies = [
"base64 0.12.3",
"bech32",
"bls12_381",
"bs58",
"ff",
"group",
2021-02-18 13:07:57 -08:00
"hdwallet",
2020-09-22 09:35:50 -07:00
"hex",
"jubjub",
"nom",
"percent-encoding",
"protobuf",
"protobuf-codegen-pure",
"rand_core 0.5.1",
2021-02-18 13:07:57 -08:00
"ripemd160",
"secp256k1",
"sha2 0.9.3",
"subtle",
"time",
"zcash_primitives",
]
[[package]]
name = "zcash_client_sqlite"
2020-10-30 06:21:21 -07:00
version = "0.2.1"
2021-02-18 13:07:57 -08:00
source = "git+https://github.com/nuttycom/librustzcash?branch=autoshield-poc-daa#4253f8ef810d199bef0808a6fe3fbf809a5558c8"
dependencies = [
"bech32",
"bs58",
"ff",
"group",
"jubjub",
"protobuf",
"rand_core 0.5.1",
"rusqlite",
"time",
"zcash_client_backend",
"zcash_primitives",
2018-11-21 08:40:18 -08:00
]
2020-01-15 05:07:00 -08:00
[[package]]
name = "zcash_primitives"
2020-09-22 07:43:42 -07:00
version = "0.4.0"
2021-02-18 13:07:57 -08:00
source = "git+https://github.com/nuttycom/librustzcash?branch=autoshield-poc-daa#4253f8ef810d199bef0808a6fe3fbf809a5558c8"
dependencies = [
"aes",
"bitvec",
"blake2b_simd",
"blake2s_simd",
"bls12_381",
"byteorder",
"crypto_api_chachapoly",
"equihash",
"ff",
"fpe",
"group",
2020-09-22 09:35:50 -07:00
"hex",
"jubjub",
"lazy_static",
"log",
"rand 0.7.3",
"rand_core 0.5.1",
2021-02-18 13:07:57 -08:00
"ripemd160",
"secp256k1",
"sha2 0.9.3",
"subtle",
2020-01-15 05:07:00 -08:00
]
[[package]]
name = "zcash_proofs"
2020-09-22 07:43:42 -07:00
version = "0.4.0"
2021-02-18 13:07:57 -08:00
source = "git+https://github.com/nuttycom/librustzcash?branch=autoshield-poc-daa#4253f8ef810d199bef0808a6fe3fbf809a5558c8"
dependencies = [
"bellman",
"blake2b_simd",
"bls12_381",
"byteorder",
"directories",
"ff",
"group",
"jubjub",
"lazy_static",
"rand_core 0.5.1",
"zcash_primitives",
]