Skip to content
Snippets Groups Projects
Cargo.lock 253 KiB
Newer Older
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"

[[package]]
name = "radium"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"
[[package]]
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
dependencies = [
 "autocfg 0.1.7",
 "libc",
 "rand_chacha 0.1.1",
 "rand_core 0.4.2",
 "rand_hc 0.1.0",
 "rand_isaac",
 "rand_jitter",
 "rand_os",
 "rand_pcg 0.1.2",
 "rand_xorshift",
 "winapi 0.3.9",
]

Gav's avatar
Gav committed
[[package]]
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "rand_chacha 0.2.2",
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.5.1",
 "rand_hc 0.2.0",
[[package]]
name = "rand"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [
 "libc",
 "rand_chacha 0.3.0",
 "rand_hc 0.3.0",
[[package]]
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
dependencies = [
 "autocfg 0.1.7",
 "rand_core 0.3.1",
]

[[package]]
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
 "ppv-lite86",
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.5.1",
[[package]]
name = "rand_chacha"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
dependencies = [
 "ppv-lite86",
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.4.2",
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
]

[[package]]
name = "rand_core"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
dependencies = [
 "getrandom 0.2.3",
[[package]]
name = "rand_distr"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "051b398806e42b9cd04ad9ec8f81e355d0a382c543ac6672c62f5a5b452ef142"
 "rand 0.8.4",
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
dependencies = [
 "rand_core 0.3.1",
]

[[package]]
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.5.1",

[[package]]
name = "rand_hc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
dependencies = [
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
dependencies = [
 "rand_core 0.3.1",
]

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

[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
dependencies = [
 "cloudabi",
 "fuchsia-cprng",
 "libc",
 "rand_core 0.4.2",
 "rdrand",
 "winapi 0.3.9",
]

[[package]]
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"
dependencies = [
 "rand_core 0.3.1",
]

[[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.5.0"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "autocfg 1.0.1",
 "crossbeam-deque",
Gavin Wood's avatar
Gavin Wood committed
 "either",
 "rayon-core",
version = "1.9.0"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "crossbeam-channel",
 "crossbeam-deque",
 "crossbeam-utils 0.8.5",
Gavin Wood's avatar
Gavin Wood committed
 "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"
[[package]]
name = "redox_syscall"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
[[package]]
name = "redox_users"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
 "getrandom 0.2.3",
[[package]]
name = "ref-cast"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"
dependencies = [
 "ref-cast-impl",
]

[[package]]
name = "ref-cast-impl"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"
dependencies = [
 "proc-macro2",
[[package]]
name = "regalloc"
version = "0.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5"
dependencies = [
 "log 0.4.14",
 "rustc-hash",
 "smallvec 1.7.0",
[[package]]
name = "regalloc"
version = "0.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6304468554ed921da3d32c355ea107b8d13d7b8996c3adfb7aab48d3bc321f4"
dependencies = [
 "log 0.4.14",
 "rustc-hash",
 "smallvec 1.7.0",
]

version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "aho-corasick",
 "memchr",
 "regex-syntax",
[[package]]
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
 "byteorder",
[[package]]
version = "0.6.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[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",
[[package]]
name = "remote-externalities"
version = "0.10.0-dev"
dependencies = [
 "env_logger 0.9.0",
 "jsonrpsee-proc-macros",
 "jsonrpsee-ws-client",
 "log 0.4.14",
 "pallet-elections-phragmen",
 "parity-scale-codec",
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
 "winapi 0.3.9",
[[package]]
name = "resolv-conf"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
dependencies = [
 "hostname",
 "quick-error 1.2.3",
]

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "448296241d034b96c11173591deaa1302f2c17b56092106c1f92c1bc0183a8c9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
Gavin Wood's avatar
Gavin Wood committed
 "cc",
 "libc",
Gavin Wood's avatar
Gavin Wood committed
 "spin",
 "untrusted",
 "web-sys",
 "winapi 0.3.9",
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7"
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "librocksdb-sys",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "winapi 0.3.9",
[[package]]
name = "rsix"
version = "0.23.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f64c5788d5aab8b75441499d99576a24eb09f76fb267b36fec7e3d970c66431"
dependencies = [
 "bitflags",
 "cc",
 "errno",
 "io-lifetimes",
 "itoa",
 "libc",
 "linux-raw-sys",
 "once_cell",
 "rustc_version 0.4.0",
]

Gav Wood's avatar
Gav Wood committed
[[package]]
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
[[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 = "rustc_version"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
dependencies = [
 "semver 0.11.0",
]

[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
 "semver 1.0.4",
]

[[package]]
name = "rustls"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
dependencies = [
 "base64 0.13.0",
 "log 0.4.14",
 "ring",
 "sct",
[[package]]
name = "rustls-native-certs"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"
dependencies = [
 "openssl-probe",
 "security-framework",
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
dependencies = [
 "pin-project 0.4.27",
Gavin Wood's avatar
Gavin Wood committed
 "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 = [
 "rustc_version 0.2.3",
[[package]]
name = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"

[[package]]
name = "salsa20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
dependencies = [
 "cipher",
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",
[[package]]
name = "sc-allocator"
version = "4.0.0-dev"
 "log 0.4.14",
 "sp-core",
 "sp-wasm-interface",
 "thiserror",
]

name = "sc-authority-discovery"
version = "0.10.0-dev"
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
 "futures-timer 3.0.2",
 "log 0.4.14",
 "parity-scale-codec",
 "prost 0.8.0",
 "prost-build 0.9.0",
Gavin Wood's avatar
Gavin Wood committed
 "quickcheck",
 "rand 0.7.3",
 "sc-client-api",
 "sc-network",
 "sp-api",
 "sp-authority-discovery",
 "sp-blockchain",
 "sp-core",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
 "substrate-prometheus-endpoint",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-test-runtime-client",
name = "sc-basic-authorship"
version = "0.10.0-dev"
 "log 0.4.14",
 "parity-scale-codec",
 "parking_lot 0.11.1",
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",
 "sc-transaction-pool-api",
Gavin Wood's avatar
Gavin Wood committed
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "substrate-prometheus-endpoint",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-test-runtime-client",
name = "sc-block-builder"
version = "0.10.0-dev"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "parity-scale-codec",
Gavin Wood's avatar
Gavin Wood committed
 "sc-client-api",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-core",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
 "sp-state-machine",
 "substrate-test-runtime-client",
name = "sc-chain-spec"
version = "4.0.0-dev"
Wei Tang's avatar
Wei Tang committed
dependencies = [
 "impl-trait-for-tuples",
 "parity-scale-codec",
Gavin Wood's avatar
Gavin Wood committed
 "sc-chain-spec-derive",
 "sc-network",
 "sc-telemetry",
 "serde",
 "serde_json",
 "sp-core",
 "sp-runtime",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "sc-chain-spec-derive"
version = "4.0.0-dev"
 "proc-macro-crate 1.0.0",
 "proc-macro2",
name = "sc-cli"
version = "0.10.0-dev"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "chrono",
 "fdlimit",
 "log 0.4.14",
Gavin Wood's avatar
Gavin Wood committed
 "names",
 "parity-scale-codec",
 "rand 0.7.3",
Gavin Wood's avatar
Gavin Wood committed
 "regex",
 "rpassword",
 "sc-client-api",
 "sc-keystore",
Gavin Wood's avatar
Gavin Wood committed
 "sc-network",
 "sc-service",
 "sc-telemetry",
 "sc-tracing",
Squirrel's avatar
Squirrel committed
 "sc-utils",
Gavin Wood's avatar
Gavin Wood committed
 "serde_json",
 "sp-blockchain",
 "sp-core",
 "sp-keyring",
Gavin Wood's avatar
Gavin Wood committed
 "sp-panic-handler",
 "sp-runtime",
Gavin Wood's avatar
Gavin Wood committed
 "structopt",
 "tempfile",
[[package]]
name = "sc-client-api"
version = "4.0.0-dev"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "fnv",
Gavin Wood's avatar
Gavin Wood committed
 "hash-db",
 "log 0.4.14",
 "parity-scale-codec",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "sc-executor",
 "sc-transaction-pool-api",
Squirrel's avatar
Squirrel committed
 "sc-utils",
Gavin Wood's avatar
Gavin Wood committed
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
Gavin Wood's avatar
Gavin Wood committed
 "sp-externalities",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
 "sp-state-machine",
Gavin Wood's avatar
Gavin Wood committed
 "sp-test-primitives",
 "sp-trie",
 "substrate-prometheus-endpoint",
 "substrate-test-runtime",
name = "sc-client-db"
version = "0.10.0-dev"
Gavin Wood's avatar
Gavin Wood committed
 "hash-db",
 "kvdb",
 "kvdb-memorydb",
Gavin Wood's avatar
Gavin Wood committed
 "kvdb-rocksdb",
 "linked-hash-map",
 "log 0.4.14",
Gavin Wood's avatar
Gavin Wood committed
 "parity-db",
 "parity-scale-codec",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "quickcheck",
 "sc-client-api",
 "sc-state-db",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain",
 "sp-core",
 "sp-database",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
 "sp-state-machine",
Gavin Wood's avatar
Gavin Wood committed
 "sp-trie",
 "substrate-test-runtime-client",
 "tempfile",
[[package]]
name = "sc-consensus"
version = "0.10.0-dev"
dependencies = [
 "async-trait",
 "log 0.4.14",
 "parking_lot 0.11.1",
 "sc-client-api",
Squirrel's avatar
Squirrel committed
 "sc-utils",
 "sp-blockchain",
 "sp-consensus",
 "sp-state-machine",
 "sp-test-primitives",
 "substrate-prometheus-endpoint",
 "thiserror",
[[package]]
name = "sc-consensus-aura"
version = "0.10.0-dev"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
 "getrandom 0.2.3",
 "log 0.4.14",
 "parity-scale-codec",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "sc-client-api",
Gavin Wood's avatar
Gavin Wood committed
 "sc-consensus-slots",
 "sc-keystore",
 "sc-network",
 "sc-network-test",
 "sc-telemetry",
 "sp-api",
 "sp-application-crypto",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-aura",
 "sp-consensus-slots",
Gavin Wood's avatar
Gavin Wood committed
 "sp-core",
 "sp-inherents",
 "sp-keyring",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
 "sp-timestamp",
 "substrate-prometheus-endpoint",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-test-runtime-client",
 "tempfile",
name = "sc-consensus-babe"
version = "0.10.0-dev"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
 "fork-tree",
 "log 0.4.14",
Gavin Wood's avatar
Gavin Wood committed
 "merlin",
 "num-bigint",
 "parity-scale-codec",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "rand 0.7.3",
 "rand_chacha 0.2.2",
Gavin Wood's avatar
Gavin Wood committed
 "sc-block-builder",
 "sc-client-api",
Gavin Wood's avatar
Gavin Wood committed
 "sc-consensus-epochs",
 "sc-consensus-slots",
 "sc-keystore",
 "sc-network",
 "sc-network-test",
 "sc-telemetry",
 "schnorrkel",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-consensus-slots",
 "sp-consensus-vrf",
Gavin Wood's avatar
Gavin Wood committed
 "sp-core",
 "sp-inherents",
 "sp-io",
Gavin Wood's avatar
Gavin Wood committed
 "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.10.0-dev"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
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",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
 "substrate-test-runtime-client",
 "tempfile",
[[package]]
name = "sc-consensus-epochs"
version = "0.10.0-dev"
Gavin Wood's avatar
Gavin Wood committed
 "fork-tree",
 "parity-scale-codec",
Gavin Wood's avatar
Gavin Wood committed
 "sc-client-api",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain",
 "sp-runtime",
Web3 Philosopher's avatar
Web3 Philosopher committed
[[package]]
name = "sc-consensus-manual-seal"
version = "0.10.0-dev"
Web3 Philosopher's avatar
Web3 Philosopher committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
Gavin Wood's avatar
Gavin Wood committed
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "log 0.4.14",
 "parity-scale-codec",
Gavin Wood's avatar
Gavin Wood committed
 "sc-basic-authorship",
 "sc-client-api",
 "sc-consensus-babe",
 "sc-consensus-epochs",
Gavin Wood's avatar
Gavin Wood committed
 "sc-transaction-pool",
 "sc-transaction-pool-api",
Gavin Wood's avatar
Gavin Wood committed
 "serde",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-consensus-slots",
Gavin Wood's avatar
Gavin Wood committed
 "sp-inherents",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
 "substrate-prometheus-endpoint",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-test-runtime-client",
 "substrate-test-runtime-transaction-pool",
name = "sc-consensus-pow"
version = "0.10.0-dev"
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
 "log 0.4.14",
 "parity-scale-codec",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "sc-client-api",
Gavin Wood's avatar
Gavin Wood committed
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-pow",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "substrate-prometheus-endpoint",
[[package]]