Cargo.lock 195 KiB
Newer Older
 "sp-std",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "sp-timestamp"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "sp-api",
 "sp-inherents",
 "sp-runtime",
 "sp-std",
 "wasm-timer",
[[package]]
name = "sp-tracing"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
dependencies = [
 "tracing",
]

Gavin Wood's avatar
Gavin Wood committed
name = "sp-transaction-pool"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
 "futures 0.3.5",
 "log 0.4.8",
 "parity-scale-codec",
 "serde",
 "sp-api",
 "sp-runtime",
[[package]]
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
dependencies = [
 "hash-db",
 "memory-db",
 "parity-scale-codec",
 "sp-core",
 "sp-std",
 "trie-db",
 "trie-root",
[[package]]
name = "sp-utils"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
 "futures 0.3.5",
 "futures-core",
 "lazy_static",
 "prometheus",
]

version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
 "impl-serde 0.2.3",
 "parity-scale-codec",
 "serde",
 "sp-runtime",
 "sp-std",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sp-wasm-interface"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
Gavin Wood's avatar
Gavin Wood committed
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 = "stable_deref_trait"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"

[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "statrs"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10102ac8d55e35db2b3fafc26f81ba8647da2e15879ab686a67e6d19af2685e8"
 "rand 0.5.6",
[[package]]
name = "stream-cipher"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8131256a5896cabcf5eb04f4d6dacbe1aefda854b0d9896e09cb58829ec5638c"
 "generic-array",
]

[[package]]
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "863246aaf5ddd0d6928dfeb1a9ca65f505599e4e1b399935ef7e75107516b4ef"
 "clap",
 "lazy_static",
 "structopt-derive",
]

[[package]]
name = "structopt-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d239ca4b13aee7a2142e6795cbd69e457665ff8037aed33b3effdc430d2f927a"
 "heck",
 "proc-macro-error",
 "proc-macro2 1.0.13",
 "quote 1.0.6",
 "syn 1.0.23",
]

