Skip to content
Cargo.lock 219 KiB
Newer Older
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.3.1",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "rand_xoshiro"
version = "0.1.0"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "03b418169fb9c46533f326efd6eed2576699c44ca92d3052a066214a8d828929"
 "byteorder 1.3.4",
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.3.1",
version = "7.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf"
Gavin Wood's avatar
Gavin Wood committed
 "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",
Gavin Wood's avatar
Gavin Wood committed
 "crossbeam-deque",
 "either",
 "rayon-core",
Gav Wood's avatar
Gav Wood committed
]

[[package]]
version = "1.7.1"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "crossbeam-deque",
 "crossbeam-queue",
 "crossbeam-utils",
 "lazy_static",
 "num_cpus",
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.3.1",
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
Gavin Wood's avatar
Gavin Wood committed
 "getrandom",
 "redox_syscall",
 "rust-argon2",
[[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",
[[package]]
name = "regalloc"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ba8aaf5fe7cf307c6dbdaeed85478961d29e25e3bee5169e11b92fa9f027a8"
dependencies = [
 "log",
 "rustc-hash",
Bastian Köcher's avatar
Bastian Köcher committed
 "smallvec 1.4.1",
version = "1.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "aho-corasick",
 "memchr",
 "regex-syntax",
 "thread_local",
[[package]]
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
 "byteorder 1.3.4",
[[package]]
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
Gavin Wood's avatar
Gavin Wood committed
 "bitflags",
 "libc",
 "mach",
 "winapi 0.3.9",
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
 "winapi 0.3.9",
[[package]]
name = "rental"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8545debe98b2b139fb04cad8618b530e9b07c152d99a5de83c860b877d67847f"
dependencies = [
 "rental-impl",
 "stable_deref_trait",
]

[[package]]
name = "rental-impl"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "475e68978dc5b743f2f40d8e0a8fdc83f1c5e78cbf4b8fa5e74e73beebc340de"
dependencies = [
 "proc-macro2",
[[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"
Gavin Wood's avatar
Gavin Wood committed
 "cc",
 "libc",
 "once_cell 1.4.0",
Gavin Wood's avatar
Gavin Wood committed
 "spin",
 "untrusted",
 "web-sys",
 "winapi 0.3.9",
[[package]]
name = "ripemd160"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eca4ecc81b7f313189bf73ce724400a07da2a6dac19588b03c8bd76a2dcc251"
dependencies = [
 "block-buffer 0.9.0",
 "digest 0.9.0",
 "opaque-debug 0.3.0",
]

version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a7d3f9bed94764eac15b8f14af59fac420c236adaff743b7bcc88e265cb4345"
Gavin Wood's avatar
Gavin Wood committed
 "rustc-hex",
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61aa17a99a2413cd71c1106691bf59dad7de0cd5099127f90e9d99c429c40d4a"
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "librocksdb-sys",
version = "4.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "winapi 0.3.9",
Gav Wood's avatar
Gav Wood committed
]

[[package]]
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "base64 0.11.0",
Gavin Wood's avatar
Gavin Wood committed
 "blake2b_simd",
 "constant_time_eq",
 "crossbeam-utils",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "rustc-demangle"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Gav Wood's avatar
Gav Wood committed
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
Gavin Wood's avatar
Gavin Wood committed
 "semver 0.9.0",
[[package]]
name = "rustls"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cac94b333ee2aac3284c5b8a1b7fb4dd11cba88c244e3fe33cdbd047af0eb693"
 "base64 0.12.3",
[[package]]
name = "rustls-native-certs"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"
Gavin Wood's avatar
Gavin Wood committed
 "openssl-probe",
 "rustls",
Gavin Wood's avatar
Gavin Wood committed
 "schannel",
 "security-framework",
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9bdc5e856e51e685846fb6c13a1f5e5432946c2c90501bdc76a1319f19e29da"
 "proc-macro2",
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
dependencies = [
 "futures 0.3.5",
Gavin Wood's avatar
Gavin Wood committed
 "pin-project",
 "static_assertions",
Gav Wood's avatar
Gav Wood committed
[[package]]
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "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",
]

version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Gavin Wood's avatar
Gavin Wood committed
 "winapi-util",
name = "sc-authority-discovery"
version = "0.8.0-rc5"
 "bytes 0.5.6",
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
 "env_logger",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "libp2p 0.23.0",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "prost",
 "prost-build",
 "quickcheck",
 "rand 0.7.3",
 "sc-client-api",
 "sc-keystore",
 "sc-network",
 "sc-peerset",
 "serde_json",
 "sp-api",
 "sp-authority-discovery",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "substrate-prometheus-endpoint",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-test-runtime-client",
name = "sc-basic-authorship"
version = "0.8.0-rc5"
 "futures 0.3.5",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parking_lot 0.10.2",
Gavin Wood's avatar
Gavin Wood committed
 "sc-block-builder",
 "sc-client-api",
 "sc-proposer-metrics",
Gavin Wood's avatar
Gavin Wood committed
 "sc-telemetry",
 "sc-transaction-pool",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-transaction-pool",
 "substrate-prometheus-endpoint",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-test-runtime-client",
 "tokio-executor 0.2.0-alpha.6",
name = "sc-block-builder"
version = "0.8.0-rc5"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "sc-client-api",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
 "sp-state-machine",
 "sp-trie",
 "substrate-test-runtime-client",
Gav Wood's avatar
Gav Wood committed
]

[[package]]
name = "sc-chain-spec"
version = "2.0.0-rc5"
Wei Tang's avatar
Wei Tang committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "impl-trait-for-tuples",
 "sc-chain-spec-derive",
 "sc-network",
 "sc-telemetry",
 "serde",
 "serde_json",
Gavin Wood's avatar
Gavin Wood committed
 "sp-core",
 "sp-runtime",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "sc-chain-spec-derive"
version = "2.0.0-rc5"
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro-crate",
 "proc-macro2",
Gav Wood's avatar
Gav Wood committed
]

[[package]]
name = "sc-cli"
version = "0.8.0-rc5"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "ansi_term 0.12.1",
 "atty",
Gavin Wood's avatar
Gavin Wood committed
 "chrono",
 "derive_more",
 "env_logger",
Gavin Wood's avatar
Gavin Wood committed
 "fdlimit",
 "futures 0.3.5",
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static",
 "libp2p 0.22.0",
Gavin Wood's avatar
Gavin Wood committed
 "names",
 "parity-scale-codec",
 "parity-util-mem 0.7.0",
 "rand 0.7.3",
Gavin Wood's avatar
Gavin Wood committed
 "regex",
 "rpassword",
 "sc-client-api",
 "sc-informant",
 "sc-keystore",
Gavin Wood's avatar
Gavin Wood committed
 "sc-network",
 "sc-service",
 "sc-telemetry",
 "sc-tracing",
Gavin Wood's avatar
Gavin Wood committed
 "serde_json",
 "sp-application-crypto",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain",
 "sp-core",
Gavin Wood's avatar
Gavin Wood committed
 "sp-keyring",
 "sp-panic-handler",
 "sp-runtime",
 "sp-state-machine",
 "sp-version",
Gavin Wood's avatar
Gavin Wood committed
 "structopt",
Gavin Wood's avatar
Gavin Wood committed
 "tempfile",
 "time",
 "tokio 0.2.22",
[[package]]
name = "sc-client-api"
version = "2.0.0-rc5"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
 "fnv",
 "futures 0.3.5",
Gavin Wood's avatar
Gavin Wood committed
 "hash-db",
 "hex-literal",
 "kvdb 0.7.0",
 "kvdb-memorydb 0.6.0",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parking_lot 0.10.2",
Gavin Wood's avatar
Gavin Wood committed
 "sc-executor",
 "sc-telemetry",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
Gavin Wood's avatar
Gavin Wood committed
 "sp-externalities",
 "sp-inherents",
 "sp-keyring",
 "sp-runtime",
 "sp-state-machine",
 "sp-std",
Gavin Wood's avatar
Gavin Wood committed
 "sp-test-primitives",
 "sp-transaction-pool",
 "sp-trie",
Gavin Wood's avatar
Gavin Wood committed
 "sp-version",
 "substrate-prometheus-endpoint",
 "substrate-test-runtime",
name = "sc-client-db"
version = "0.8.0-rc5"
Gavin Wood's avatar
Gavin Wood committed
 "blake2-rfc",
 "env_logger",
Gavin Wood's avatar
Gavin Wood committed
 "hash-db",
 "kvdb 0.7.0",
 "kvdb-memorydb 0.7.0",
Gavin Wood's avatar
Gavin Wood committed
 "kvdb-rocksdb",
 "linked-hash-map",
Gavin Wood's avatar
Gavin Wood committed
 "parity-db",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parity-util-mem 0.7.0",
 "parking_lot 0.10.2",
Gavin Wood's avatar
Gavin Wood committed
 "quickcheck",
 "sc-client-api",
 "sc-executor",
 "sc-state-db",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-database",
Gavin Wood's avatar
Gavin Wood committed
 "sp-keyring",
 "sp-runtime",
 "sp-state-machine",
 "sp-trie",
 "substrate-prometheus-endpoint",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-test-runtime-client",
 "tempfile",
[[package]]
name = "sc-consensus"
version = "0.8.0-rc5"
dependencies = [
 "sc-client-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-runtime",
]

[[package]]
name = "sc-consensus-aura"
version = "0.8.0-rc5"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
 "env_logger",
 "futures 0.3.5",
 "futures-timer 3.0.2",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parking_lot 0.10.2",
Gavin Wood's avatar
Gavin Wood committed
 "sc-client-api",
 "sc-consensus-slots",
 "sc-executor",
 "sc-keystore",
 "sc-network",
 "sc-network-test",
 "sc-service",
 "sc-telemetry",
 "sp-api",
 "sp-application-crypto",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-aura",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-timestamp",
 "sp-version",
 "substrate-prometheus-endpoint",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-test-runtime-client",
 "tempfile",
name = "sc-consensus-babe"
version = "0.8.0-rc5"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
 "env_logger",
Gavin Wood's avatar
Gavin Wood committed
 "fork-tree",
 "futures 0.3.5",
 "futures-timer 3.0.2",
Gavin Wood's avatar
Gavin Wood committed
 "merlin",
 "num-bigint",
 "num-rational",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parking_lot 0.10.2",
Gavin Wood's avatar
Gavin Wood committed
 "pdqselect",
 "rand 0.7.3",
 "rand_chacha 0.2.2",
Gavin Wood's avatar
Gavin Wood committed
 "sc-block-builder",
 "sc-client-api",
 "sc-consensus-epochs",
 "sc-consensus-slots",
 "sc-consensus-uncles",
 "sc-executor",
 "sc-keystore",
 "sc-network",
 "sc-network-test",
 "sc-service",
 "sc-telemetry",
 "schnorrkel",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-consensus-vrf",
Gavin Wood's avatar
Gavin Wood committed
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-timestamp",
Gavin Wood's avatar
Gavin Wood committed
 "sp-version",
 "substrate-prometheus-endpoint",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-test-runtime-client",
 "tempfile",
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.8.0-rc5"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
 "futures 0.3.5",
Gavin Wood's avatar
Gavin Wood committed
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
Gavin Wood's avatar
Gavin Wood committed
 "sc-consensus-babe",
 "sc-consensus-epochs",
 "sc-keystore",
Gavin Wood's avatar
Gavin Wood committed
 "serde",
Gavin Wood's avatar
Gavin Wood committed
 "sp-api",
 "sp-application-crypto",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-core",
 "sp-keyring",
 "sp-runtime",
 "substrate-test-runtime-client",
 "tempfile",
[[package]]
name = "sc-consensus-epochs"
version = "0.8.0-rc5"
Gavin Wood's avatar
Gavin Wood committed
 "fork-tree",
 "parity-scale-codec",
 "parking_lot 0.10.2",
Gavin Wood's avatar
Gavin Wood committed
 "sc-client-api",
 "sp-blockchain",
 "sp-runtime",
Web3 Philosopher's avatar
Web3 Philosopher committed
[[package]]
name = "sc-consensus-manual-seal"
version = "0.8.0-rc5"
Web3 Philosopher's avatar
Web3 Philosopher committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
 "env_logger",
 "futures 0.3.5",
Gavin Wood's avatar
Gavin Wood committed
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "parking_lot 0.10.2",
Gavin Wood's avatar
Gavin Wood committed
 "sc-basic-authorship",
 "sc-client-api",
 "sc-transaction-pool",
 "serde",
 "sp-blockchain",
 "sp-consensus",
Gavin Wood's avatar
Gavin Wood committed
 "sp-inherents",
 "sp-runtime",
 "sp-transaction-pool",
 "substrate-prometheus-endpoint",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-test-runtime-client",
 "substrate-test-runtime-transaction-pool",
 "tempfile",
 "tokio 0.2.22",
name = "sc-consensus-pow"
version = "0.8.0-rc5"
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
 "futures 0.3.5",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "sc-client-api",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-pow",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-timestamp",
 "substrate-prometheus-endpoint",
[[package]]
name = "sc-consensus-slots"
version = "0.8.0-rc5"
dependencies = [
 "futures 0.3.5",
 "futures-timer 3.0.2",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parking_lot 0.10.2",
Gavin Wood's avatar
Gavin Wood committed
 "sc-client-api",
 "sc-telemetry",
 "sp-api",
 "sp-application-crypto",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-slots",
Gavin Wood's avatar
Gavin Wood committed
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-state-machine",
 "substrate-test-runtime-client",
name = "sc-consensus-uncles"
version = "0.8.0-rc5"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "sc-client-api",
 "sp-authorship",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
name = "sc-executor"
version = "0.8.0-rc5"
Gavin Wood's avatar
Gavin Wood committed
 "assert_matches",
 "derive_more",
 "hex-literal",
 "lazy_static",
 "libsecp256k1",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parity-wasm 0.41.0",
 "parking_lot 0.10.2",
Gavin Wood's avatar
Gavin Wood committed
 "sc-executor-common",
 "sc-executor-wasmi",
 "sc-executor-wasmtime",
 "sc-runtime-test",
Gavin Wood's avatar
Gavin Wood committed
 "sp-core",
 "sp-externalities",
 "sp-io",
 "sp-panic-handler",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime-interface",
 "sp-serializer",
 "sp-state-machine",
Gavin Wood's avatar
Gavin Wood committed
 "sp-trie",
 "sp-version",
 "sp-wasm-interface",
 "substrate-test-runtime",
 "test-case",
Gavin Wood's avatar
Gavin Wood committed
 "wabt",
 "wasmi",
version = "0.8.0-rc5"
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parity-wasm 0.41.0",
Gavin Wood's avatar
Gavin Wood committed
 "sp-allocator",
 "sp-core",
 "sp-runtime-interface",
 "sp-serializer",
 "sp-wasm-interface",
 "wasmi",
version = "0.8.0-rc5"
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "sc-executor-common",
 "sp-allocator",
 "sp-core",
 "sp-runtime-interface",
 "sp-wasm-interface",
 "wasmi",
version = "0.8.0-rc5"
Gavin Wood's avatar
Gavin Wood committed
 "assert_matches",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parity-wasm 0.41.0",
Gavin Wood's avatar
Gavin Wood committed
 "sc-executor-common",
 "scoped-tls",
Gavin Wood's avatar
Gavin Wood committed
 "sp-allocator",
 "sp-core",
 "sp-runtime-interface",
 "sp-wasm-interface",
[[package]]
name = "sc-finality-grandpa"
version = "0.8.0-rc5"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "assert_matches",
 "env_logger",
Gavin Wood's avatar
Gavin Wood committed
 "finality-grandpa",
 "fork-tree",
 "futures 0.3.5",
 "futures-timer 3.0.2",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parking_lot 0.10.2",
Gavin Wood's avatar
Gavin Wood committed
 "pin-project",
 "rand 0.7.3",
Gavin Wood's avatar
Gavin Wood committed
 "sc-client-api",
 "sc-consensus",
Gavin Wood's avatar
Gavin Wood committed
 "sc-keystore",
 "sc-network",
 "sc-network-gossip",
 "sc-network-test",
 "sc-telemetry",
 "serde_json",
 "sp-api",
Gavin Wood's avatar
Gavin Wood committed
 "sp-arithmetic",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-core",
 "sp-finality-grandpa",
 "sp-finality-tracker",
 "sp-inherents",
 "sp-keyring",
 "sp-runtime",
 "sp-state-machine",
 "substrate-prometheus-endpoint",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-test-runtime-client",
 "tempfile",
 "tokio 0.2.22",
[[package]]
name = "sc-finality-grandpa-rpc"
version = "0.8.0-rc5"
dependencies = [
 "derive_more",
 "finality-grandpa",
 "futures 0.3.5",
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "jsonrpc-pubsub",
 "lazy_static",
 "parity-scale-codec",
 "sc-block-builder",
 "sc-finality-grandpa",
 "sc-network-test",
 "sc-rpc",
 "sp-blockchain",
 "sp-consensus",
 "sp-finality-grandpa",
 "sp-keyring",
 "sp-runtime",
 "substrate-test-runtime-client",
[[package]]
name = "sc-informant"
version = "0.8.0-rc5"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "ansi_term 0.12.1",
 "futures 0.3.5",
 "parity-util-mem 0.7.0",
Gavin Wood's avatar
Gavin Wood committed
 "sc-client-api",
 "sc-network",
 "sp-blockchain",
 "sp-runtime",
 "sp-transaction-pool",