Skip to content
Cargo.lock 232 KiB
Newer Older
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "slog-scope"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c44c89dd8b0ae4537d1ae318353eaf7840b4869c536e31c41e963d1ea523ee6"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "arc-swap",
 "lazy_static",
 "slog",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "slog_derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a945ec7f7ce853e89ffa36be1e27dce9a43e82ff9093bf3461c30d5da74ed11b"
dependencies = [
 "proc-macro2 1.0.24",
 "quote 1.0.7",
[[package]]
name = "smallvec"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
dependencies = [
 "maybe-uninit",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32bf8474159a95551661246cda4976e89356999e3cbfef36f493dacc3fae1e8e"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "blake2",
 "rand 0.7.3",
 "rand_core 0.5.1",
 "ring",
 "rustc_version",
 "sha2 0.9.1",
 "subtle 2.2.3",
 "x25519-dalek 0.6.0",
[[package]]
name = "socket2"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"
dependencies = [
 "cfg-if 1.0.0",
 "redox_syscall 0.1.56",
 "winapi 0.3.9",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85457366ae0c6ce56bf05a958aef14cd38513c236568618edbcd9a8c52cb80b0"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "base64 0.12.3",
 "bytes 0.5.6",
 "flate2",
 "futures 0.3.8",
 "httparse",
 "rand 0.7.3",
 "sha-1",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sp-allocator"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "sp-core",
 "sp-std",
 "sp-wasm-interface",
 "thiserror",
[[package]]
name = "sp-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
thiolliere's avatar
thiolliere committed
dependencies = [
 "hash-db",
 "parity-scale-codec",
 "sp-api-proc-macro",
 "sp-core",
 "sp-runtime",
 "sp-state-machine",
 "sp-std",
 "sp-version",
 "thiserror",
thiolliere's avatar
thiolliere committed
]

[[package]]
name = "sp-api-proc-macro"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
thiolliere's avatar
thiolliere committed
dependencies = [
 "blake2-rfc",
 "proc-macro-crate",
 "proc-macro2 1.0.24",
 "quote 1.0.7",
thiolliere's avatar
thiolliere committed
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sp-application-crypto"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-std",
name = "sp-arithmetic"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "integer-sqrt",
 "num-traits 0.2.12",
 "parity-scale-codec",
 "serde",
 "sp-debug-derive",
 "sp-std",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "sp-authority-discovery"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
 "parity-scale-codec",
 "sp-api",
 "sp-application-crypto",
 "sp-runtime",
 "sp-std",
name = "sp-authorship"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "parity-scale-codec",
 "sp-inherents",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "sp-block-builder"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "parity-scale-codec",
 "sp-api",
 "sp-inherents",
 "sp-runtime",
 "sp-std",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "sp-blockchain"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.3.8",
 "parity-scale-codec",
 "parking_lot 0.11.1",
 "sp-api",
 "sp-consensus",
 "sp-runtime",
 "sp-state-machine",
 "thiserror",
[[package]]
name = "sp-chain-spec"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "serde",
 "serde_json",
]

[[package]]
name = "sp-consensus"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "futures 0.3.8",
 "futures-timer 3.0.2",
 "libp2p",
 "parity-scale-codec",
 "parking_lot 0.11.1",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-state-machine",
 "sp-std",
 "sp-version",
 "substrate-prometheus-endpoint",
 "thiserror",
 "wasm-timer",
name = "sp-consensus-babe"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
 "parity-scale-codec",
 "sp-api",
 "sp-application-crypto",
 "sp-consensus",
 "sp-consensus-vrf",
Gavin Wood's avatar
Gavin Wood committed
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-std",
 "sp-timestamp",
[[package]]
name = "sp-consensus-slots"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "parity-scale-codec",
 "sp-runtime",
]

version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "parity-scale-codec",
 "schnorrkel",
 "sp-core",
 "sp-runtime",
 "sp-std",
[[package]]
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "base58",
 "blake2-rfc",
 "byteorder",
 "dyn-clonable",
 "ed25519-dalek",
 "futures 0.3.8",
 "hash-db",
 "hash256-std-hasher",
 "hex",
 "lazy_static",
 "libsecp256k1",
 "merlin",
 "num-traits 0.2.12",
 "parity-scale-codec",
 "parity-util-mem",
 "parking_lot 0.11.1",
 "primitive-types",
 "rand 0.7.3",
 "regex",
 "schnorrkel",
 "sha2 0.8.2",
 "sp-debug-derive",
 "sp-externalities",
 "sp-runtime-interface",
 "sp-std",
 "sp-storage",
 "substrate-bip39",
 "thiserror",
 "tiny-bip39",
 "tiny-keccak",
 "twox-hash",
 "wasmi",
 "zeroize",
[[package]]
name = "sp-database"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "kvdb",
 "parking_lot 0.11.1",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "sp-debug-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "proc-macro2 1.0.24",
 "quote 1.0.7",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "sp-externalities"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "environmental",
 "parity-scale-codec",
 "sp-std",
 "sp-storage",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
Gavin Wood's avatar
Gavin Wood committed
name = "sp-finality-grandpa"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "parity-scale-codec",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-runtime",
 "sp-std",
name = "sp-inherents"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
 "parity-scale-codec",
 "parking_lot 0.11.1",
 "sp-core",
 "sp-std",
 "thiserror",
[[package]]
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
 "futures 0.3.8",
 "hash-db",
 "libsecp256k1",
 "parity-scale-codec",
 "parking_lot 0.11.1",
 "sp-core",
 "sp-externalities",
 "sp-runtime-interface",
 "sp-state-machine",
 "sp-std",
 "sp-trie",
 "sp-wasm-interface",
 "tracing",
 "tracing-core",
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "lazy_static",
 "sp-core",
 "sp-runtime",
 "strum",
[[package]]
name = "sp-keystore"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
 "derive_more",
 "futures 0.3.8",
 "parking_lot 0.11.1",
[[package]]
name = "sp-npos-elections"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "parity-scale-codec",
 "serde",
 "sp-arithmetic",
 "sp-npos-elections-compact",
 "sp-std",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "sp-npos-elections-compact"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "proc-macro-crate",
 "proc-macro2 1.0.24",
 "quote 1.0.7",
name = "sp-offchain"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "sp-api",
 "sp-core",
 "sp-runtime",
name = "sp-panic-handler"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "serde",
 "sp-core",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "either",
 "hash256-std-hasher",
 "impl-trait-for-tuples 0.2.0",
 "parity-scale-codec",
 "parity-util-mem",
 "paste",
 "rand 0.7.3",
 "serde",
 "sp-application-crypto",
 "sp-arithmetic",
 "sp-core",
 "sp-io",
 "sp-std",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sp-runtime-interface"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "impl-trait-for-tuples 0.2.0",
 "parity-scale-codec",
 "primitive-types",
 "sp-externalities",
 "sp-runtime-interface-proc-macro",
 "sp-std",
 "sp-tracing",
 "sp-wasm-interface",
 "static_assertions",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "sp-runtime-interface-proc-macro"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "Inflector",
 "proc-macro-crate",
 "proc-macro2 1.0.24",
 "quote 1.0.7",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "sp-serializer"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "serde",
 "serde_json",
name = "sp-session"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "sp-api",
 "sp-core",
 "sp-runtime",
 "sp-std",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "parity-scale-codec",
 "sp-runtime",
 "sp-std",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "sp-state-machine"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hash-db",
 "num-traits 0.2.12",
 "parity-scale-codec",
 "parking_lot 0.11.1",
 "rand 0.7.3",
 "smallvec 1.6.1",
 "sp-core",
 "sp-externalities",
 "sp-panic-handler",
 "sp-trie",
 "thiserror",
 "trie-db",
 "trie-root",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
Gavin Wood's avatar
Gavin Wood committed

[[package]]
name = "sp-storage"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "serde",
 "sp-debug-derive",
 "sp-std",
Gavin Wood's avatar
Gavin Wood committed
]
[[package]]
name = "sp-tasks"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "sp-core",
 "sp-externalities",
 "sp-io",
 "sp-runtime-interface",
 "sp-std",
]

