Skip to content
Cargo.lock 192 KiB
Newer Older
dependencies = [
 "parity-scale-codec",
 "sp-api",
 "sp-application-crypto",
 "sp-inherents",
 "sp-runtime",
 "sp-std",
 "sp-timestamp",
[[package]]
name = "sp-consensus-babe"
dependencies = [
 "parity-scale-codec",
 "schnorrkel",
 "sp-api",
 "sp-application-crypto",
 "sp-consensus",
 "sp-inherents",
 "sp-runtime",
 "sp-std",
 "sp-timestamp",
name = "sp-consensus-pow"
dependencies = [
 "parity-scale-codec",
 "sp-api",
 "sp-core",
 "sp-runtime",
 "sp-std",
name = "sp-core"
version = "2.0.0"
dependencies = [
 "base58",
 "blake2-rfc",
 "byteorder 1.3.4",
 "criterion 0.2.11",
 "ed25519-dalek",
 "hash-db",
 "hash256-std-hasher",
 "hex",
 "hex-literal",
 "impl-serde 0.2.3",
 "lazy_static",
 "libsecp256k1",
 "log 0.4.8",
 "num-traits",
 "parity-scale-codec",
 "parity-util-mem",
Demi Obenour's avatar
Demi Obenour committed
 "parking_lot 0.10.0",
 "pretty_assertions",
 "primitive-types",
 "rand 0.7.3",
 "regex",
 "rustc-hex",
 "schnorrkel",
 "serde",
 "serde_json",
 "sha2",
 "sp-debug-derive",
 "sp-externalities",
 "sp-runtime-interface",
 "sp-serializer",
 "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"
dependencies = [
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn",
name = "sp-externalities"
 "environmental",
 "sp-std",
 "sp-storage",
name = "sp-finality-grandpa"
version = "2.0.0"
dependencies = [
 "parity-scale-codec",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-runtime",
 "sp-std",
name = "sp-finality-tracker"
version = "2.0.0"
dependencies = [
 "parity-scale-codec",
 "sp-inherents",
 "sp-std",
name = "sp-inherents"
version = "2.0.0"
 "derive_more",
 "parity-scale-codec",
Demi Obenour's avatar
Demi Obenour committed
 "parking_lot 0.10.0",
 "sp-core",
 "sp-std",
name = "sp-io"
version = "2.0.0"
dependencies = [
 "hash-db",
 "libsecp256k1",
 "log 0.4.8",
 "parity-scale-codec",
 "sp-core",
 "sp-externalities",
 "sp-runtime-interface",
 "sp-state-machine",
 "sp-std",
 "sp-trie",
 "sp-wasm-interface",
name = "sp-keyring"
 "lazy_static",
 "sp-core",
 "sp-runtime",
 "strum",
[[package]]
name = "sp-offchain"
version = "2.0.0"
dependencies = [
 "sp-api",
 "sp-runtime",
name = "sp-panic-handler"
version = "2.0.0"
 "backtrace",
 "log 0.4.8",
name = "sp-phragmen"
version = "2.0.0"
 "rand 0.7.3",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "substrate-test-utils",
]

[[package]]
name = "sp-rpc"
version = "2.0.0"
dependencies = [
 "serde",
 "serde_json",
 "sp-core",
[[package]]
name = "sp-runtime"
version = "2.0.0"
dependencies = [
 "impl-trait-for-tuples",
 "log 0.4.8",
 "parity-scale-codec",
 "parity-util-mem",
 "paste",
 "rand 0.7.3",
 "serde",
 "serde_json",
 "sp-application-crypto",
 "sp-arithmetic",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-std",
[[package]]
name = "sp-runtime-interface"
version = "2.0.0"
dependencies = [
 "parity-scale-codec",
 "primitive-types",
 "rustversion",
 "sp-core",
 "sp-externalities",
 "sp-io",
 "sp-runtime-interface-proc-macro",
 "sp-runtime-interface-test-wasm",
 "sp-state-machine",
 "sp-std",
 "sp-wasm-interface",
 "static_assertions",
 "trybuild",
]

[[package]]
name = "sp-runtime-interface-proc-macro"
version = "2.0.0"
dependencies = [
 "Inflector",
 "proc-macro-crate",
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn",
[[package]]
name = "sp-runtime-interface-test"
version = "2.0.0"
dependencies = [
 "sc-executor",
 "sp-core",
 "sp-io",
 "sp-runtime-interface",
 "sp-runtime-interface-test-wasm",
 "sp-state-machine",
[[package]]
name = "sp-runtime-interface-test-wasm"
version = "2.0.0"
dependencies = [
 "sp-core",
 "sp-io",
 "sp-runtime-interface",
 "sp-std",
 "substrate-wasm-builder-runner",
[[package]]
name = "sp-sandbox"
dependencies = [
 "assert_matches",
 "parity-scale-codec",
 "sp-core",
 "sp-io",
 "sp-std",
 "sp-wasm-interface",
 "wabt",
 "wasmi",
name = "sp-serializer"
version = "2.0.0"
dependencies = [
 "serde",
 "serde_json",
name = "sp-session"
version = "2.0.0"
dependencies = [
 "sp-api",
 "sp-core",
 "sp-runtime",
 "sp-std",
Gav's avatar
Gav committed
[[package]]
name = "sp-staking"
version = "2.0.0"
dependencies = [
 "parity-scale-codec",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "sp-state-machine"
Gav's avatar
Gav committed
dependencies = [
 "hash-db",
 "hex-literal",
 "log 0.4.8",
 "num-traits",
 "parity-scale-codec",
Demi Obenour's avatar
Demi Obenour committed
 "parking_lot 0.10.0",
 "rand 0.7.3",
 "sp-core",
 "sp-externalities",
 "sp-panic-handler",
 "sp-trie",
 "trie-db",
 "trie-root",
Gav's avatar
Gav committed
]

name = "sp-std"
version = "2.0.0"

[[package]]
name = "sp-storage"
version = "2.0.0"
dependencies = [
 "impl-serde 0.2.3",
 "serde",
 "sp-debug-derive",
 "sp-std",
[[package]]
name = "sp-test-primitives"
version = "2.0.0"
dependencies = [
 "parity-scale-codec",
 "parity-util-mem",
 "serde",
 "sp-application-crypto",
 "sp-core",
 "sp-runtime",
[[package]]
name = "sp-timestamp"
version = "2.0.0"
dependencies = [
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "sp-api",
 "sp-inherents",
 "sp-runtime",
 "sp-std",
Gav's avatar
Gav committed
[[package]]
name = "sp-transaction-pool"
version = "2.0.0"
Gav's avatar
Gav committed
dependencies = [
 "derive_more",
 "futures 0.3.4",
 "log 0.4.8",
 "parity-scale-codec",
 "serde",
 "sp-api",
 "sp-runtime",
Gav's avatar
Gav committed
[[package]]
name = "sp-trie"
version = "2.0.0"
Gav's avatar
Gav committed
dependencies = [
 "criterion 0.2.11",
 "hash-db",
 "hex-literal",
 "memory-db",
 "parity-scale-codec",
 "sp-core",
 "sp-std",
 "trie-bench",
 "trie-db",
 "trie-root",
 "trie-standardmap",
name = "sp-version"
version = "2.0.0"
dependencies = [
 "impl-serde 0.2.3",
 "parity-scale-codec",
 "serde",
 "sp-runtime",
 "sp-std",
name = "sp-wasm-interface"
version = "2.0.0"
dependencies = [
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "sp-std",
 "wasmi",
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 = "stream-cipher"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8131256a5896cabcf5eb04f4d6dacbe1aefda854b0d9896e09cb58829ec5638c"
dependencies = [
 "generic-array",
name = "string"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
 "bytes 0.4.12",
name = "string-interner"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd710eadff449a1531351b0e43eb81ea404336fa2f56c777427ab0e32a4cf183"
dependencies = [
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"

[[package]]
name = "structopt"
Demi Obenour's avatar
Demi Obenour committed
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1bcbed7d48956fcbb5d80c6b95aedb553513de0a1b451ea92679d999c010e98"
dependencies = [
 "clap",
 "lazy_static",
 "structopt-derive",
[[package]]
name = "structopt-derive"
Demi Obenour's avatar
Demi Obenour committed
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "095064aa1f5b94d14e635d0a5684cf140c43ae40a0fd990708d38f5d669e5f64"
dependencies = [
 "heck",
 "proc-macro-error",
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn",
[[package]]
name = "strum"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6138f8f88a16d90134763314e3fc76fa3ed6a7db4725d6acf9a3ef95a3188d22"
dependencies = [
 "strum_macros",
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
[[package]]
name = "strum_macros"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0054a7df764039a6cd8592b9de84be4bec368ff081d203a7d5371cbfa8e65c81"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
dependencies = [
 "heck",
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn",
name = "subkey"
version = "2.0.0"
 "clap",
 "derive_more",
 "frame-system",
 "futures 0.1.29",
 "hex",
 "hex-literal",
 "hyper 0.12.35",
 "itertools",
 "jsonrpc-core-client",
 "node-primitives",
 "node-runtime",
 "pallet-balances",
 "pallet-transaction-payment",
 "parity-scale-codec",
 "rand 0.7.3",
 "rpassword",
 "rustc-hex",
 "sc-rpc",
 "sp-core",
 "sp-runtime",
 "substrate-bip39",
 "tiny-bip39",
]

[[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",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "substrate-build-script-utils"
version = "2.0.0"

[[package]]
name = "substrate-frame-rpc-support"
version = "2.0.0"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "frame-support",
 "frame-system",
 "futures 0.3.4",
 "jsonrpc-client-transports",
 "jsonrpc-core",
 "parity-scale-codec",
 "sc-rpc-api",
 "serde",
 "sp-storage",
 "tokio 0.1.22",
]

[[package]]
name = "substrate-frame-rpc-system"
version = "2.0.0"
dependencies = [
 "env_logger 0.7.1",
 "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",
 "sc-transaction-pool",
 "serde",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "sp-transaction-pool",
 "substrate-test-runtime-client",
[[package]]
name = "substrate-test-client"
version = "2.0.0"
 "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"
 "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",
 "sc-executor",
 "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-state-machine",
 "sp-std",
 "sp-transaction-pool",
 "sp-trie",
 "sp-version",
 "substrate-test-runtime-client",
 "substrate-wasm-builder-runner",
[[package]]
name = "substrate-test-runtime-client"
version = "2.0.0"
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-test-runtime-transaction-pool"
version = "2.0.0"
dependencies = [
 "derive_more",
 "futures 0.3.4",
 "parity-scale-codec",
Demi Obenour's avatar
Demi Obenour committed
 "parking_lot 0.10.0",
 "sc-transaction-graph",
 "sp-runtime",
 "sp-transaction-pool",
 "substrate-test-runtime-client",
[[package]]
name = "substrate-wasm-builder"
version = "1.0.9"
 "atty",
 "build-helper",
 "cargo_metadata",
 "fs2",
 "tempfile",
 "toml",
 "walkdir",
 "wasm-gc-api",
]

[[package]]
name = "substrate-wasm-builder-runner"
[[package]]
name = "subtle"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
[[package]]
name = "subtle"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5"
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "unicode-xid 0.2.0",
Demi Obenour's avatar
Demi Obenour committed
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn",
[[package]]
name = "synstructure"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
dependencies = [
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn",
 "unicode-xid 0.2.0",
[[package]]
name = "sysinfo"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f4b2468c629cffba39c0a4425849ab3cdb03d9dfacba69684609aea04d08ff9"
 "cfg-if",
 "doc-comment",
 "libc",
 "rayon",
 "winapi 0.3.8",
[[package]]
name = "take_mut"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
[[package]]
name = "target-lexicon"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
[[package]]
name = "target_info"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c63f48baada5c52e65a29eef93ab4f8982681b67f9e8d29c7b05abcfec2b9ffe"
[[package]]
name = "tempdir"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
dependencies = [
 "rand 0.4.6",
 "remove_dir_all",
]

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
 "cfg-if",
 "libc",
 "rand 0.7.3",
 "redox_syscall",
 "remove_dir_all",
 "winapi 0.3.8",
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
 "winapi-util",
[[package]]
name = "test-case"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a605baa797821796a751f4a959e1206079b24a4b7e1ed302b7d785d81a9276c9"
 "lazy_static",
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn",
 "version_check 0.9.1",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "textwrap"
version = "0.11.0"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "unicode-width",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

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

[[package]]
name = "thiserror-impl"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57e4d2e50ca050ed44fb58309bdce3efa79948f84f9993ad1978de5eebdce5a7"
dependencies = [
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "thread_local"
version = "1.0.1"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "lazy_static",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "threadpool"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
 "libc",
 "redox_syscall",
 "winapi 0.3.8",
[[package]]
name = "tiny-bip39"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cd1fb03fe8e07d17cd851a624a9fff74642a997b67fbd1ccd77533241640d92"
dependencies = [
 "rand 0.7.3",
 "rustc-hash",
[[package]]
name = "tiny-keccak"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d8a021c69bb74a44ccedb824a046447e2c84a01df9e5c20779750acb38e11b2"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Weiliang Li's avatar
Weiliang Li committed
[[package]]
name = "tiny-keccak"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2953ca5148619bc99695c1274cb54c5275bbb913c6adad87e72eaf8db9787f69"
Weiliang Li's avatar
Weiliang Li committed
dependencies = [
[[package]]
name = "tinytemplate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a3c6667d3e65eb1bc3aed6fd14011c6cbc3a0665218ab7f5daf040b9ec371a"
dependencies = [
 "serde",
 "serde_json",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "tokio"
David Craven's avatar
David Craven committed
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "bytes 0.4.12",
 "futures 0.1.29",
 "mio",
 "num_cpus",
 "tokio-codec",
 "tokio-current-thread",
 "tokio-executor 0.1.10",
 "tokio-fs",
 "tokio-io",
 "tokio-reactor",
 "tokio-sync 0.1.8",
 "tokio-tcp",
 "tokio-threadpool",
 "tokio-timer",
 "tokio-udp",
 "tokio-uds",
[[package]]
name = "tokio"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fdd17989496f49cdc57978c96f0c9fe5e4a58a8bddc6813c449a4624f6a030b"
 "bytes 0.5.4",
 "fnv",
 "lazy_static",
 "libc",
 "memchr",
 "mio",
 "mio-uds",
 "num_cpus",
 "pin-project-lite",
 "signal-hook-registry",
 "tokio-macros",
 "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",
[[package]]
name = "tokio-codec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
dependencies = [
 "bytes 0.4.12",