Cargo.lock 192 KiB
Newer Older
name = "string"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
 "bytes 0.4.12",
]

[[package]]
name = "string-interner"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd710eadff449a1531351b0e43eb81ea404336fa2f56c777427ab0e32a4cf183"
]

[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8faa2719539bbe9d77869bfb15d4ee769f99525e707931452c97b693b3f159d"
 "clap",
 "lazy_static",
 "structopt-derive",
]

[[package]]
name = "structopt-derive"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f88b8e18c69496aad6f9ddf4630dd7d585bcaf765786cb415b9aec2fe5a0430"
 "heck",
 "proc-macro-error",
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro2 1.0.9",
 "quote 1.0.3",
 "syn 1.0.17",
]

[[package]]
name = "strum"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6138f8f88a16d90134763314e3fc76fa3ed6a7db4725d6acf9a3ef95a3188d22"
 "strum_macros",
]

[[package]]
name = "strum_macros"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0054a7df764039a6cd8592b9de84be4bec368ff081d203a7d5371cbfa8e65c81"
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro2 1.0.9",
 "quote 1.0.3",
 "syn 1.0.17",
]

[[package]]
name = "substrate-bip39"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c004e8166d6e0aa3a9d5fa673e5b7098ff25f930de1013a21341988151e681bb"
 "hmac",
 "pbkdf2",
 "schnorrkel",
 "sha2",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "substrate-browser-utils"
