Skip to content
Cargo.lock 81.6 KiB
Newer Older

[[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"

[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
 "getrandom",
]

[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
dependencies = [
 "rand_core 0.3.1",
]

[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
 "rand_core 0.5.1",
]

[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
dependencies = [
 "rand_core 0.3.1",
]

[[package]]
name = "rand_jitter"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
dependencies = [
 "libc",
 "rand_core 0.4.2",
]

[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
dependencies = [
 "cloudabi",
 "fuchsia-cprng",
 "libc",
 "rand_core 0.4.2",
 "rdrand",
]

[[package]]
name = "rand_pcg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
dependencies = [
 "autocfg 0.1.7",
 "rand_core 0.4.2",
]

[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
dependencies = [
 "rand_core 0.3.1",
]

[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
dependencies = [
 "rand_core 0.3.1",
]

[[package]]
name = "redox_syscall"
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"

[[package]]
name = "regex"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8"
dependencies = [
 "aho-corasick",
 "memchr",
 "regex-syntax",
 "thread_local",
]

[[package]]
name = "regex-syntax"
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b28dfe3fe9badec5dbf0a79a9cccad2cfc2ab5484bdb3e44cbd1ae8b3ba2be06"

[[package]]
name = "ring"
version = "0.16.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "741ba1704ae21999c00942f9f5944f801e977f54302af346b596287599ad1862"
dependencies = [
 "cc",
 "lazy_static",
 "libc",
 "spin",
 "untrusted",
 "web-sys",
 "winapi 0.3.8",
]

[[package]]
name = "ripemd160"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad5112e0dbbb87577bfbc56c42450235e3012ce336e29c5befd7807bd626da4a"
dependencies = [
 "block-buffer",
 "digest",
 "opaque-debug",
]

[[package]]
name = "rlp"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a44d5ae8afcb238af8b75640907edc6c931efcfab2c854e81ed35fa080f84cd"
dependencies = [
 "rustc-hex",
]

[[package]]
name = "rustc-demangle"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"

[[package]]
name = "rustc-hex"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"

[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
 "semver",
]

[[package]]
name = "rustls"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b25a18b1bf7387f0145e7f8324e700805aade3842dd3db2e74e4cdeb4677c09e"
dependencies = [
 "base64 0.10.1",
 "log",
 "ring",
 "sct",
 "webpki",
]

[[package]]
name = "ryu"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"

[[package]]
name = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"

[[package]]
name = "schnorrkel"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eacd8381b3c37840c9c9f40472af529e49975bdcbc24f83c31059fd6539023d3"
dependencies = [
 "curve25519-dalek 1.2.3",
 "failure",
 "merlin",
 "rand 0.6.5",
 "rand_core 0.4.2",
 "rand_os",
 "sha2",
 "subtle 2.2.2",
 "zeroize 0.9.3",
]

[[package]]
name = "scopeguard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"

[[package]]
name = "scopeguard"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"

[[package]]
name = "scrypt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "656c79d0e90d0ab28ac86bf3c3d10bfbbac91450d3f190113b4e76d9fec3cfdd"
dependencies = [
 "byte-tools",
 "byteorder",
 "hmac",
 "pbkdf2",
 "sha2",
]

[[package]]
name = "sct"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
dependencies = [
 "ring",
 "untrusted",
]

[[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"

[[package]]
name = "send_wrapper"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0eddf2e8f50ced781f288c19f18621fa72a3779e3cb58dbf23b07469b0abeb4"

[[package]]
name = "serde"
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
dependencies = [
 "serde_derive",
]

[[package]]
name = "serde-big-array"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "883eee5198ea51720eab8be52a36cf6c0164ac90eea0ed95b649d5e35382404e"
dependencies = [
 "serde",
 "serde_derive",
]

[[package]]
name = "serde_derive"
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
dependencies = [
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn 1.0.14",
]

[[package]]
name = "serde_json"
version = "1.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9371ade75d4c2d6cb154141b9752cf3781ec9c05e0e5cf35060e1e70ee7b9c25"
dependencies = [
 "itoa",
 "ryu",
 "serde",
]

[[package]]
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"

[[package]]
name = "sha2"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0"
dependencies = [
 "block-buffer",
 "digest",
 "fake-simd",
 "opaque-debug",
]

[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"

[[package]]
name = "smallvec"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
dependencies = [
 "maybe-uninit",
]

[[package]]
name = "smallvec"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"

[[package]]
name = "soketto"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c9dab3f95c9ebdf3a88268c19af668f637a3c5039c2c56ff2d40b1b2d64a25b"
dependencies = [
 "base64 0.11.0",
 "bytes",
 "futures",
 "http",
 "httparse",
 "log",
 "rand 0.7.3",
 "sha1",
 "smallvec 1.2.0",
 "static_assertions",
 "thiserror",
]

[[package]]
name = "sourcefile"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3"

[[package]]
name = "sp-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "hash-db",
 "parity-scale-codec",
 "sp-api-proc-macro",
 "sp-core",
 "sp-runtime",
 "sp-state-machine",
 "sp-std",
 "sp-version",
]

[[package]]
name = "sp-api-proc-macro"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "blake2-rfc",
 "proc-macro-crate",
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn 1.0.14",
]

[[package]]
name = "sp-application-crypto"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-std",
]

[[package]]
name = "sp-arithmetic"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "integer-sqrt",
 "num-traits",
 "parity-scale-codec",
 "serde",
 "sp-debug-derive",
 "sp-std",
]

[[package]]
name = "sp-bridge-eth-poa"
version = "0.1.0"
dependencies = [
 "ethbloom",
 "fixed-hash",
 "hash-db",
 "impl-rlp",
 "impl-serde 0.2.3",
 "parity-bytes",
 "parity-scale-codec",
 "plain_hasher",
 "primitive-types",
 "rlp",
 "serde",
 "serde-big-array",
 "sp-api",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "triehash",
]

[[package]]
name = "sp-core"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "base58",
 "blake2-rfc",
 "byteorder",
 "ed25519-dalek",
 "hash-db",
 "hash256-std-hasher",
 "hex",
 "impl-serde 0.2.3",
 "lazy_static",
 "libsecp256k1",
 "log",
 "num-traits",
 "parity-scale-codec",
 "parity-util-mem",
 "parking_lot 0.10.0",
 "primitive-types",
 "rand 0.7.3",
 "regex",
 "rustc-hex",
 "schnorrkel",
 "serde",
 "sha2",
 "sp-debug-derive",
 "sp-externalities",
 "sp-runtime-interface",
 "sp-std",
 "sp-storage",
 "substrate-bip39",
 "tiny-bip39",
 "tiny-keccak 2.0.1",
 "twox-hash",
 "wasmi",
 "zeroize 1.1.0",
]

[[package]]
name = "sp-debug-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn 1.0.14",
]

[[package]]
name = "sp-externalities"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "environmental",
 "sp-std",
 "sp-storage",
]

[[package]]
name = "sp-finality-grandpa"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "parity-scale-codec",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "sp-inherents"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "derive_more",
 "parity-scale-codec",
 "parking_lot 0.10.0",
 "sp-core",
 "sp-std",
]

[[package]]
name = "sp-io"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "hash-db",
 "libsecp256k1",
 "log",
 "parity-scale-codec",
 "sp-core",
 "sp-externalities",
 "sp-runtime-interface",
 "sp-state-machine",
 "sp-std",
 "sp-trie",
 "sp-wasm-interface",
]

[[package]]
name = "sp-panic-handler"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "backtrace",
 "log",
]

