Skip to content
Cargo.lock 430 KiB
Newer Older
Alexander's avatar
Alexander committed
[[package]]
name = "rfc6979"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
dependencies = [
 "crypto-bigint 0.4.9",
 "hmac 0.12.1",
 "zeroize",
]

[[package]]
name = "rfc6979"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
dependencies = [
 "hmac 0.12.1",
David Emett's avatar
David Emett committed
 "subtle 2.4.1",
Alexander's avatar
Alexander committed
]

[[package]]
name = "ring"
version = "0.1.0"
source = "git+https://github.com/w3f/ring-proof#edd1e90b847e560bf60fc2e8712235ccfa11a9a9"
Alexander's avatar
Alexander committed
dependencies = [
 "ark-ec",
 "ark-ff",
 "ark-poly",
 "ark-serialize",
 "ark-std",
David Emett's avatar
David Emett committed
 "blake2 0.10.6",
Alexander's avatar
Alexander committed
 "common",
 "fflonk",
 "merlin 3.0.0",
]

[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
 "cc",
 "libc",
 "once_cell",
 "spin 0.5.2",
 "untrusted",
 "web-sys",
 "winapi",
]

[[package]]
name = "rle-decode-fast"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"

[[package]]
name = "rlp"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"
dependencies = [
 "bytes",
 "rustc-hex",
]

[[package]]
name = "rocksdb"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe"
dependencies = [
 "libc",
 "librocksdb-sys",
]

[[package]]
name = "rococo-parachain-runtime"
version = "0.1.0"
dependencies = [
 "cumulus-pallet-aura-ext",
 "cumulus-pallet-dmp-queue",
 "cumulus-pallet-parachain-system",
 "cumulus-pallet-xcm",
 "cumulus-pallet-xcmp-queue",
 "cumulus-ping",
 "cumulus-primitives-core",
 "cumulus-primitives-utility",
 "frame-benchmarking",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-rpc-runtime-api",
 "pallet-assets",
 "pallet-aura",
 "pallet-balances",
 "pallet-sudo",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "pallet-xcm",
 "parachains-common",
 "parity-scale-codec",
 "polkadot-runtime-common",
Alexander's avatar
Alexander committed
 "scale-info",
 "sp-api",
 "sp-block-builder",
 "sp-consensus-aura",
 "sp-core",
Alexander's avatar
Alexander committed
 "sp-inherents",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-std",
 "sp-transaction-pool",
 "sp-version",
Lulu's avatar
Lulu committed
 "staging-xcm",
 "staging-xcm-builder",
 "staging-xcm-executor",
Alexander's avatar
Alexander committed
 "substrate-wasm-builder",
]

[[package]]
name = "rococo-runtime"
version = "1.0.0"
dependencies = [
 "binary-merkle-tree",
 "frame-benchmarking",
 "frame-executive",
 "frame-remote-externalities",
 "frame-support",
 "frame-system",
 "frame-system-benchmarking",
 "frame-system-rpc-runtime-api",
 "frame-try-runtime",
Alexander's avatar
Alexander committed
 "log",
 "pallet-asset-rate",
Alexander's avatar
Alexander committed
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-beefy",
 "pallet-beefy-mmr",
 "pallet-bounties",
 "pallet-child-bounties",
 "pallet-collective",
 "pallet-conviction-voting",
Alexander's avatar
Alexander committed
 "pallet-democracy",
 "pallet-elections-phragmen",
 "pallet-grandpa",
 "pallet-identity",
 "pallet-im-online",
 "pallet-indices",
 "pallet-membership",
 "pallet-message-queue",
 "pallet-mmr",
 "pallet-multisig",
 "pallet-nis",
 "pallet-offences",
 "pallet-preimage",
 "pallet-proxy",
 "pallet-ranked-collective",
Alexander's avatar
Alexander committed
 "pallet-recovery",
 "pallet-root-testing",
Alexander's avatar
Alexander committed
 "pallet-scheduler",
 "pallet-session",
 "pallet-society",
 "pallet-staking",
 "pallet-state-trie-migration",
 "pallet-sudo",
 "pallet-timestamp",
 "pallet-tips",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "pallet-treasury",
 "pallet-utility",
 "pallet-vesting",
Alexander's avatar
Alexander committed
 "pallet-xcm",
 "pallet-xcm-benchmarks",
 "parity-scale-codec",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "polkadot-runtime-common",
 "polkadot-runtime-parachains",
 "rococo-runtime-constants",
 "scale-info",
 "separator",
 "serde",
 "serde_derive",
 "serde_json",
 "smallvec",
 "sp-api",
Alexander's avatar
Alexander committed
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-consensus-babe",
 "sp-consensus-beefy",
 "sp-core",
Alexander's avatar
Alexander committed
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-mmr-primitives",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std",
 "sp-storage",
 "sp-tracing",
 "sp-transaction-pool",
 "sp-trie",
 "sp-version",
Lulu's avatar
Lulu committed
 "staging-xcm",
 "staging-xcm-builder",
 "staging-xcm-executor",
Alexander's avatar
Alexander committed
 "static_assertions",
 "substrate-wasm-builder",
 "tiny-keccak",
 "tokio",
]

