Cargo.lock 224 KiB
Newer Older
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "rand_isaac"
version = "0.1.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
dependencies = [
 "rand_core 0.3.1",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "rand_jitter"
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "libc",
 "rand_core 0.4.2",
 "winapi 0.3.9",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "rand_os"
version = "0.1.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "cloudabi 0.0.3",
 "fuchsia-cprng",
 "libc",
 "rand_core 0.4.2",
 "rdrand",
 "wasm-bindgen",
 "winapi 0.3.9",
name = "rand_pcg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
dependencies = [
 "autocfg 0.1.7",
 "rand_core 0.4.2",
[[package]]
name = "rand_pcg"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
dependencies = [
 "rand_core 0.5.1",
]

[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
 "rand_core 0.3.1",
[[package]]
version = "7.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf"
dependencies = [
 "bitflags",
 "cc",
 "rustc_version",
[[package]]
name = "rawpointer"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
Gav Wood's avatar
Gav Wood committed
[[package]]
version = "1.3.1"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "autocfg 1.0.0",
 "crossbeam-deque",
 "either",
 "rayon-core",
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
 "crossbeam-deque",
 "crossbeam-queue",
 "crossbeam-utils",
 "lazy_static",
 "num_cpus",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "rdrand"
version = "0.4.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "rand_core 0.3.1",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "redox_syscall"
version = "0.1.56"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.3.4"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
dependencies = [
 "getrandom",
 "redox_syscall",
 "rust-argon2",
asynchronous rob's avatar
asynchronous rob committed

name = "reed-solomon-erasure"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a415a013dd7c5d4221382329a5a3482566da675737494935cbbbcdec04662f9d"
dependencies = [
 "smallvec 1.4.2",
[[package]]
name = "ref-cast"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623"
dependencies = [
 "ref-cast-impl",
]

[[package]]
name = "ref-cast-impl"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144"
dependencies = [
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",
[[package]]
name = "regalloc"
version = "0.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ba8aaf5fe7cf307c6dbdaeed85478961d29e25e3bee5169e11b92fa9f027a8"
 "log 0.4.11",
 "smallvec 1.4.2",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "1.3.9"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "aho-corasick",
 "memchr",
 "regex-syntax",
 "thread_local",
[[package]]
name = "regex-automata"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
 "byteorder 1.3.4",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "0.6.18"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
dependencies = [
 "bitflags",
 "libc",
 "mach",
 "winapi 0.3.9",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "0.5.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
 "winapi 0.3.9",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "retain_mut"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e005d658ad26eacc2b6c506dfde519f4e277e328d0eb3379ca61647d70a8f531"

version = "0.16.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4"
 "once_cell 1.4.0",
 "spin",
 "untrusted",
 "web-sys",
 "winapi 0.3.9",
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23d83c02c429044d58474eaf5ae31e062d0de894e21125b47437ec0edc1397e6"
 "libc",
 "librocksdb-sys",
[[package]]
name = "rococo-v1-runtime"
dependencies = [
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-rpc-runtime-api",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-grandpa",
 "pallet-im-online",
 "pallet-indices",
 "pallet-offences",
 "pallet-session",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "parity-scale-codec",
 "polkadot-parachain",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "polkadot-runtime-parachains",
 "serde",
 "serde_derive",
 "smallvec 1.4.2",
 "sp-api",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-consensus-babe",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std",
 "sp-transaction-pool",
 "sp-version",
 "substrate-wasm-builder-runner",
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 = [
 "winapi 0.3.9",
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 = [
 "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"
 "semver",
[[package]]
name = "rustls"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cac94b333ee2aac3284c5b8a1b7fb4dd11cba88c244e3fe33cdbd047af0eb693"
dependencies = [
 "base64 0.12.3",
 "log 0.4.11",
[[package]]
name = "rustls-native-certs"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"
dependencies = [
 "openssl-probe",
 "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.5",
 "pin-project",
 "static_assertions",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
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 0.3.2",
]

[[package]]
name = "salsa20-core"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fe6cc1b9f5a5867853ade63099de70f042f7679e408d1ffe52821c9248e6e69"
dependencies = [
 "stream-cipher 0.3.2",
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-authority-discovery"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "bytes 0.5.6",
 "derive_more 0.99.9",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "libp2p",
 "log 0.4.11",
 "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",
 "substrate-prometheus-endpoint",
[[package]]
name = "sc-basic-authorship"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "log 0.4.11",
 "parity-scale-codec",
 "sc-block-builder",
 "sc-client-api",
 "sc-proposer-metrics",
 "sc-telemetry",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-transaction-pool",
 "substrate-prometheus-endpoint",
 "tokio-executor 0.2.0-alpha.6",
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-block-builder"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
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-inherents",
 "sp-runtime",
 "sp-state-machine",
[[package]]
name = "sc-chain-spec"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
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"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "proc-macro-crate",
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "ansi_term 0.12.1",
 "atty",
 "chrono",
 "derive_more 0.99.9",
 "fdlimit",
 "futures 0.3.5",
 "lazy_static",
 "log 0.4.11",
 "parity-scale-codec",
 "parity-util-mem",
 "regex",
 "rpassword",
 "sc-client-api",
 "sc-informant",
 "sc-keystore",
 "sc-network",
 "sc-service",
 "sc-telemetry",
 "sc-tracing",
 "serde_json",
 "sp-blockchain",
 "sp-core",
 "sp-keyring",
 "sp-panic-handler",
 "sp-runtime",
 "sp-state-machine",
ddorgan's avatar
ddorgan committed
 "sp-version",
 "structopt",
 "substrate-prometheus-endpoint",
 "time",
 "tokio 0.2.21",
 "tracing",
 "tracing-log",
 "tracing-subscriber",
name = "sc-client-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "derive_more 0.99.9",
 "futures 0.3.5",
 "hash-db",
 "hex-literal 0.3.1",
 "log 0.4.11",
 "parity-scale-codec",
 "sc-executor",
 "sc-telemetry",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sp-database",
 "sp-externalities",
 "sp-inherents",
 "sp-keyring",
 "sp-runtime",
 "sp-state-machine",
 "sp-std",
 "sp-storage",
 "sp-transaction-pool",
 "sp-trie",
 "sp-version",
 "substrate-prometheus-endpoint",
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "blake2-rfc",
 "hash-db",
 "kvdb",
 "kvdb-memorydb",
 "kvdb-rocksdb",
 "linked-hash-map",
 "log 0.4.11",
 "parity-db",
 "parity-scale-codec",
 "parity-util-mem",
 "sc-client-api",
 "sc-executor",
 "sc-state-db",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-database",
 "sp-runtime",
 "sp-state-machine",
 "sp-trie",
 "substrate-prometheus-endpoint",
Web3 Philosopher's avatar
Web3 Philosopher committed
[[package]]
name = "sc-consensus"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
Web3 Philosopher's avatar
Web3 Philosopher committed
dependencies = [
 "sc-client-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-runtime",
]

name = "sc-consensus-babe"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "derive_more 0.99.9",
 "fork-tree",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "log 0.4.11",
 "merlin",
 "num-bigint",
 "num-rational",
 "num-traits 0.2.12",
 "parity-scale-codec",
 "pdqselect",
 "rand 0.7.3",
 "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-consensus-vrf",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-timestamp",
 "sp-version",
 "substrate-prometheus-endpoint",
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
 "derive_more 0.99.9",
 "futures 0.3.5",
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "sc-consensus-babe",
 "sc-consensus-epochs",
 "sc-keystore",
Gavin Wood's avatar
Gavin Wood committed
 "sp-application-crypto",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-core",
 "sp-runtime",
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-consensus-epochs"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "fork-tree",
 "parity-scale-codec",
 "sc-client-api",
 "sp-blockchain",
 "sp-runtime",
name = "sc-consensus-slots"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "log 0.4.11",
 "parity-scale-codec",
 "sc-client-api",
 "sc-telemetry",
 "sp-api",
 "sp-application-crypto",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-state-machine",
name = "sc-consensus-uncles"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "log 0.4.11",
 "sc-client-api",
 "sp-authorship",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
[[package]]
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "derive_more 0.99.9",
 "lazy_static",
 "libsecp256k1",
 "log 0.4.11",
 "parity-scale-codec",
 "parity-wasm",
 "sc-executor-common",
 "sc-executor-wasmi",
 "sc-executor-wasmtime",
Gav Wood's avatar
Gav Wood committed
 "sp-api",
 "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"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "derive_more 0.99.9",
 "log 0.4.11",
 "parity-scale-codec",
 "sp-allocator",
 "sp-core",
 "sp-runtime-interface",
 "sp-serializer",
 "sp-wasm-interface",
 "wasmi",
]

[[package]]
name = "sc-executor-wasmi"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "log 0.4.11",
 "parity-scale-codec",
 "sc-executor-common",
 "sp-allocator",
 "sp-core",
 "sp-runtime-interface",
 "sp-wasm-interface",
 "wasmi",
]

[[package]]
name = "sc-executor-wasmtime"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "log 0.4.11",
 "parity-scale-codec",
 "parity-wasm",
 "sc-executor-common",
 "scoped-tls",
 "sp-allocator",
 "sp-core",
 "sp-runtime-interface",
 "sp-wasm-interface",
name = "sc-finality-grandpa"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "derive_more 0.99.9",
 "finality-grandpa",
 "fork-tree",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "log 0.4.11",
 "parity-scale-codec",
 "pin-project",
 "rand 0.7.3",
 "sc-block-builder",
 "sc-client-api",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-consensus",
 "sc-keystore",
 "sc-network",
 "sc-network-gossip",
 "sc-telemetry",
 "serde_json",
 "sp-api",
 "sp-application-crypto",
 "sp-arithmetic",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-finality-grandpa",
 "sp-finality-tracker",
 "sp-inherents",
 "sp-runtime",
 "substrate-prometheus-endpoint",
[[package]]
name = "sc-finality-grandpa-rpc"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "derive_more 0.99.9",
 "finality-grandpa",
 "futures 0.3.5",
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "log 0.4.11",
 "sc-client-api",
 "sc-finality-grandpa",
 "serde",
 "serde_json",
 "sp-blockchain",
[[package]]
name = "sc-informant"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "ansi_term 0.12.1",
 "futures 0.3.5",
 "log 0.4.11",
 "parity-util-mem",
 "sc-client-api",
 "sc-network",
 "sp-blockchain",
 "sp-runtime",
 "sp-transaction-pool",
 "sp-utils",
 "wasm-timer",
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "derive_more 0.99.9",
Gavin Wood's avatar
Gavin Wood committed
 "merlin",
 "rand 0.7.3",
 "serde_json",
 "sp-application-crypto",
 "sp-core",
 "subtle 2.2.3",
]

[[package]]
name = "sc-light"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
 "hash-db",
 "lazy_static",
 "parity-scale-codec",
 "parking_lot 0.10.2",
 "sc-client-api",
 "sc-executor",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-externalities",
 "sp-runtime",
 "sp-state-machine",
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#5ea23999bef9440d11572a87bd9a24da08b378a2"
dependencies = [
Wei Tang's avatar
Wei Tang committed
 "async-std",
 "bitflags",
 "bytes 0.5.6",
 "derive_more 0.99.9",
 "either",
 "erased-serde",
 "fnv",
 "fork-tree",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "futures_codec",
 "libp2p",
 "linked-hash-map",
 "linked_hash_set",
 "log 0.4.11",
 "nohash-hasher",
 "parity-scale-codec",
 "pin-project",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sc-block-builder",
 "sc-client-api",
 "sc-peerset",
 "serde",
 "serde_json",
 "slog",
 "slog_derive",
 "smallvec 0.6.13",
 "sp-arithmetic",
 "sp-blockchain",
 "sp-consensus",