Skip to content
Cargo.lock 427 KiB
Newer Older
Alexander's avatar
Alexander committed
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"

[[package]]
name = "regex-syntax"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"

[[package]]
name = "remote-ext-tests-bags-list"
version = "1.0.0"
dependencies = [
Alexander's avatar
Alexander committed
 "frame-system",
 "log",
 "pallet-bags-list-remote-tests",
 "sp-core",
 "sp-tracing",
 "tokio",
 "westend-runtime",
 "westend-runtime-constants",
]

[[package]]
name = "reqwest"
version = "0.11.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
dependencies = [
 "base64 0.21.2",
 "bytes",
 "encoding_rs",
 "futures-core",
 "futures-util",
 "h2",
 "http",
 "http-body",
 "hyper",
 "hyper-rustls",
 "ipnet",
 "js-sys",
 "log",
 "mime",
 "once_cell",
 "percent-encoding",
 "pin-project-lite 0.2.12",
Alexander's avatar
Alexander committed
 "rustls 0.21.6",
 "rustls-pemfile",
 "serde",
 "serde_json",
 "serde_urlencoded",
 "tokio",
 "tokio-rustls",
 "tower-service",
 "url",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "web-sys",
 "webpki-roots 0.25.2",
 "winreg",
]

[[package]]
name = "resolv-conf"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
dependencies = [
 "hostname",
 "quick-error",
]

[[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",
 "parachain-info",
 "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",
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
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 14546 14547 14548 14549 14550 14551 14552 14553 14554 14555 14556 14557 14558 14559 14560 14561 14562 14563 14564 14565 14566 14567 14568 14569 14570 14571 14572 14573 14574 14575 14576 14577 14578 14579 14580 14581 14582 14583 14584 14585 14586 14587 14588 14589 14590 14591 14592 14593 14594 14595 14596 14597 14598 14599 14600 14601 14602 14603 14604 14605 14606 14607 14608 14609 14610 14611 14612 14613 14614 14615 14616 14617 14618 14619 14620 14621 14622 14623 14624 14625 14626 14627 14628 14629 14630 14631 14632 14633 14634 14635 14636 14637 14638 14639 14640 14641 14642 14643 14644 14645 14646 14647 14648 14649 14650 14651 14652 14653 14654 14655 14656 14657 14658 14659 14660 14661 14662 14663 14664 14665 14666 14667 14668 14669 14670 14671 14672 14673 14674 14675 14676 14677 14678 14679 14680 14681 14682 14683 14684 14685 14686 14687 14688 14689 14690 14691 14692 14693 14694 14695 14696 14697 14698 14699 14700 14701 14702 14703 14704 14705 14706 14707 14708 14709 14710 14711 14712 14713 14714 14715 14716 14717 14718 14719 14720 14721
]

[[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",
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",