[[package]]
name = "sp-rpc"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "serde",
 "sp-core",
]

[[package]]
name = "sp-runtime"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "impl-trait-for-tuples",
 "log",
 "parity-scale-codec",
 "parity-util-mem",
 "paste",
 "rand 0.7.3",
 "serde",
 "sp-application-crypto",
 "sp-arithmetic",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-std",
]

[[package]]
name = "sp-runtime-interface"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "parity-scale-codec",
 "primitive-types",
 "sp-externalities",
 "sp-runtime-interface-proc-macro",
 "sp-std",
 "sp-wasm-interface",
 "static_assertions",
]

[[package]]
name = "sp-runtime-interface-proc-macro"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "Inflector",
 "proc-macro-crate",
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn 1.0.14",
]

[[package]]
name = "sp-staking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "parity-scale-codec",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "sp-state-machine"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "hash-db",
 "log",
 "num-traits",
 "parity-scale-codec",
 "parking_lot 0.10.0",
 "rand 0.7.3",
 "sp-core",
 "sp-externalities",
 "sp-panic-handler",
 "sp-trie",
 "trie-db",
 "trie-root",
]

[[package]]
name = "sp-std"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"

[[package]]
name = "sp-storage"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "impl-serde 0.2.3",
 "serde",
 "sp-debug-derive",
 "sp-std",
]

[[package]]
name = "sp-timestamp"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "sp-api",
 "sp-inherents",
 "sp-runtime",
 "sp-std",
 "wasm-timer",
]