version = "0.8.0-dev"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
source = "git+https://github.com/paritytech/substrate#220b9c670f396ebfc6fb84ae02ebf5d42d584227"
dependencies = [
 "chrono",
 "clear_on_drop",
 "console_error_panic_hook",
 "console_log",
 "futures 0.1.29",
 "futures 0.3.4",
 "futures-timer 3.0.2",
 "js-sys",
 "kvdb-web",
 "libp2p-wasm-ext",
 "log 0.4.8",
 "rand 0.6.5",
 "rand 0.7.3",
 "sc-chain-spec",
 "sc-informant",
 "sc-network",
 "sc-service",
 "sp-database",
 "wasm-bindgen",
 "wasm-bindgen-futures",
[[package]]
name = "substrate-build-script-utils"
version = "2.0.0-dev"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
source = "git+https://github.com/paritytech/substrate#220b9c670f396ebfc6fb84ae02ebf5d42d584227"
dependencies = [
 "platforms",
]

[[package]]
name = "substrate-frame-rpc-system"
version = "2.0.0-dev"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
source = "git+https://github.com/paritytech/substrate#220b9c670f396ebfc6fb84ae02ebf5d42d584227"
 "frame-system-rpc-runtime-api",
 "futures 0.3.4",
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "log 0.4.8",
 "parity-scale-codec",
 "sc-client",
 "serde",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "sp-transaction-pool",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "substrate-prometheus-endpoint"
version = "0.8.0-dev"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
source = "git+https://github.com/paritytech/substrate#220b9c670f396ebfc6fb84ae02ebf5d42d584227"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "async-std",
Gavin Wood's avatar
Gavin Wood committed
 "derive_more 0.99.3",
 "futures-util",
 "hyper 0.13.4",
 "log 0.4.8",
 "prometheus",
 "tokio 0.2.13",
[[package]]
name = "substrate-test-client"
version = "2.0.0-dev"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
source = "git+https://github.com/paritytech/substrate#220b9c670f396ebfc6fb84ae02ebf5d42d584227"
dependencies = [
 "futures 0.3.4",
 "hash-db",
 "parity-scale-codec",
 "sc-client",
 "sc-client-api",
 "sc-client-db",
 "sc-executor",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-keyring",
 "sp-runtime",
 "sp-state-machine",
]

[[package]]
name = "substrate-test-runtime"
version = "2.0.0-dev"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
source = "git+https://github.com/paritytech/substrate#220b9c670f396ebfc6fb84ae02ebf5d42d584227"
dependencies = [
 "cfg-if",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-rpc-runtime-api",
 "log 0.4.8",
 "memory-db",
 "pallet-babe",
 "pallet-timestamp",
 "parity-scale-codec",
 "parity-util-mem",
 "sc-client",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-block-builder",
 "sp-consensus-aura",
 "sp-consensus-babe",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-offchain",
 "sp-runtime",
 "sp-runtime-interface",
 "sp-session",
 "sp-std",
 "sp-transaction-pool",
 "sp-trie",
 "sp-version",
 "substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate)",
 "trie-db",
]

[[package]]
name = "substrate-test-runtime-client"
version = "2.0.0-dev"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
source = "git+https://github.com/paritytech/substrate#220b9c670f396ebfc6fb84ae02ebf5d42d584227"
dependencies = [
 "futures 0.3.4",
 "parity-scale-codec",
 "sc-block-builder",
 "sc-client",
 "sc-client-api",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "substrate-test-client",
 "substrate-test-runtime",
]

[[package]]
name = "substrate-wasm-builder-runner"
version = "1.0.5"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
source = "git+https://github.com/paritytech/substrate#220b9c670f396ebfc6fb84ae02ebf5d42d584227"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "substrate-wasm-builder-runner"
version = "1.0.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e30c70de7e7d5fd404fe26db1e7a4d6b553e2760b1ac490f249c04a960c483b8"
[[package]]
name = "substrate-wasmtime"
version = "0.13.0-threadsafe.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e512629525ecfe43bffe1f3d9e6bb0f08bf01155288ef27fcaae4ea086e4a9d"
dependencies = [
 "anyhow",
 "backtrace",
 "cfg-if",
 "lazy_static",
 "libc",
 "region",
 "rustc-demangle",
 "substrate-wasmtime-jit",
 "substrate-wasmtime-runtime",
 "target-lexicon",
 "wasmparser",
 "wasmtime-environ",
 "wasmtime-profiling",
 "wat",
 "winapi 0.3.8",
]

[[package]]
name = "substrate-wasmtime-jit"
version = "0.13.0-threadsafe.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a20de5564886d2bcffdd351c9cd114ceb50758aa58eac3cedb14faabf7f93b91"
dependencies = [
 "anyhow",
 "cfg-if",
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-frontend",
 "cranelift-native",
 "cranelift-wasm",
 "more-asserts",
 "region",
 "substrate-wasmtime-runtime",
 "target-lexicon",
 "thiserror",
 "wasmparser",
 "wasmtime-debug",
 "wasmtime-environ",
 "wasmtime-profiling",
 "winapi 0.3.8",
]

[[package]]
name = "substrate-wasmtime-runtime"
version = "0.13.0-threadsafe.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d08846f04293a7fc27eeb30f06262ca2e1b4ee20f5192cec1f3ce201e08ceb8"
dependencies = [
 "backtrace",
 "cc",
 "cfg-if",
 "indexmap",
 "lazy_static",
 "libc",
 "memoffset",
 "more-asserts",
 "region",
 "thiserror",
 "wasmtime-environ",
 "wasmtime-profiling",
 "winapi 0.3.8",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "subtle"
version = "1.0.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "subtle"
Gavin Wood's avatar
Gavin Wood committed
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941"
[[package]]
name = "syn"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
dependencies = [
 "quote 0.3.15",
 "synom",
 "unicode-xid 0.0.4",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "syn"
Gavin Wood's avatar
Gavin Wood committed
version = "0.15.44"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "proc-macro2 0.4.30",
 "quote 0.6.13",
 "unicode-xid 0.1.0",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "syn"
version = "1.0.17"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro2 1.0.9",
 "quote 1.0.3",
 "unicode-xid 0.2.0",
[[package]]
name = "syn-mid"
Gavin Wood's avatar
Gavin Wood committed
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro2 1.0.9",
 "quote 1.0.3",
 "syn 1.0.17",
[[package]]
name = "synom"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
dependencies = [
 "unicode-xid 0.0.4",
]

[[package]]
name = "synstructure"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro2 1.0.9",
 "quote 1.0.3",
 "syn 1.0.17",
 "unicode-xid 0.2.0",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "sysinfo"
version = "0.12.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ccb41798287e8e299a701b5560d886d6ca2c3e7115e9ea2cb68c123aec339b7"
dependencies = [
 "cfg-if",
 "doc-comment",
 "libc",
 "ntapi",
 "once_cell",
 "rayon",
 "winapi 0.3.8",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "take_mut"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "target-lexicon"
version = "0.10.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "tempfile"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "cfg-if",
 "libc",
 "rand 0.7.3",
 "redox_syscall",
 "remove_dir_all",
 "winapi 0.3.8",
[[package]]
name = "termcolor"
Gavin Wood's avatar
Gavin Wood committed
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
dependencies = [
 "winapi-util",
[[package]]
name = "test-parachain-adder"
Bastian Köcher's avatar
Bastian Köcher committed
version = "0.7.29"
dependencies = [
 "dlmalloc",
 "parity-scale-codec",
 "polkadot-parachain",
 "sp-io",
 "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.5.0",
]

[[package]]
name = "test-parachain-adder-collator"
version = "0.1.0"
dependencies = [
 "futures 0.3.4",
 "parity-scale-codec",
 "parking_lot 0.10.0",
 "polkadot-collator",
 "polkadot-parachain",
 "polkadot-primitives",
 "sc-client",
 "sc-client-api",
 "sp-core",
 "test-parachain-adder",
]

[[package]]
name = "test-parachain-code-upgrader"
version = "0.7.22"
dependencies = [
 "dlmalloc",
 "parity-scale-codec",
 "polkadot-parachain",
 "sp-io",
 "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.5.0",
]

[[package]]
name = "test-parachain-halt"
Bastian Köcher's avatar
Bastian Köcher committed
version = "0.7.29"
dependencies = [
 "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "test-parachains"
version = "0.7.22"
dependencies = [
 "parity-scale-codec",
 "polkadot-parachain",
 "test-parachain-adder",
 "test-parachain-code-upgrader",
 "test-parachain-halt",
 "tiny-keccak 1.5.0",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "textwrap"
version = "0.11.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "unicode-width",
[[package]]
name = "theban_interval_tree"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7b42a5385db9a651628091edcd1d58ac9cb1c92327d8cd2a29bf8e35bdfe4ea"
 "memrange",
 "rand 0.3.23",
 "time",
[[package]]
name = "thiserror"
Gavin Wood's avatar
Gavin Wood committed
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "e3711fd1c4e75b3eff12ba5c40dba762b6b65c5476e8174c1a664772060c49bf"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
Gavin Wood's avatar
Gavin Wood committed
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "ae2b85ba4c9aa32dd3343bd80eb8d22e9b54b7688c17ea3907f236885353b233"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro2 1.0.9",
 "quote 1.0.3",
 "syn 1.0.17",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "thread_local"
Gavin Wood's avatar
Gavin Wood committed
version = "1.0.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "lazy_static",
[[package]]
name = "threadpool"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
dependencies = [
 "num_cpus",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "time"
version = "0.1.42"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "libc",
 "redox_syscall",
 "winapi 0.3.8",
[[package]]
name = "tiny-bip39"
Gavin Wood's avatar
Gavin Wood committed
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "e255ec4f7d4aaccbede17dffcfb2e71434d17f5c921d5a06823b8e58a2bcd468"
dependencies = [
 "failure",
 "hmac",
 "once_cell",
 "pbkdf2",
 "rand 0.7.3",
 "rustc-hash",
 "sha2",
 "unicode-normalization",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "tiny-keccak"
version = "1.5.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d8a021c69bb74a44ccedb824a046447e2c84a01df9e5c20779750acb38e11b2"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "crunchy",
[[package]]
name = "tiny-keccak"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2953ca5148619bc99695c1274cb54c5275bbb913c6adad87e72eaf8db9787f69"
dependencies = [
 "crunchy",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "tokio"
version = "0.1.22"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bytes 0.4.12",
 "futures 0.1.29",
 "mio",
 "num_cpus",
 "tokio-codec",
 "tokio-current-thread",
 "tokio-executor",
 "tokio-fs",
 "tokio-io",
 "tokio-reactor",
 "tokio-sync",
 "tokio-tcp",
 "tokio-threadpool",
 "tokio-timer",
 "tokio-udp",
 "tokio-uds",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "tokio"
version = "0.2.13"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa5e81d6bc4e67fe889d5783bd2a128ab2e0cfa487e0be16b6a8d177b101616"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "bytes 0.5.4",
 "fnv",
 "iovec",
 "lazy_static",
 "libc",
 "memchr",
 "mio",
 "mio-uds",
 "num_cpus",
 "pin-project-lite",
 "signal-hook-registry",
 "slab",
 "winapi 0.3.8",
[[package]]
name = "tokio-buf"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
dependencies = [
 "bytes 0.4.12",
 "either",
 "futures 0.1.29",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "tokio-codec"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.2"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bytes 0.4.12",
 "futures 0.1.29",
 "tokio-io",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "tokio-current-thread"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.7"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.1.29",
 "tokio-executor",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "tokio-executor"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.10"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "crossbeam-utils",
 "futures 0.1.29",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "tokio-fs"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.7"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.1.29",
 "tokio-io",
 "tokio-threadpool",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "tokio-io"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.13"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bytes 0.4.12",
 "futures 0.1.29",
 "log 0.4.8",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "tokio-reactor"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.12"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "crossbeam-utils",
 "futures 0.1.29",
 "lazy_static",
 "log 0.4.8",
 "mio",
 "num_cpus",
 "parking_lot 0.9.0",
 "slab",
 "tokio-executor",
 "tokio-io",
 "tokio-sync",
]

[[package]]
name = "tokio-rustls"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4adb8b3e5f86b707f1b54e7c15b6de52617a823608ccda98a15d3a24222f265a"
dependencies = [
 "futures-core",
 "tokio 0.2.13",
 "webpki",
[[package]]
name = "tokio-sync"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
dependencies = [
 "fnv",
 "futures 0.1.29",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "tokio-tcp"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bytes 0.4.12",
 "futures 0.1.29",
 "iovec",
 "mio",
 "tokio-io",
 "tokio-reactor",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "tokio-threadpool"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.18"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "crossbeam-deque",
 "crossbeam-queue",
 "crossbeam-utils",
 "futures 0.1.29",
 "lazy_static",
 "log 0.4.8",
 "num_cpus",
 "slab",
 "tokio-executor",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "tokio-timer"
Gavin Wood's avatar
Gavin Wood committed
version = "0.2.13"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "crossbeam-utils",
 "futures 0.1.29",
 "slab",
 "tokio-executor",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "tokio-udp"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.6"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bytes 0.4.12",
 "futures 0.1.29",
 "log 0.4.8",
 "mio",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
[[package]]
name = "tokio-uds"
Gavin Wood's avatar
Gavin Wood committed
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5076db410d6fdc6523df7595447629099a1fdc47b3d9f896220780fa48faf798"
 "bytes 0.4.12",
 "futures 0.1.29",
 "iovec",
 "libc",
 "log 0.4.8",
 "mio",
 "mio-uds",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "tokio-util"
Gavin Wood's avatar
Gavin Wood committed
version = "0.2.0"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "bytes 0.5.4",
 "futures-core",
 "futures-sink",
 "log 0.4.8",
 "pin-project-lite",
 "tokio 0.2.13",
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
dependencies = [
]

[[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.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1721cc8cf7d770cc4257872507180f35a4797272f5962f24c806af9e7faf52ab"
dependencies = [
 "cfg-if",
 "tracing-attributes",
 "tracing-core",
]

[[package]]
name = "tracing-attributes"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fbad39da2f9af1cae3016339ad7f2c7a9e870f12e8fd04c4fd7ef35b30c0d2b"
dependencies = [
 "quote 1.0.3",
 "syn 1.0.17",
]

[[package]]
name = "tracing-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aa83a9a47081cd522c09c81b31aec2c9273424976f922ad61c053b58350b715"
dependencies = [
 "lazy_static",
[[package]]
name = "treeline"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "trie-db"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
version = "0.20.1"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
checksum = "bcc309f34008563989045a4c4dbcc5770467f3a3785ee80a9b5cc0d83362475f"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "hash-db",
 "hashbrown",
 "log 0.4.8",
 "rustc-hex",
 "smallvec 1.2.0",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "trie-root"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "652931506d2c1244d7217a70b99f56718a7b4161b37f04e7cd868072a99f68cd"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "hash-db",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "try-lock"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"

[[package]]
name = "twofish"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712d261e83e727c8e2dbb75dacac67c36e35db36a958ee504f2164fc052434e1"
dependencies = [
 "block-cipher-trait",
 "opaque-debug",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "twox-hash"
version = "1.5.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "rand 0.7.3",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "typenum"
Gavin Wood's avatar
Gavin Wood committed
version = "1.11.2"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "uint"
Kian Paimani's avatar
Kian Paimani committed
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e75a4cdd7b87b28840dba13c483b9a88ee6bbf16ba5c951ee1ecfcf723078e0d"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "crunchy",
 "rustc-hex",
 "static_assertions",
[[package]]
name = "unicase"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "version_check",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "matches",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "unicode-normalization"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.12"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
dependencies = [
 "smallvec 1.2.0",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "unicode-segmentation"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "unicode-width"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.7"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "unicode-xid"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "unicode-xid"