[[package]]
name = "rococo-runtime-constants"
version = "1.0.0"
dependencies = [
 "frame-support",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "smallvec",
 "sp-core",
 "sp-runtime",
 "sp-weights",
Alexander's avatar
Alexander committed
]

[[package]]
name = "rpassword"
version = "7.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
dependencies = [
 "libc",
 "rtoolbox",
 "winapi",
]

[[package]]
name = "rtcp"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1919efd6d4a6a85d13388f9487549bb8e359f17198cc03ffd72f79b553873691"
dependencies = [
 "bytes",
 "thiserror",
 "webrtc-util",
]

[[package]]
name = "rtnetlink"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"
dependencies = [
 "futures",
 "log",
 "netlink-packet-route",
 "netlink-proto",
 "nix 0.24.3",
 "thiserror",
 "tokio",
]

[[package]]
name = "rtoolbox"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"
dependencies = [
 "libc",
 "winapi",
]

[[package]]
name = "rtp"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2a095411ff00eed7b12e4c6a118ba984d113e1079582570d56a5ee723f11f80"
dependencies = [
 "async-trait",
 "bytes",
 "rand 0.8.5",
 "serde",
 "thiserror",
 "webrtc-util",
]

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

[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"

[[package]]
name = "rustc-hex"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"

[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
 "semver 0.9.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.18",
]

[[package]]
name = "rusticata-macros"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
dependencies = [
 "nom",
]

[[package]]
name = "rustix"
version = "0.36.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941"
dependencies = [
 "bitflags 1.3.2",
 "errno",
 "io-lifetimes",
 "libc",
 "linux-raw-sys 0.1.4",
 "windows-sys 0.45.0",
]

[[package]]
name = "rustix"
version = "0.37.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
dependencies = [
 "bitflags 1.3.2",
 "errno",
 "io-lifetimes",
 "libc",
 "linux-raw-sys 0.3.8",
 "windows-sys 0.48.0",
]

[[package]]
name = "rustix"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
Alexander's avatar
Alexander committed
dependencies = [
 "bitflags 2.4.0",
 "errno",
 "libc",
Alexander's avatar
Alexander committed
 "windows-sys 0.48.0",
]

[[package]]
name = "rustls"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
dependencies = [
 "base64 0.13.1",
 "log",
 "ring 0.16.20",
 "sct 0.6.1",
 "webpki 0.21.4",
]

[[package]]
name = "rustls"
version = "0.20.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
dependencies = [
 "log",
 "ring 0.16.20",
 "sct 0.7.0",
 "webpki 0.22.0",
]

[[package]]
name = "rustls"
version = "0.21.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb"
dependencies = [
 "log",
 "ring 0.16.20",
 "rustls-webpki 0.101.4",
 "sct 0.7.0",
]

[[package]]
name = "rustls-native-certs"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
dependencies = [
 "openssl-probe",
 "rustls-pemfile",
 "schannel",
 "security-framework",
]

[[package]]
name = "rustls-pemfile"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
dependencies = [
 "base64 0.21.2",
]

[[package]]
name = "rustls-webpki"
version = "0.100.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab"
dependencies = [
 "ring 0.16.20",
 "untrusted",
]

[[package]]
name = "rustls-webpki"
version = "0.101.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d"
dependencies = [
 "ring 0.16.20",
 "untrusted",
]

[[package]]
name = "rustversion"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"

[[package]]
name = "rusty-fork"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
dependencies = [
 "fnv",
 "quick-error",
 "tempfile",
Alexander's avatar
Alexander committed
]

[[package]]
name = "ruzstd"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc"
dependencies = [
 "byteorder",
 "thiserror-core",
 "twox-hash",
]

[[package]]
name = "rw-stream-sink"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"
dependencies = [
 "futures",
 "pin-project",
 "static_assertions",
]

[[package]]
name = "ryu"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"

[[package]]
name = "safe-mix"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"
dependencies = [
 "rustc_version 0.2.3",
]

[[package]]
name = "safe_arch"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354"
dependencies = [
 "bytemuck",
]

[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
 "winapi-util",
]

[[package]]
name = "sc-allocator"
version = "4.1.0-dev"
dependencies = [
 "log",
 "sp-core",
 "sp-wasm-interface",
 "thiserror",
]

[[package]]
name = "sc-authority-discovery"
version = "0.10.0-dev"
dependencies = [
 "async-trait",
 "futures",
 "futures-timer",
 "ip_network",
 "libp2p",
 "log",
 "multihash",
 "parity-scale-codec",
 "prost",
 "prost-build",
 "quickcheck",
 "rand 0.8.5",
 "sc-client-api",
 "sc-network",
 "sp-api",
 "sp-authority-discovery",
 "sp-blockchain",
 "sp-core",
 "sp-keystore",
 "sp-runtime",
 "sp-tracing",
 "substrate-prometheus-endpoint",
 "substrate-test-runtime-client",
 "thiserror",
]

[[package]]
name = "sc-basic-authorship"
version = "0.10.0-dev"
dependencies = [
 "futures",
 "futures-timer",
 "log",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "sc-block-builder",
 "sc-client-api",
 "sc-proposer-metrics",
 "sc-telemetry",
 "sc-transaction-pool",
 "sc-transaction-pool-api",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "substrate-prometheus-endpoint",
 "substrate-test-runtime-client",
]

[[package]]
name = "sc-block-builder"
version = "0.10.0-dev"
dependencies = [
 "parity-scale-codec",
 "sc-client-api",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-state-machine",
 "substrate-test-runtime-client",
]

[[package]]
name = "sc-chain-spec"
version = "4.0.0-dev"
dependencies = [
 "memmap2",
 "sc-chain-spec-derive",
 "sc-client-api",
 "sc-executor",
 "sc-network",
 "sc-telemetry",
 "serde",
 "serde_json",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "sp-state-machine",
]

[[package]]
name = "sc-chain-spec-derive"
version = "4.0.0-dev"
dependencies = [
 "proc-macro-crate",
 "proc-macro2",
 "quote",
Alexander's avatar
Alexander committed
]

[[package]]
name = "sc-cli"
version = "0.10.0-dev"
dependencies = [
David Emett's avatar
David Emett committed
 "array-bytes 6.1.0",
Alexander's avatar
Alexander committed
 "chrono",
Alexander's avatar
Alexander committed
 "fdlimit",
 "futures",
 "futures-timer",
Alexander's avatar
Alexander committed
 "libp2p-identity",
 "log",
 "names 0.13.0",
 "parity-scale-codec",
 "rand 0.8.5",
 "regex",
 "rpassword",
 "sc-client-api",
 "sc-client-db",
 "sc-keystore",
David Emett's avatar
David Emett committed
 "sc-mixnet",
Alexander's avatar
Alexander committed
 "sc-network",
 "sc-service",
 "sc-telemetry",
 "sc-tracing",
 "sc-utils",
 "serde",
 "serde_json",
 "sp-blockchain",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-panic-handler",
 "sp-runtime",
 "sp-tracing",
 "sp-version",
 "tempfile",
 "thiserror",
 "tokio",
]

[[package]]
name = "sc-client-api"
version = "4.0.0-dev"
dependencies = [
 "fnv",
 "futures",
 "log",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "sc-executor",
 "sc-transaction-pool-api",
 "sc-utils",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-database",
 "sp-externalities",
 "sp-runtime",
 "sp-state-machine",
 "sp-statement-store",
 "sp-storage",
 "sp-test-primitives",
Alexander's avatar
Alexander committed
 "substrate-prometheus-endpoint",
 "substrate-test-runtime",
 "thiserror",
]

[[package]]
name = "sc-client-db"
version = "0.10.0-dev"
dependencies = [
David Emett's avatar
David Emett committed
 "array-bytes 6.1.0",
Alexander's avatar
Alexander committed
 "criterion 0.4.0",
 "hash-db",
 "kitchensink-runtime",
 "kvdb",
 "kvdb-memorydb",
 "kvdb-rocksdb",
 "linked-hash-map",
 "log",
 "parity-db",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "quickcheck",
 "rand 0.8.5",
 "sc-client-api",
 "sc-state-db",
 "schnellru",
 "sp-arithmetic",
 "sp-blockchain",
 "sp-core",
 "sp-database",
 "sp-runtime",
 "sp-state-machine",
 "sp-tracing",
 "sp-trie",
 "substrate-test-runtime-client",
 "tempfile",
]

[[package]]
name = "sc-consensus"
version = "0.10.0-dev"
dependencies = [
 "async-trait",
 "futures",
 "futures-timer",
 "libp2p-identity",
 "log",
 "mockall",
 "parking_lot 0.12.1",
 "sc-client-api",
 "sc-utils",
 "serde",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-runtime",
 "sp-state-machine",
 "sp-test-primitives",
 "substrate-prometheus-endpoint",
 "thiserror",
]

[[package]]
name = "sc-consensus-aura"
version = "0.10.0-dev"
dependencies = [
 "async-trait",
 "futures",
 "log",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "sc-block-builder",
 "sc-client-api",
 "sc-consensus",
 "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",
 "sp-core",
 "sp-inherents",
 "sp-keyring",
 "sp-keystore",
 "sp-runtime",
 "sp-timestamp",
 "sp-tracing",
 "substrate-prometheus-endpoint",
 "substrate-test-runtime-client",
 "tempfile",
 "thiserror",
 "tokio",
]

[[package]]
name = "sc-consensus-babe"
version = "0.10.0-dev"
dependencies = [
 "async-trait",
 "fork-tree",
 "futures",
 "log",
 "num-bigint",
 "num-rational",
 "num-traits",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "sc-block-builder",
 "sc-client-api",
 "sc-consensus",
 "sc-consensus-epochs",
 "sc-consensus-slots",
 "sc-network-test",
 "sc-telemetry",
 "sc-transaction-pool-api",
 "sp-api",
 "sp-application-crypto",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-consensus-slots",
 "sp-core",
 "sp-inherents",
 "sp-keyring",
 "sp-keystore",
 "sp-runtime",
 "sp-timestamp",
 "sp-tracing",
 "substrate-prometheus-endpoint",
 "substrate-test-runtime-client",
 "thiserror",
 "tokio",
]

[[package]]
name = "sc-consensus-babe-rpc"
version = "0.10.0-dev"
dependencies = [
 "futures",
 "jsonrpsee",
 "sc-consensus",
 "sc-consensus-babe",
 "sc-consensus-epochs",
 "sc-keystore",
 "sc-rpc-api",
 "sc-transaction-pool-api",
 "serde",
 "serde_json",
 "sp-api",
 "sp-application-crypto",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-runtime",
 "substrate-test-runtime-client",
 "thiserror",
 "tokio",
]

[[package]]
name = "sc-consensus-beefy"
version = "4.0.0-dev"
dependencies = [
David Emett's avatar
David Emett committed
 "array-bytes 6.1.0",
Alexander's avatar
Alexander committed
 "async-channel",
 "async-trait",
 "fnv",
 "futures",
 "log",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "sc-block-builder",
 "sc-client-api",
 "sc-consensus",
 "sc-network",
 "sc-network-gossip",
 "sc-network-sync",
 "sc-network-test",
 "sc-utils",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-arithmetic",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-beefy",
 "sp-consensus-grandpa",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-mmr-primitives",
 "sp-runtime",
 "sp-tracing",
 "substrate-prometheus-endpoint",
 "substrate-test-runtime-client",
 "tempfile",
 "thiserror",
 "tokio",
 "wasm-timer",
]

[[package]]
name = "sc-consensus-beefy-rpc"
version = "4.0.0-dev"
dependencies = [
 "futures",
 "jsonrpsee",
 "log",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "sc-consensus-beefy",
 "sc-rpc",
 "serde",
 "serde_json",
 "sp-consensus-beefy",
 "sp-core",
 "sp-runtime",
 "substrate-test-runtime-client",
 "thiserror",
 "tokio",
]

[[package]]
name = "sc-consensus-epochs"
version = "0.10.0-dev"
dependencies = [
 "fork-tree",
 "parity-scale-codec",
 "sc-client-api",
 "sc-consensus",
 "sp-blockchain",
 "sp-runtime",
]

[[package]]
name = "sc-consensus-grandpa"
version = "0.10.0-dev"
dependencies = [
 "ahash 0.8.3",
David Emett's avatar
David Emett committed
 "array-bytes 6.1.0",
Alexander's avatar
Alexander committed
 "assert_matches",
 "async-trait",
 "dyn-clone",
 "finality-grandpa",
 "fork-tree",
 "futures",
 "futures-timer",
 "log",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "rand 0.8.5",
 "sc-block-builder",
 "sc-chain-spec",
 "sc-client-api",
 "sc-consensus",
 "sc-network",
 "sc-network-common",
 "sc-network-gossip",
Alexander's avatar
Alexander committed
 "sc-network-test",
 "sc-telemetry",
 "sc-transaction-pool-api",
 "sc-utils",
 "serde",
 "serde_json",
 "sp-api",
 "sp-application-crypto",
 "sp-arithmetic",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-grandpa",