[[package]]
name = "sp-timestamp"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "impl-trait-for-tuples 0.2.0",
 "parity-scale-codec",
 "sp-api",
 "sp-inherents",
 "sp-runtime",
 "sp-std",
 "wasm-timer",
[[package]]
name = "sp-tracing"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "parity-scale-codec",
 "sp-std",
 "tracing-core",
 "tracing-subscriber",
Gavin Wood's avatar
Gavin Wood committed
name = "sp-transaction-pool"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
 "derive_more",
 "futures 0.3.8",
 "log",
 "parity-scale-codec",
 "serde",
 "sp-api",
 "sp-blockchain",
 "sp-runtime",
 "thiserror",
[[package]]
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "hash-db",
 "memory-db",
 "parity-scale-codec",
 "sp-core",
 "sp-std",
 "trie-db",
 "trie-root",
[[package]]
name = "sp-utils"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
 "futures 0.3.8",
Gavin Wood's avatar
Gavin Wood committed
 "futures-timer 3.0.2",
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
 "parity-scale-codec",
 "serde",
 "sp-runtime",
 "sp-std",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sp-wasm-interface"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "impl-trait-for-tuples 0.2.0",
 "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"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cce16f6de653e88beca7bd13780d08e09d4489dbca1f9210e041bc4852481382"
 "rand 0.7.3",
