Cargo.lock 189 KiB
Newer Older
source = "git+https://github.com/paritytech/reed-solomon-erasure#63c609beaef0f8174a9a21f058d7d3e46c3a762c"
dependencies = [
 "smallvec 0.6.13",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "1.3.4"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "aho-corasick",
 "memchr",
 "regex-syntax",
 "thread_local",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
version = "0.6.16"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1132f845907680735a84409c3bebc64d1364a5683ffbce899550cd09d5eaefc1"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "region"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856"
dependencies = [
 "bitflags",
 "libc",
 "mach",
 "winapi 0.3.8",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "remove_dir_all"
version = "0.5.2"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
 "winapi 0.3.8",
asynchronous rob's avatar
asynchronous rob committed

Gavin Wood's avatar
Gavin Wood committed
version = "0.16.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "741ba1704ae21999c00942f9f5944f801e977f54302af346b596287599ad1862"
 "cc",
 "lazy_static",
 "libc",
 "spin",
 "untrusted",
 "web-sys",
 "winapi 0.3.8",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "rlp"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a44d5ae8afcb238af8b75640907edc6c931efcfab2c854e81ed35fa080f84cd"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12069b106981c6103d3eab7dd1c86751482d0779a520b7c14954c8b586c1e643"
 "libc",
 "librocksdb-sys",
Gavin Wood's avatar
Gavin Wood committed
version = "4.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "libc",
 "winapi 0.3.8",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
dependencies = [
 "base64 0.11.0",
 "blake2b_simd",
 "constant_time_eq",
 "crossbeam-utils",
name = "rustc-demangle"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"

[[package]]
name = "rustc-serialize"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"

[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
asynchronous rob's avatar
asynchronous rob committed
]

[[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 0.4.8",
 "ring",
 "sct",
 "webpki",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "rustls-native-certs"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51ffebdbb48c14f84eba0b715197d673aff1dd22cc1007ca647e28483bbcc307"
dependencies = [
 "openssl-probe",
 "rustls",
 "schannel",
 "security-framework",
Gavin Wood's avatar
Gavin Wood committed
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
 "futures 0.3.4",
 "pin-project",
 "static_assertions",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "ryu"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "rustc_version",
[[package]]
name = "salsa20"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2324b0e8c3bb9a586a571fdb3136f70e7e2c748de00a78043f86e0cff91f91fe"
dependencies = [
 "byteorder 1.3.4",
 "salsa20-core",
 "stream-cipher",
]

[[package]]
name = "salsa20-core"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fe6cc1b9f5a5867853ade63099de70f042f7679e408d1ffe52821c9248e6e69"
dependencies = [
 "stream-cipher",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-authority-discovery"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "bytes 0.5.4",
 "derive_more 0.99.3",
 "futures 0.3.4",
 "futures-timer 3.0.2",
 "libp2p",
 "log 0.4.8",
 "parity-scale-codec",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sc-client-api",
 "sc-keystore",
 "sc-network",
 "serde_json",
 "sp-api",
 "sp-authority-discovery",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "sc-block-builder"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "parity-scale-codec",
 "sc-client-api",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-runtime",
 "sp-state-machine",
[[package]]
name = "sc-chain-spec"
Gavin Wood's avatar
Gavin Wood committed
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
dependencies = [
 "impl-trait-for-tuples",
 "sc-chain-spec-derive",
 "sc-network",
 "sc-telemetry",
 "serde",
 "serde_json",
 "sp-core",
 "sp-runtime",
[[package]]
name = "sc-chain-spec-derive"
Gavin Wood's avatar
Gavin Wood committed
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
dependencies = [
 "proc-macro-crate",
 "proc-macro2 1.0.9",
 "quote 1.0.3",
 "syn 1.0.16",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
 "ansi_term 0.12.1",
 "app_dirs",
 "atty",
 "chrono",
 "clap",
 "derive_more 0.99.3",
 "env_logger 0.7.1",
 "fdlimit",
 "futures 0.3.4",
 "lazy_static",
 "log 0.4.8",
 "names",
 "parity-util-mem",
 "regex",
 "rpassword",
 "sc-client-api",
 "sc-informant",
 "sc-network",
 "sc-service",
 "sc-telemetry",
 "sc-tracing",
 "serde_json",
 "sp-blockchain",
 "sp-core",
 "sp-keyring",
 "sp-panic-handler",
 "sp-runtime",
 "sp-state-machine",
 "structopt",
 "substrate-prometheus-endpoint",
 "time",
 "tokio 0.2.13",
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
 "derive_more 0.99.3",
 "fnv",
 "futures 0.3.4",
 "hash-db",
 "hex-literal",
 "kvdb",
 "log 0.4.8",
 "parity-scale-codec",
 "parking_lot 0.10.0",
 "sc-block-builder",
 "sc-client-api",
 "sc-executor",
 "sc-telemetry",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-externalities",
 "sp-inherents",
 "sp-keyring",
 "sp-runtime",
 "sp-state-machine",
 "sp-std",
 "sp-trie",
 "sp-version",
 "substrate-prometheus-endpoint",
 "tracing",
name = "sc-client-api"
Gavin Wood's avatar
Gavin Wood committed
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
 "derive_more 0.99.3",
 "fnv",
 "futures 0.3.4",
 "hash-db",
 "hex-literal",
 "kvdb",
 "log 0.4.8",
 "parity-scale-codec",
 "parking_lot 0.10.0",
 "sc-executor",
 "sc-telemetry",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-externalities",
 "sp-inherents",
 "sp-keyring",
 "sp-runtime",
 "sp-state-machine",
 "sp-std",
 "sp-storage",
 "sp-transaction-pool",
 "sp-trie",
 "sp-version",
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
 "hash-db",
 "kvdb",
 "kvdb-memorydb",
 "kvdb-rocksdb",
 "linked-hash-map",
 "log 0.4.8",
 "parity-scale-codec",
 "parity-util-mem",
 "parking_lot 0.10.0",
 "rand 0.7.3",
 "sc-client",
 "sc-client-api",
 "sc-executor",
 "sc-state-db",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-runtime",
 "sp-state-machine",
 "sp-trie",
 "substrate-prometheus-endpoint",
name = "sc-consensus-babe"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
dependencies = [
 "derive_more 0.99.3",
 "fork-tree",
 "futures 0.3.4",
 "futures-timer 3.0.2",
 "log 0.4.8",
 "merlin",
 "num-bigint",
 "num-rational",
 "num-traits 0.2.11",
 "parity-scale-codec",
 "parking_lot 0.10.0",
 "pdqselect",
 "rand 0.7.3",
 "sc-client",
 "sc-client-api",
 "sc-consensus-epochs",
 "sc-consensus-slots",
 "sc-consensus-uncles",
 "sc-keystore",
 "sc-telemetry",
 "schnorrkel",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-timestamp",
 "sp-version",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-consensus-epochs"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "fork-tree",
 "parity-scale-codec",
 "parking_lot 0.10.0",
 "sc-client-api",
 "sp-blockchain",
 "sp-runtime",
name = "sc-consensus-slots"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
dependencies = [
 "futures 0.3.4",
 "futures-timer 3.0.2",
 "log 0.4.8",
 "parity-scale-codec",
 "parking_lot 0.10.0",
 "sc-client-api",
 "sc-telemetry",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-state-machine",
name = "sc-consensus-uncles"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
dependencies = [
 "log 0.4.8",
 "sc-client-api",
 "sp-authorship",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
 "derive_more 0.99.3",
 "lazy_static",
 "libsecp256k1",
 "log 0.4.8",
 "parity-scale-codec",
 "parity-wasm",
 "parking_lot 0.10.0",
 "sc-executor-common",
 "sc-executor-wasmi",
 "sc-executor-wasmtime",
 "sp-core",
 "sp-externalities",
 "sp-io",
 "sp-panic-handler",
 "sp-runtime-interface",
 "sp-serializer",
 "sp-trie",
 "sp-version",
 "sp-wasm-interface",
 "wasmi",
]

[[package]]
name = "sc-executor-common"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
dependencies = [
 "derive_more 0.99.3",
 "log 0.4.8",
 "parity-scale-codec",
 "sp-allocator",
 "sp-core",
 "sp-runtime-interface",
 "sp-serializer",
 "sp-wasm-interface",
 "wasmi",
]

[[package]]
name = "sc-executor-wasmi"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
dependencies = [
 "log 0.4.8",
 "parity-scale-codec",
 "parity-wasm",
 "sc-executor-common",
 "sp-allocator",
 "sp-core",
 "sp-runtime-interface",
 "sp-wasm-interface",
 "wasmi",
]

[[package]]
name = "sc-executor-wasmtime"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
dependencies = [
 "log 0.4.8",
 "parity-scale-codec",
 "parity-wasm",
 "sc-executor-common",
 "scoped-tls",
 "sp-allocator",
 "sp-core",
 "sp-runtime-interface",
 "sp-wasm-interface",
 "wasmtime",
name = "sc-finality-grandpa"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
dependencies = [
 "assert_matches",
 "finality-grandpa",
 "fork-tree",
 "futures 0.3.4",
 "futures-timer 3.0.2",
 "log 0.4.8",
 "parity-scale-codec",
 "parking_lot 0.10.0",
 "pin-project",
 "rand 0.7.3",
 "sc-block-builder",
 "sc-client",
 "sc-client-api",
 "sc-keystore",
 "sc-network",
 "sc-network-gossip",
 "sc-telemetry",
 "serde_json",
 "sp-api",
 "sp-arithmetic",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-finality-grandpa",
 "sp-finality-tracker",
 "sp-inherents",
 "sp-runtime",
 "substrate-prometheus-endpoint",
[[package]]
name = "sc-informant"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
dependencies = [
 "ansi_term 0.12.1",
 "futures 0.3.4",
 "log 0.4.8",
 "parity-util-mem",
 "sc-client-api",
 "sc-network",
 "sc-service",
 "sp-blockchain",
 "sp-runtime",
 "wasm-timer",
Gavin Wood's avatar
Gavin Wood committed
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
dependencies = [
 "derive_more 0.99.3",
 "hex",
 "parking_lot 0.10.0",
 "rand 0.7.3",
 "serde_json",
 "sp-application-crypto",
 "sp-core",
 "subtle 2.2.2",
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
 "bitflags",
 "bytes 0.5.4",
 "derive_more 0.99.3",
 "either",
 "erased-serde",
 "fnv",
 "fork-tree",
 "futures 0.3.4",
 "futures-timer 3.0.2",
 "futures_codec",
 "libp2p",
 "linked-hash-map",
 "linked_hash_set",
 "log 0.4.8",
 "lru",
 "nohash-hasher",
 "parity-scale-codec",
 "parking_lot 0.10.0",
 "pin-project",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "rustc-hex",
 "sc-block-builder",
 "sc-client",
 "sc-client-api",
 "sc-peerset",
 "serde",
 "serde_json",
 "slog",
 "slog_derive",
 "smallvec 0.6.13",
 "sp-arithmetic",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-core",
 "sp-runtime",
 "substrate-prometheus-endpoint",
 "thiserror",
 "unsigned-varint 0.3.2",
 "void",
 "wasm-timer",
 "zeroize 1.1.0",
[[package]]
name = "sc-network-gossip"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
 "futures 0.3.4",
 "futures-timer 3.0.2",
 "libp2p",
 "log 0.4.8",
 "lru",
 "parking_lot 0.10.0",
 "sc-network",
 "sp-runtime",
 "wasm-timer",
[[package]]
name = "sc-network-test"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#8c672e107789ed10973d937ba8cac245404377e2"
dependencies = [
 "env_logger 0.7.1",
 "futures 0.3.4",
 "futures-timer 3.0.2",
 "libp2p",
 "log 0.4.8",
 "parking_lot 0.10.0",
 "rand 0.7.3",
 "sc-block-builder",
 "sc-client",
 "sc-client-api",
 "sc-network",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-core",
 "sp-runtime",
 "substrate-test-runtime",
 "substrate-test-runtime-client",
 "tempfile",
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
dependencies = [
 "bytes 0.5.4",
 "fnv",
 "futures 0.3.4",
 "futures-timer 3.0.2",
 "hyper 0.13.3",
 "hyper-rustls",
 "log 0.4.8",
 "num_cpus",
 "parity-scale-codec",
 "parking_lot 0.10.0",
 "rand 0.7.3",
 "sc-client-api",
 "sc-keystore",
 "sc-network",
 "sp-api",
 "sp-core",
 "sp-offchain",
 "sp-runtime",
 "threadpool",
Gavin Wood's avatar
Gavin Wood committed
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
 "futures 0.3.4",
 "libp2p",
 "log 0.4.8",
 "serde_json",
 "wasm-timer",
Gavin Wood's avatar
Gavin Wood committed
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
 "futures 0.3.4",
 "hash-db",
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "log 0.4.8",
 "parity-scale-codec",
 "parking_lot 0.10.0",
 "sc-client",
 "sc-client-api",
 "sc-executor",
 "sc-keystore",
 "sc-rpc-api",
 "serde_json",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-offchain",
 "sp-rpc",
 "sp-runtime",
 "sp-session",
 "sp-state-machine",
 "sp-transaction-pool",
 "sp-version",
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
 "derive_more 0.99.3",
 "futures 0.3.4",
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "jsonrpc-pubsub",
 "log 0.4.8",
 "parity-scale-codec",
 "parking_lot 0.10.0",
 "serde",
 "serde_json",
 "sp-core",
 "sp-rpc",
 "sp-runtime",
 "sp-transaction-pool",
 "sp-version",
thiolliere's avatar
thiolliere committed
[[package]]
name = "sc-rpc-server"
Gavin Wood's avatar
Gavin Wood committed
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
thiolliere's avatar
thiolliere committed
dependencies = [
 "jsonrpc-core",
 "jsonrpc-http-server",
 "jsonrpc-pubsub",
 "jsonrpc-ws-server",
 "log 0.4.8",
 "serde",
 "serde_json",
 "sp-runtime",
Gav Wood's avatar
Gav Wood committed
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "derive_more 0.99.3",
 "exit-future",
 "futures 0.1.29",
 "futures 0.3.4",
 "futures-diagnose",
 "futures-timer 3.0.2",
 "lazy_static",
 "log 0.4.8",
 "parity-multiaddr 0.5.0",
 "parity-scale-codec",
 "parity-util-mem",
 "parking_lot 0.10.0",
 "sc-chain-spec",
 "sc-client",
 "sc-client-api",
 "sc-client-db",
 "sc-executor",
 "sc-keystore",
 "sc-network",
 "sc-offchain",
 "sc-rpc",
 "sc-rpc-server",
 "sc-telemetry",
 "sc-tracing",
 "sc-transaction-pool",
 "serde",
 "serde_json",
 "slog",
 "sp-api",
 "sp-application-crypto",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-session",
 "sp-transaction-pool",
 "substrate-prometheus-endpoint",
 "sysinfo",
 "target_info",
 "tracing",
 "wasm-timer",
Gav Wood's avatar
Gav Wood committed
]

Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
dependencies = [
 "log 0.4.8",
 "parity-scale-codec",
 "parity-util-mem",
 "parity-util-mem-derive",
 "parking_lot 0.10.0",
 "sc-client-api",
 "sp-core",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-telemetry"
Gavin Wood's avatar
Gavin Wood committed
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "bytes 0.5.4",
 "futures 0.3.4",
 "futures-timer 3.0.2",
 "libp2p",
 "log 0.4.8",
 "parking_lot 0.10.0",
 "pin-project",
 "rand 0.7.3",
 "serde",
 "slog",
 "slog-json",
 "slog-scope",
 "take_mut",
 "void",
 "wasm-timer",
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
dependencies = [
 "erased-serde",
 "log 0.4.8",
 "parking_lot 0.10.0",
 "sc-telemetry",
 "serde",
 "serde_json",
 "slog",
 "tracing-core",
name = "sc-transaction-graph"
Gavin Wood's avatar
Gavin Wood committed
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
dependencies = [
 "derive_more 0.99.3",
 "futures 0.3.4",
 "linked-hash-map",
 "log 0.4.8",
 "parity-util-mem",
 "parking_lot 0.10.0",
 "serde",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "sp-transaction-pool",
 "wasm-timer",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-transaction-pool"
Gavin Wood's avatar
Gavin Wood committed
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#a439a7aa5a9a3df2a42d9b25ea04288d3a0866e8"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "derive_more 0.99.3",
 "futures 0.3.4",
 "futures-diagnose",
 "futures-timer 2.0.2",
 "log 0.4.8",
 "parity-scale-codec",
 "parity-util-mem",
 "parking_lot 0.10.0",
 "sc-client-api",
 "sc-transaction-graph",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "sp-transaction-pool",
 "wasm-timer",
]

[[package]]
name = "schannel"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "507a9e6e8ffe0a4e0ebb9a10293e62fdf7657c06f1b8bb07a8fcf697d2abf295"
dependencies = [
 "lazy_static",
 "winapi 0.3.8",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "schnorrkel"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eacd8381b3c37840c9c9f40472af529e49975bdcbc24f83c31059fd6539023d3"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "curve25519-dalek 1.2.3",
 "failure",
 "merlin",
 "rand 0.6.5",
 "rand_core 0.4.2",
 "rand_os",