[[package]]
name = "sp-trie"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "hash-db",
 "memory-db",
 "parity-scale-codec",
 "sp-core",
 "sp-std",
 "trie-db",
 "trie-root",
]

[[package]]
name = "sp-version"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "impl-serde 0.2.3",
 "parity-scale-codec",
 "serde",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "sp-wasm-interface"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#2e8080e2902fc477bbce36512a8f5bcdc4b49f17"
dependencies = [
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "sp-std",
 "wasmi",
]

[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"

[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"

[[package]]
name = "stream-cipher"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8131256a5896cabcf5eb04f4d6dacbe1aefda854b0d9896e09cb58829ec5638c"
dependencies = [
 "generic-array",
]

[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"

[[package]]
name = "substrate-bip39"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be511be555a3633e71739a79e4ddff6a6aaa6579fa6114182a51d72c3eb93c5"
dependencies = [
 "hmac",
 "pbkdf2",
 "schnorrkel",
 "sha2",
]

[[package]]
name = "substrate-bridge"
version = "0.1.0"
dependencies = [
 "async-std",
 "clap",
 "ctrlc",
 "derive_more",
 "env_logger",
 "futures",
 "jsonrpsee",
 "log",
 "node-primitives",
 "serde_json",
 "sp-core",
 "sp-rpc",
 "url",
]

[[package]]
name = "subtle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"

[[package]]
name = "subtle"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941"

[[package]]
name = "syn"
version = "0.15.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
dependencies = [
 "proc-macro2 0.4.30",
 "quote 0.6.13",
 "unicode-xid 0.1.0",
]

[[package]]
name = "syn"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5"
dependencies = [
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "unicode-xid 0.2.0",
]

[[package]]
name = "synstructure"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
dependencies = [
 "proc-macro2 0.4.30",
 "quote 0.6.13",
 "syn 0.15.44",
 "unicode-xid 0.1.0",
]

[[package]]
name = "synstructure"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
dependencies = [
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn 1.0.14",
 "unicode-xid 0.2.0",
]

[[package]]
name = "termcolor"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
dependencies = [
 "winapi-util",
]

[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
 "unicode-width",
]

[[package]]
name = "thiserror"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee14bf8e6767ab4c687c9e8bc003879e042a96fd67a3ba5934eadb6536bef4db"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7b51e1fbc44b5a0840be594fbc0f960be09050f2617e61e6aa43bef97cd3ef4"
dependencies = [
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn 1.0.14",
]

[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
 "lazy_static",
]

[[package]]
name = "time"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
dependencies = [
 "libc",
 "redox_syscall",
 "winapi 0.3.8",
]

[[package]]
name = "tiny-bip39"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1c5676413eaeb1ea35300a0224416f57abc3bd251657e0fafc12c47ff98c060"
dependencies = [
 "failure",
 "hashbrown 0.1.8",
 "hmac",
 "once_cell 0.1.8",
 "pbkdf2",
 "rand 0.6.5",
 "sha2",
]

[[package]]
name = "tiny-keccak"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d8a021c69bb74a44ccedb824a046447e2c84a01df9e5c20779750acb38e11b2"
dependencies = [
 "crunchy",
]

[[package]]
name = "tiny-keccak"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2953ca5148619bc99695c1274cb54c5275bbb913c6adad87e72eaf8db9787f69"
dependencies = [
 "crunchy",
]

[[package]]
name = "tokio"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fdd17989496f49cdc57978c96f0c9fe5e4a58a8bddc6813c449a4624f6a030b"
dependencies = [
 "bytes",
 "fnv",
 "iovec",
 "lazy_static",
 "memchr",
 "mio",
 "pin-project-lite",
 "slab",
]

[[package]]
name = "tokio-util"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930"
dependencies = [
 "bytes",
 "futures-core",
 "futures-sink",
 "log",
 "pin-project-lite",
 "tokio",
]

[[package]]
name = "toml"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
dependencies = [
 "serde",
]

[[package]]
name = "tower-service"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"

[[package]]
name = "tracing"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e213bd24252abeb86a0b7060e02df677d367ce6cb772cef17e9214b8390a8d3"
dependencies = [
 "cfg-if",
 "tracing-attributes",
 "tracing-core",
]

[[package]]
name = "tracing-attributes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04cfd395def5a60236e187e1ff905cb55668a59f29928dec05e6e1b1fd2ac1f3"
dependencies = [
 "quote 1.0.2",
 "syn 1.0.14",
]

[[package]]