Skip to content
Cargo.lock 425 KiB
Newer Older
Alexander's avatar
Alexander committed
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "pallet-xcm",
 "parachain-info",
 "parachains-common",
 "parity-scale-codec",
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",
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
14124 14125 14126 14127 14128 14129 14130 14131 14132 14133 14134 14135 14136 14137 14138 14139 14140 14141 14142 14143 14144 14145 14146 14147 14148 14149 14150 14151 14152 14153 14154 14155 14156 14157 14158 14159 14160 14161 14162 14163 14164 14165 14166 14167 14168 14169 14170 14171 14172 14173 14174 14175 14176 14177 14178 14179 14180 14181 14182 14183 14184 14185 14186 14187 14188 14189 14190 14191 14192 14193 14194 14195 14196 14197 14198 14199 14200 14201 14202 14203 14204 14205 14206 14207 14208 14209 14210 14211 14212 14213 14214 14215 14216 14217 14218 14219 14220 14221 14222 14223 14224 14225 14226 14227 14228 14229 14230 14231 14232 14233 14234 14235 14236 14237 14238 14239 14240 14241 14242 14243 14244 14245 14246 14247 14248 14249 14250 14251 14252 14253 14254 14255 14256 14257 14258 14259 14260 14261 14262 14263 14264 14265 14266 14267 14268 14269 14270 14271 14272 14273 14274 14275 14276 14277 14278 14279 14280 14281 14282 14283 14284 14285 14286 14287 14288 14289 14290 14291 14292 14293 14294 14295 14296 14297 14298 14299 14300 14301 14302 14303 14304 14305 14306 14307 14308 14309 14310 14311 14312 14313 14314 14315 14316 14317 14318 14319 14320 14321 14322 14323 14324 14325 14326 14327 14328 14329 14330 14331 14332 14333 14334 14335 14336 14337 14338 14339 14340 14341 14342 14343 14344 14345 14346 14347 14348 14349 14350 14351 14352 14353 14354 14355 14356 14357 14358 14359 14360 14361 14362 14363 14364 14365 14366 14367 14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 14383 14384 14385 14386 14387 14388 14389 14390 14391 14392 14393 14394 14395 14396 14397 14398 14399 14400 14401 14402 14403 14404 14405 14406 14407 14408 14409 14410 14411 14412 14413 14414 14415 14416 14417 14418 14419 14420 14421 14422 14423 14424 14425 14426 14427 14428 14429 14430 14431 14432 14433 14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 14444 14445 14446 14447 14448 14449 14450 14451 14452 14453 14454 14455 14456 14457 14458 14459 14460 14461 14462 14463 14464 14465 14466 14467 14468 14469 14470 14471 14472 14473 14474 14475 14476 14477 14478 14479 14480 14481 14482 14483 14484 14485 14486 14487 14488 14489 14490 14491 14492 14493 14494 14495 14496 14497 14498 14499 14500 14501 14502 14503 14504 14505 14506 14507 14508 14509 14510 14511 14512 14513 14514 14515 14516 14517 14518 14519 14520 14521 14522 14523 14524 14525 14526 14527 14528 14529 14530 14531 14532 14533 14534 14535 14536 14537 14538 14539 14540 14541 14542 14543 14544 14545
 "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",
]

[[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"
version = "0.38.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f"
dependencies = [
 "bitflags 2.4.0",
 "errno",
 "libc",
 "linux-raw-sys 0.4.5",
 "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",
]

[[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",
 "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",
 "tiny-bip39",
 "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",
 "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",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-runtime",
 "sp-tracing",
 "substrate-prometheus-endpoint",
 "substrate-test-runtime-client",
 "thiserror",
 "tokio",
]

[[package]]
name = "sc-consensus-grandpa-rpc"
version = "0.10.0-dev"
dependencies = [
 "finality-grandpa",
 "futures",
 "jsonrpsee",
 "log",
 "parity-scale-codec",
 "sc-block-builder",
 "sc-client-api",
 "sc-consensus-grandpa",
 "sc-rpc",
 "serde",
 "sp-blockchain",
 "sp-consensus-grandpa",
 "sp-core",
 "sp-keyring",
 "sp-runtime",
 "substrate-test-runtime-client",
 "thiserror",
 "tokio",
]

[[package]]
name = "sc-consensus-manual-seal"
version = "0.10.0-dev"
dependencies = [
 "assert_matches",
 "async-trait",
 "futures",
 "futures-timer",
 "jsonrpsee",
 "log",
 "parity-scale-codec",
 "sc-basic-authorship",
 "sc-client-api",
 "sc-consensus",
 "sc-consensus-aura",
 "sc-consensus-babe",
 "sc-consensus-epochs",
 "sc-transaction-pool",
 "sc-transaction-pool-api",
 "serde",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-aura",
 "sp-consensus-babe",
 "sp-consensus-slots",
 "sp-core",
 "sp-inherents",
 "sp-keystore",
 "sp-runtime",
 "sp-timestamp",
 "substrate-prometheus-endpoint",
 "substrate-test-runtime-client",
 "substrate-test-runtime-transaction-pool",
 "thiserror",
 "tokio",
]

[[package]]
name = "sc-consensus-pow"
version = "0.10.0-dev"
dependencies = [
 "async-trait",
 "futures",
 "futures-timer",
 "log",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "sc-client-api",
 "sc-consensus",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-pow",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "substrate-prometheus-endpoint",
 "thiserror",
]

[[package]]
name = "sc-consensus-slots"
version = "0.10.0-dev"
dependencies = [
 "async-trait",
 "futures",
 "futures-timer",
 "log",