[[package]]
name = "stream-cipher"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09f8ed9974042b8c3672ff3030a69fcc03b74c47c3d1ecb7755e8a3626011e88"
dependencies = [
 "generic-array 0.14.4",
Fedor Sakharov's avatar
Fedor Sakharov committed
[[package]]
name = "streamunordered"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9394ee1338fee8370bee649f8a7170b3a56917903a0956467ad192dcf8699ca"
dependencies = [
 "futures-core",
 "futures-sink",
 "futures-util",
 "slab",
]

[[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 = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
 "clap",
 "lazy_static",
 "structopt-derive",
]

[[package]]
name = "structopt-derive"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
 "heck",
 "proc-macro-error",
 "proc-macro2 1.0.24",
 "quote 1.0.7",
]

[[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.24",
 "quote 1.0.7",
]

[[package]]
name = "substrate-bip39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bed6646a0159b9935b5d045611560eeef842b78d7adc3ba36f5ca325a13a0236"
 "hmac 0.7.1",
 "pbkdf2 0.3.0",
 "schnorrkel",
 "sha2 0.8.2",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "substrate-browser-utils"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "chrono",
 "console_error_panic_hook",
 "console_log",
 "futures 0.1.29",
 "futures 0.3.8",
 "futures-timer 3.0.2",
 "js-sys",
 "kvdb-web",
 "libp2p-wasm-ext",
 "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"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "platforms",
]

[[package]]
name = "substrate-frame-rpc-system"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
 "frame-system-rpc-runtime-api",
 "futures 0.3.8",
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "parity-scale-codec",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-client-api",
 "sc-rpc-api",
 "serde",
 "sp-api",
 "sp-block-builder",
 "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"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "derive_more",
 "futures-util",
 "prometheus",
 "tokio 0.2.21",
[[package]]
name = "substrate-test-client"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "futures 0.1.29",
 "futures 0.3.8",
 "hash-db",
 "parity-scale-codec",
 "sc-client-api",
 "sc-client-db",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-consensus",
 "sc-executor",
 "sc-light",
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-utils"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
 "futures 0.3.8",
 "substrate-test-utils-derive",
 "tokio 0.2.21",
]

[[package]]
name = "substrate-test-utils-derive"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "proc-macro-crate",
 "quote 1.0.7",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "substrate-wasm-builder"
version = "3.0.0"
ordian's avatar
ordian committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79091baab813855ddf65b191de9fe53e656b6b67c1e9bd23fdcbff8788164684"
dependencies = [
 "ansi_term 0.12.1",
 "atty",
 "build-helper",
 "cargo_metadata",
 "tempfile",
 "toml",
 "walkdir",
 "wasm-gc-api",
]
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"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "502d53007c02d7605a05df1c1a73ee436952781653da5d0bf57ad608f66932c1"
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 = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "proc-macro2 1.0.24",
 "quote 1.0.7",
 "unicode-xid 0.2.1",
Gavin Wood's avatar
Gavin Wood committed
]