zcash-android-wallet-sdk/Cargo.lock

2087 lines
51 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"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072"
2020-07-28 21:34:36 -07:00
dependencies = [
"gimli",
2020-07-28 21:34:36 -07:00
]
[[package]]
name = "adler"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
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
]
2020-09-22 08:14:56 -07:00
[[package]]
name = "aho-corasick"
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
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"
2020-09-22 08:14:56 -07:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-22 08:14:56 -07:00
checksum = "5027a747b8132dc36dc894415a300aab31d6489ee788e9ba07bc99558b1278ca"
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.1"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
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"
2020-07-28 21:34:36 -07:00
version = "0.3.50"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46254cf2fdcdf1badb5934448c1bcbe046a56537b3987d96c51a7afc5d03f293"
2018-11-21 08:40:18 -08:00
dependencies = [
"addr2line",
"cfg-if",
"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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b20b618342cf9891c292c4f5ac2cde7287cc5c87e87e9c769d617793607dec1"
2020-09-22 07:43:42 -07:00
[[package]]
name = "base58"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"
[[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
2018-11-21 08:40:18 -08:00
[[package]]
name = "bech32"
version = "0.7.2"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdcf67bb7ba7797a081cd19009948ab533af7c355d5caf1d08c777582d351e9c"
2018-11-21 08:40:18 -08:00
[[package]]
name = "bellman"
2020-09-22 07:43:42 -07:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc584b78257b78b8359e751b140921df627ae90087818da4d316b1e83523c0c5"
2018-11-21 08:40:18 -08:00
dependencies = [
"bitvec",
"blake2s_simd",
"byteorder",
"crossbeam",
"ff",
"futures 0.1.29",
"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"
version = "0.18.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2838fdd79e8776dbe07a106c784b0f8dda571a21b2750a092cc4cbaa653c8e"
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.10"
2019-08-29 10:04:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
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.10"
2019-08-29 10:04:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab9e07352b829279624ceb7c64adb4f585dacdb81d35cafae81139ccd617cf44"
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",
"generic-array 0.12.3",
]
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"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
[[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"
2020-03-25 12:44:28 -07:00
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
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
2018-11-21 08:40:18 -08:00
[[package]]
name = "cc"
version = "1.0.41"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dae9c4b8fedcae85592ba623c4fd08cfdab3e3b72d6df780c6ead964a69bfff"
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 = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
dependencies = [
"bitflags",
]
[[package]]
name = "combine"
2020-09-22 08:09:55 -07:00
version = "4.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-22 08:09:55 -07:00
checksum = "2809f67365382d65fd2b6d9c22577231b954ed27400efeafbe687bda75abcc0b"
dependencies = [
"bytes",
"memchr",
2020-09-22 08:09:55 -07:00
"pin-project-lite",
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "const_fn"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce90df4c658c62f12d78f7508cf92f9173e5184a539c10bfe54a3107b3ffd0f2"
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",
"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",
"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",
"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",
"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 = [
"generic-array 0.12.3",
]
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"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4127688f6177e3f57521881cb1cfd90d1228214f9dc43b8efe6f6c6948cd8280"
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"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ba62103ce691c2fd80fbae2213dfdda9ce60804973ac6b6e97de818ea7f52c8"
2020-09-22 07:43:42 -07:00
2018-11-21 08:40:18 -08:00
[[package]]
name = "futures"
version = "0.1.29"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
2018-11-21 08:40:18 -08:00
[[package]]
name = "futures"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
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 0.1.29",
"num_cpus",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "futures-executor"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
[[package]]
name = "futures-macro"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
[[package]]
name = "futures-task"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
dependencies = [
"once_cell",
]
[[package]]
name = "futures-util"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
[[package]]
name = "generic-array"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
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"
2020-09-22 07:51:59 -07:00
version = "0.1.15"
2019-08-29 10:04:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
2019-08-29 10:04:53 -07:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2020-07-28 21:34:36 -07:00
[[package]]
name = "gimli"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
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",
"bytes",
"futures 0.3.5",
"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 = [
"bytes",
"grpc",
"protobuf",
]
[[package]]
name = "hdwallet"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35b15cc3c181a2aace485d56c784568a4ae6e34322287a2499549d4cda7af3e1"
dependencies = [
"lazy_static",
"rand 0.7.3",
"ring",
"secp256k1",
]
[[package]]
name = "hermit-abi"
2020-09-22 07:51:59 -07:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151"
dependencies = [
"libc",
]
2020-09-22 07:43:42 -07:00
[[package]]
name = "hex"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
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 = [
"bytes",
"futures 0.3.5",
"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"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
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"
2020-09-22 07:51:59 -07:00
version = "0.3.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8"
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 = "libc"
2020-09-22 07:51:59 -07:00
version = "0.2.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
2018-11-22 05:54:25 -08:00
[[package]]
name = "libsqlite3-sys"
2020-09-22 07:43:42 -07:00
version = "0.20.0"
2018-11-22 05:54:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3a245984b1b06c291f46e27ebda9f369a94a1ab8461d0e845e23f9ced01f5db"
2018-11-22 05:54:25 -08:00
dependencies = [
"cc",
"pkg-config",
"vcpkg",
2018-11-22 05:54:25 -08:00
]
[[package]]
name = "linked-hash-map"
2020-07-28 21:34:36 -07:00
version = "0.5.3"
2018-11-22 05:54:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
2018-11-22 05:54:25 -08:00
[[package]]
name = "log"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
dependencies = [
"cfg-if",
]
[[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",
]
2018-11-22 05:54:25 -08:00
[[package]]
name = "lru-cache"
version = "0.1.2"
2018-11-22 05:54:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2018-11-22 05:54:25 -08:00
dependencies = [
"linked-hash-map",
2018-11-22 05:54:25 -08:00
]
[[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"
2020-03-25 12:44:28 -07:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
[[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"
2020-09-22 07:51:59 -07:00
version = "0.4.2"
2020-07-28 21:34:36 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c60c0dfe32c10b43a144bad8fc83538c52f58302c92300ea7ec7bf7b38d5a7b9"
2020-07-28 21:34:36 -07:00
dependencies = [
"adler",
"autocfg",
2020-07-28 21:34:36 -07:00
]
[[package]]
name = "mio"
2020-07-28 21:34:36 -07:00
version = "0.6.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
dependencies = [
"cfg-if",
"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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
[[package]]
name = "net2"
2020-09-22 07:51:59 -07:00
version = "0.2.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853"
dependencies = [
"cfg-if",
"libc",
"winapi 0.3.9",
]
2018-11-21 08:40:18 -08:00
[[package]]
name = "num-bigint"
2020-09-22 07:43:42 -07:00
version = "0.3.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7f3fc75e3697059fb1bc465e3d8cca6cf92f56854f201158b3f9c77d5a3cfa0"
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"
2020-07-28 21:34:36 -07:00
version = "0.1.43"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
2018-11-21 08:40:18 -08:00
dependencies = [
"autocfg",
"num-traits",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "num-traits"
2020-07-28 21:34:36 -07:00
version = "0.2.12"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
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"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
2020-07-28 21:34:36 -07:00
[[package]]
name = "once_cell"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
[[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 = "pin-project"
version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-09-22 08:09:55 -07:00
[[package]]
name = "pin-project-lite"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
[[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"
2020-07-28 21:34:36 -07:00
version = "0.3.18"
2018-11-22 05:54:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
2018-11-22 05:54:25 -08:00
2019-08-29 10:04:53 -07:00
[[package]]
name = "ppv-lite86"
2020-09-22 07:51:59 -07:00
version = "0.2.9"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
2018-11-21 08:40:18 -08:00
2020-09-22 07:43:42 -07:00
[[package]]
name = "proc-macro-hack"
version = "0.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598"
2020-09-22 07:43:42 -07:00
[[package]]
name = "proc-macro-nested"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
2020-01-15 05:07:00 -08:00
[[package]]
name = "proc-macro2"
2020-09-22 07:51:59 -07:00
version = "1.0.21"
2020-01-15 05:07:00 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c"
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"
2020-09-22 07:43:42 -07:00
version = "2.17.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb14183cc7f213ee2410067e1ceeadba2a7478a59432ff0747a335202798b1e2"
dependencies = [
"bytes",
]
2018-11-21 08:40:18 -08:00
[[package]]
name = "protobuf-codegen"
2020-09-22 07:43:42 -07:00
version = "2.17.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3360a1e017386e7d9fc65f7425bef9bcf1e62871f8b5a7b0570ef2ff5073f9a0"
2018-11-21 08:40:18 -08:00
dependencies = [
"protobuf",
2018-11-21 08:40:18 -08:00
]
[[package]]
name = "protobuf-codegen-pure"
2020-09-22 07:43:42 -07:00
version = "2.17.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "899e61d9d3db627471119baf57db06385c12723c2f47a03dd4244c693ca6d85e"
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"
2020-07-28 21:34:36 -07:00
version = "1.0.7"
2020-01-15 05:07:00 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
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"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64de9a0c5361e034f1aefc9f71a86871ec870e766fe31a009734a989b329286a"
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",
]
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"
version = "1.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
]
[[package]]
name = "regex-syntax"
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
2020-02-26 20:36:36 -08:00
[[package]]
name = "ring"
version = "0.16.12"
2020-02-26 20:36:36 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba5a8ec64ee89a76c98c549af81ff14813df09c3e6dc4766c3856da48597a0c"
2020-02-26 20:36:36 -08:00
dependencies = [
"cc",
"lazy_static",
"libc",
"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"
2020-09-22 07:43:42 -07:00
version = "0.24.0"
2018-11-22 05:54:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c78c3275d9d6eb684d2db4b2388546b32fdae0586c20a82f3905d21ea78b9ef"
2018-11-22 05:54:25 -08:00
dependencies = [
"bitflags",
"fallible-iterator",
"fallible-streaming-iterator",
"libsqlite3-sys",
"lru-cache",
"memchr",
"smallvec",
"time",
2020-09-22 07:43:42 -07:00
]
[[package]]
name = "rust-argon2"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19"
2020-09-22 07:43:42 -07:00
dependencies = [
"base64 0.12.3",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",
2018-11-22 05:54:25 -08:00
]
2018-11-21 08:40:18 -08:00
[[package]]
name = "rustc-demangle"
version = "0.1.16"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
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"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2932dc07acd2066ff2e3921a4419606b220ba6cd03a9935123856cc534877056"
dependencies = [
"secp256k1-sys",
]
[[package]]
name = "secp256k1-sys"
version = "0.1.2"
2020-02-26 20:36:36 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ab2c26f0d3552a0f12e639ae8a64afc2e3db9c52fe32f5fc6c289d38519f220"
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.116"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5"
2020-09-22 07:43:42 -07:00
[[package]]
name = "serde_derive"
version = "1.0.116"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8"
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"
version = "1.0.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
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"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1"
2020-09-22 07:43:42 -07:00
dependencies = [
"block-buffer 0.9.0",
"cfg-if",
"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"
version = "1.4.2"
2020-07-28 21:34:36 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
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.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33a71ea1ea5f8747d1af1979bfb7e65c3a025a70609f04ceb78425bc5adad8e6"
2020-09-22 07:43:42 -07:00
dependencies = [
"version_check",
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"
2020-09-22 07:51:59 -07:00
version = "2.3.0"
2018-11-21 08:40:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd"
2018-11-21 08:40:18 -08:00
2020-01-15 05:07:00 -08:00
[[package]]
name = "syn"
2020-09-22 07:51:59 -07:00
version = "1.0.41"
2020-01-15 05:07:00 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b"
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"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
"lazy_static",
]
2018-11-22 05:54:25 -08:00
[[package]]
name = "time"
2020-09-22 07:43:42 -07:00
version = "0.2.21"
2018-11-22 05:54:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c2e31fb28e2a9f01f5ed6901b066c1ba2333c04b64dc61254142bafcb3feb2c"
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ae9b6e9f095bc105e183e3cd493d72579be3181ad4004fceb01adbe9eecab2d"
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"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
dependencies = [
"bytes",
"iovec",
"lazy_static",
"libc",
"memchr",
"mio",
"mio-uds",
"pin-project-lite",
"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",
"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"
2020-07-28 21:34:36 -07:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
[[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"
2020-09-22 07:51:59 -07:00
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2020-09-22 07:51:59 -07:00
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68"
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2020-09-22 07:51:59 -07:00
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-09-22 07:51:59 -07:00
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2020-09-22 07:51:59 -07:00
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307"
[[package]]
name = "web-sys"
2020-09-22 07:51:59 -07:00
version = "0.3.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2020-02-26 20:36:36 -08:00
[[package]]
name = "webpki"
version = "0.21.2"
2020-02-26 20:36:36 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1f50e1972865d6b1adb54167d1c8ed48606004c2c9d0ea5f1eeb34d95e863ef"
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",
"base58",
"bls12_381",
"bs58",
"failure",
"futures 0.3.5",
"grpc",
"grpc-protobuf",
"hdwallet",
2020-09-22 09:35:50 -07:00
"hex",
"httpbis",
"jni",
"log",
"log-panics",
"protobuf",
"protobuf-codegen-pure",
"ripemd160",
"secp256k1",
2020-09-22 09:35:50 -07:00
"sha2 0.9.1",
"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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b79f9dc0aaa1ce6e5c4f25021d9d42af9da2825b69adae8a731ceeda20235f9b"
2018-11-21 08:40:18 -08:00
dependencies = [
"bech32",
"bls12_381",
"bs58",
"ff",
"group",
2020-09-22 09:35:50 -07:00
"hex",
"jubjub",
"protobuf",
"protobuf-codegen-pure",
"subtle",
"zcash_primitives",
]
[[package]]
name = "zcash_client_sqlite"
2020-10-30 06:21:21 -07:00
version = "0.2.1"
2020-09-22 07:43:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-30 06:21:21 -07:00
checksum = "58570135d82cb5c5df7aead33ef4a8963320cffcb42d17e7b61a3f86892fa7d7"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45ab71b5765cb89a423e3a2f0de596dc8e581bf5bbf9d933bc8c22833886d13c"
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",
"sha2 0.9.1",
"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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "902845afb8636c4f88c0fd2a8bf338b645474488cb60676194fbf7713a3b9cc0"
dependencies = [
"bellman",
"blake2b_simd",
"bls12_381",
"byteorder",
"directories",
"ff",
"group",
"jubjub",
"lazy_static",
"rand_core 0.5.1",
"zcash_primitives",
]