[[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"
 "proc-macro2 1.0.13",
 "quote 1.0.6",
 "syn 1.0.23",
]

[[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-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
dependencies = [
 "chrono",
 "clear_on_drop",
 "console_error_panic_hook",
 "console_log",
 "futures 0.1.29",
 "futures 0.3.5",
 "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-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
dependencies = [
 "platforms",
]

[[package]]
name = "substrate-frame-rpc-system"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
 "frame-system-rpc-runtime-api",
 "futures 0.3.5",
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "log 0.4.8",
 "parity-scale-codec",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-client-api",
 "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-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "async-std",
 "futures-util",
 "hyper 0.13.5",
 "log 0.4.8",
 "prometheus",
 "tokio 0.2.21",
[[package]]
name = "substrate-test-client"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
dependencies = [
 "futures 0.3.5",
 "hash-db",
 "parity-scale-codec",
 "sc-client-api",
 "sc-client-db",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-consensus",
 "sc-executor",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-service",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-keyring",
 "sp-runtime",
 "sp-state-machine",
]

[[package]]
name = "substrate-test-runtime"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
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",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-service",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-block-builder",
 "sp-consensus-aura",
 "sp-consensus-babe",
 "sp-core",
 "sp-finality-grandpa",
 "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.6 (git+https://github.com/paritytech/substrate)",
 "trie-db",
]

[[package]]
name = "substrate-test-runtime-client"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
dependencies = [
 "futures 0.3.5",
 "parity-scale-codec",
 "sc-block-builder",
 "sc-client-api",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-consensus",
 "sc-service",
 "sp-api",
 "sp-blockchain",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sp-consensus",
 "sp-core",
 "sp-runtime",
 "substrate-test-client",
 "substrate-test-runtime",
]

[[package]]
name = "substrate-wasm-builder-runner"
version = "1.0.6"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "substrate-wasm-builder-runner"
version = "1.0.6"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2a965994514ab35d3893e9260245f2947fd1981cdd4fffd2c6e6d1a9ce02e6a"
[[package]]
name = "substrate-wasmtime"
version = "0.16.0-threadsafe.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bd62264edc1a5f3ef44d86fb0c11c9fb142894b9a2da034f34afae482080d7a"
dependencies = [
 "anyhow",
 "backtrace",
 "cfg-if",
 "lazy_static",
 "libc",
 "region",
 "rustc-demangle",
 "substrate-wasmtime-jit",
 "substrate-wasmtime-profiling",
 "substrate-wasmtime-runtime",
 "target-lexicon",
 "wasmtime-environ",
 "wat",
 "winapi 0.3.8",
]

[[package]]
name = "substrate-wasmtime-jit"
version = "0.16.0-threadsafe.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ce43c159d4f3ef6b19641e1ae045847fd202d8e2cc74df7ccb2b6475e069d4a"
dependencies = [
 "anyhow",
 "cfg-if",
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-frontend",
 "cranelift-native",
 "cranelift-wasm",
 "gimli 0.20.0",
 "more-asserts",
 "region",
 "substrate-wasmtime-profiling",
 "substrate-wasmtime-runtime",
 "target-lexicon",
 "thiserror",
 "wasmtime-debug",
 "wasmtime-environ",
 "winapi 0.3.8",
[[package]]
name = "substrate-wasmtime-profiling"
version = "0.16.0-threadsafe.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c77f0ce539b5a09a54dc80a1cf0c7cd7e694df11029354fe50a2d5fe889bdb97"
dependencies = [
 "anyhow",
 "cfg-if",
 "gimli 0.20.0",
 "object 0.18.0",
 "scroll",
 "serde",
 "substrate-wasmtime-runtime",
 "target-lexicon",
 "wasmtime-environ",
]

[[package]]
name = "substrate-wasmtime-runtime"
version = "0.16.0-threadsafe.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46516af0a64a7d9b652c5aa7436b6ce13edfa54435a66ef177fc02d2283e2dc2"
dependencies = [
 "backtrace",
 "cc",
 "cfg-if",
 "indexmap",
 "lazy_static",
 "libc",
 "memoffset",
 "more-asserts",
 "region",
 "thiserror",
 "wasmtime-environ",
 "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"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b5f192649e48a5302a13f2feb224df883b98933222369e4b3b0fe2a5447269"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "proc-macro2 1.0.13",
 "quote 1.0.6",
 "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 = [
 "proc-macro2 1.0.13",
 "quote 1.0.6",
 "syn 1.0.23",
[[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 = [
 "proc-macro2 1.0.13",
 "quote 1.0.6",
 "syn 1.0.23",
 "unicode-xid 0.2.0",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "sysinfo"
version = "0.13.4"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cac193374347e7c263c5f547524f36ff8ec6702d56c8799c8331d26dffe8c1e"
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"
version = "0.8.0"
dependencies = [
 "dlmalloc",
 "parity-scale-codec",
 "polkadot-parachain",
 "sp-io",
 "substrate-wasm-builder-runner 1.0.6 (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.5",
 "parity-scale-codec",
 "polkadot-collator",
 "polkadot-parachain",
 "polkadot-primitives",
 "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.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.5.0",
]

[[package]]
name = "test-parachain-halt"
version = "0.8.0"
dependencies = [
 "substrate-wasm-builder-runner 1.0.6 (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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5976891d6950b4f68477850b5b9e5aa64d955961466f9e174363f573e54e8ca7"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab81dbd1cd69cd2ce22ecfbdd3bdb73334ba25350649408cc6c085f46d89573d"
dependencies = [
 "proc-macro2 1.0.13",
 "quote 1.0.6",
 "syn 1.0.23",
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.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
 "num_cpus",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "time"
version = "0.1.43"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "libc",
 "winapi 0.3.8",
[[package]]
name = "tiny-bip39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0165e045cc2ae1660270ca65e1676dbaab60feb0f91b10f7d0665e9b47e31f2"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
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.21"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15cb62a0d2770787abc96e99c1cd98fcf17f94959f3af63ca85bdfb203f051b4"
dependencies = [
 "futures-core",
 "tokio 0.2.21",
 "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"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
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.21",
[[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"