Cargo.lock 206 KiB
Newer Older
checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "parity-tokio-ipc"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf"
dependencies = [
 "bytes 0.4.12",
 "futures 0.1.29",
 "libc",
 "log 0.4.8",
 "mio-named-pipes",
 "miow 0.3.5",
 "rand 0.7.3",
 "tokio 0.1.22",
 "tokio-named-pipes",
 "tokio-uds",
 "winapi 0.3.8",
]

[[package]]
name = "parity-util-mem"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6e2583649a3ca84894d1d71da249abcfda54d5aca24733d72ca10d0f02361c"
dependencies = [
 "cfg-if",
 "impl-trait-for-tuples",
 "jemallocator",
 "parity-util-mem-derive",
 "primitive-types",
 "winapi 0.3.8",
Gavin Wood's avatar
Gavin Wood committed

[[package]]
name = "parity-util-mem-derive"
version = "0.1.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "proc-macro2 1.0.18",
 "syn 1.0.31",
 "synstructure",
[[package]]
name = "parity-wasm"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "parking_lot"
version = "0.9.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "lock_api",
 "parking_lot_core 0.6.2",
 "rustc_version",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
 "lock_api",
 "parking_lot_core 0.7.2",
[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
dependencies = [
 "cfg-if",
 "cloudabi",
 "libc",
 "redox_syscall",
 "rustc_version",
 "smallvec 0.6.13",
 "winapi 0.3.8",
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
 "cfg-if",
 "cloudabi",
 "libc",
 "redox_syscall",
 "winapi 0.3.8",
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "026c63fe245362be0322bfec5a9656d458d13f9cfb1785d1b38458b9968e8080"
dependencies = [
 "paste-impl",
 "proc-macro-hack",
[[package]]
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b9281a268ec213237dcd2aa3c3d0f46681b04ced37c1616fd36567a9e6954b0"
dependencies = [
 "proc-macro-hack",
name = "pbkdf2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
dependencies = [
 "crypto-mac",
[[package]]
name = "pdqselect"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27"
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
name = "percent-encoding"
version = "1.0.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "petgraph"
version = "0.5.1"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "fixedbitset",
 "indexmap",
[[package]]
name = "pin-project"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12e3a6cdbfe94a5e4572812a0201f8c0ed98c1c452c7b8563ce2276988ef9c17"
dependencies = [
 "pin-project-internal",
]

[[package]]
name = "pin-project-internal"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a0ffd45cf79d88737d7cc85bfd5d2894bee1139b356e616fe85dc389c61aaf7"
dependencies = [
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.31",
[[package]]
name = "pin-project-lite"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
[[package]]
name = "platforms"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e"

[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
dependencies = [
 "assert_cmd",
 "futures 0.3.5",
 "nix 0.17.0",
 "parity-util-mem",
 "polkadot-cli",
 "polkadot-collator",
 "polkadot-service",
pscott's avatar
pscott committed
 "tempfile",
name = "polkadot-availability-store"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
dependencies = [
 "derive_more 0.99.8",
 "exit-future",
 "futures 0.3.5",
 "kvdb",
 "kvdb-memorydb",
 "kvdb-rocksdb",
 "log 0.4.8",
 "parity-scale-codec",
 "parking_lot 0.9.0",
 "polkadot-erasure-coding",
 "polkadot-primitives",
 "sc-client-api",
 "sc-keystore",
 "sc-network",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-runtime",
 "tokio 0.2.21",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "frame-benchmarking-cli",
 "futures 0.3.5",
 "log 0.4.8",
 "polkadot-service",
 "polkadot-service-new",
 "sc-cli",
 "sc-client-api",
 "sc-client-db",
 "sc-executor",
 "sc-service",
 "sp-api",
 "sp-core",
 "sp-runtime",
 "structopt",
 "substrate-browser-utils",
 "substrate-build-script-utils",
 "tokio 0.2.21",
 "wasm-bindgen",
 "wasm-bindgen-futures",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.3.5",
 "futures-timer 2.0.2",
 "log 0.4.8",
 "parity-scale-codec",
 "polkadot-cli",
 "polkadot-network",
 "polkadot-primitives",
 "polkadot-service",
 "polkadot-service-new",
 "polkadot-validation",
 "sc-cli",
 "sc-client-api",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-executor",
 "sc-network",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-service",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-keyring",
 "sp-runtime",
 "tokio 0.2.21",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "polkadot-erasure-coding"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "derive_more 0.15.0",
 "parity-scale-codec",
 "polkadot-primitives",
 "reed-solomon-erasure",
 "sp-core",
 "sp-trie",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "arrayvec 0.4.12",
 "bytes 0.5.4",
 "derive_more 0.14.1",
 "exit-future",
 "futures 0.3.5",
 "futures-timer 2.0.2",
 "log 0.4.8",
 "parity-scale-codec",
 "parking_lot 0.9.0",
 "polkadot-availability-store",
 "polkadot-erasure-coding",
 "polkadot-primitives",
 "polkadot-validation",
 "sc-network",
 "sc-network-gossip",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-keyring",
 "sp-runtime",
 "sp-state-machine",
 "wasm-timer",
[[package]]
name = "polkadot-network-test"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
dependencies = [
 "futures 0.3.5",
 "log 0.4.8",
 "polkadot-test-runtime-client",
 "rand 0.7.3",
 "sc-block-builder",
 "sc-client-api",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-consensus",
 "sc-network",
 "sc-network-test",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-service",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-runtime",
[[package]]
name = "polkadot-node-messages"
version = "0.1.0"
dependencies = [
 "futures 0.3.5",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "polkadot-statement-table",
 "sc-network",
]

[[package]]
name = "polkadot-node-primitives"
version = "0.1.0"
dependencies = [
 "parity-scale-codec",
 "polkadot-statement-table",
 "sp-runtime",
]

[[package]]
name = "polkadot-overseer"
version = "0.1.0"
dependencies = [
 "femme",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "kv-log-macro",
 "log 0.4.8",
 "polkadot-node-messages",
 "polkadot-primitives",
 "sc-client-api",
 "streamunordered",
]

name = "polkadot-parachain"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
 "derive_more 0.99.8",
 "log 0.4.8",
 "parity-scale-codec",
 "sc-executor",
 "serde",
 "shared_memory",
 "sp-core",
 "sp-externalities",
 "sp-io",
 "sp-runtime-interface",
 "sp-std",
 "sp-wasm-interface",
]

[[package]]
name = "polkadot-primitives"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
 "bitvec",
 "parity-scale-codec",
 "polkadot-parachain",
 "pretty_assertions",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-serializer",
 "sp-staking",
 "sp-std",
 "sp-trie",
 "sp-version",
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
 "jsonrpc-core",
 "pallet-transaction-payment-rpc",
 "parity-scale-codec",
 "polkadot-primitives",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-client-api",
 "sc-consensus-babe",
 "sc-consensus-babe-rpc",
 "sc-consensus-epochs",
 "sc-finality-grandpa",
 "sc-finality-grandpa-rpc",
 "sc-rpc",
 "sp-api",
Xiliang Chen's avatar
Xiliang Chen committed
 "sp-block-builder",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-runtime",
 "sp-transaction-pool",
 "substrate-frame-rpc-system",
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
 "bitvec",
 "frame-benchmarking",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-benchmarking",
 "frame-system-rpc-runtime-api",
 "hex-literal",
 "libsecp256k1",
 "log 0.3.9",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-collective",
 "pallet-democracy",
 "pallet-elections-phragmen",
 "pallet-finality-tracker",
 "pallet-grandpa",
 "pallet-identity",
 "pallet-im-online",
 "pallet-indices",
 "pallet-membership",
 "pallet-nicks",
 "pallet-offences",
 "pallet-offences-benchmarking",
 "pallet-proxy",
 "pallet-randomness-collective-flip",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-scheduler",
 "pallet-session",
 "pallet-session-benchmarking",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-sudo",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "pallet-treasury",
 "pallet-utility",
 "pallet-vesting",
 "parity-scale-codec",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "rustc-hex",
 "serde",
 "serde_derive",
 "serde_json",
 "sp-api",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-consensus-babe",
 "sp-core",
 "sp-inherents",
 "sp-keyring",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std",
 "sp-transaction-pool",
 "sp-trie",
 "sp-version",
 "static_assertions",
 "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.5.0",
[[package]]
name = "polkadot-runtime-common"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
 "bitvec",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "hex-literal",
 "libsecp256k1",
 "log 0.3.9",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-offences",
 "pallet-randomness-collective-flip",
 "pallet-session",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-treasury",
 "pallet-vesting",
 "parity-scale-codec",
 "polkadot-primitives",
 "rustc-hex",
 "serde",
 "serde_derive",
 "serde_json",
 "sp-api",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-staking",
 "sp-std",
 "sp-trie",
 "static_assertions",
[[package]]
name = "polkadot-runtime-parachains"
version = "0.8.0"
dependencies = [
 "bitvec",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "hex-literal",
 "libsecp256k1",
 "log 0.3.9",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-offences",
 "pallet-randomness-collective-flip",
 "pallet-session",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-timestamp",
 "pallet-treasury",
 "pallet-vesting",
 "parity-scale-codec",
 "polkadot-primitives",
 "rand 0.7.3",
 "rand_chacha 0.2.2",
 "rustc-hex",
 "serde",
 "serde_derive",
 "serde_json",
 "sp-api",
 "sp-application-crypto",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std",
 "sp-trie",
]

[[package]]
name = "polkadot-service"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
 "env_logger",
 "frame-benchmarking",
 "frame-system-rpc-runtime-api",
 "futures 0.3.5",
 "hex-literal",
 "kusama-runtime",
 "lazy_static",
 "log 0.4.8",
 "pallet-babe",
 "pallet-im-online",
 "pallet-staking",
 "pallet-transaction-payment-rpc-runtime-api",
 "parity-scale-codec",
 "parking_lot 0.9.0",
 "polkadot-availability-store",
 "polkadot-network",
 "polkadot-primitives",
 "polkadot-rpc",
 "polkadot-runtime",
 "polkadot-test-runtime-client",
 "polkadot-validation",
 "sc-authority-discovery",
 "sc-block-builder",
 "sc-chain-spec",
 "sc-client-api",
 "sc-client-db",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-consensus",
 "sc-consensus-babe",
 "sc-executor",
 "sc-finality-grandpa",
 "sc-keystore",
 "sc-network",
 "sc-service",
 "sc-telemetry",
 "sc-transaction-pool",
 "serde",
 "slog",
 "sp-api",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-core",
 "sp-finality-grandpa",
 "sp-inherents",
 "sp-io",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-transaction-pool",
 "substrate-prometheus-endpoint",
 "westend-runtime",
]

[[package]]
name = "polkadot-service-new"
version = "0.8.3"
dependencies = [
 "env_logger",
 "frame-benchmarking",
 "frame-system-rpc-runtime-api",
 "futures 0.3.5",
 "hex-literal",
 "kusama-runtime",
 "lazy_static",
 "log 0.4.8",
 "pallet-babe",
 "pallet-im-online",
 "pallet-staking",
 "pallet-transaction-payment-rpc-runtime-api",
 "parity-scale-codec",
 "parking_lot 0.9.0",
 "polkadot-network",
 "polkadot-overseer",
 "polkadot-primitives",
 "polkadot-rpc",
 "polkadot-runtime",
 "polkadot-test-runtime-client",
 "sc-authority-discovery",
 "sc-basic-authorship",
 "sc-block-builder",
 "sc-chain-spec",
 "sc-client-api",
 "sc-client-db",
 "sc-consensus",
 "sc-consensus-babe",
 "sc-executor",
 "sc-finality-grandpa",
 "sc-keystore",
 "sc-network",
 "sc-service",
 "sc-telemetry",
 "sc-transaction-pool",
 "serde",
 "slog",
 "sp-api",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-core",
 "sp-finality-grandpa",
 "sp-inherents",
 "sp-io",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-transaction-pool",
 "substrate-prometheus-endpoint",
ddorgan's avatar
ddorgan committed
 "westend-runtime",
]

[[package]]
name = "polkadot-statement-table"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
 "parity-scale-codec",
 "polkadot-primitives",
 "sp-core",
[[package]]
name = "polkadot-test-runtime"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
dependencies = [
 "bitvec",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-rpc-runtime-api",
 "hex-literal",
 "libsecp256k1",
 "log 0.3.9",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-finality-tracker",
 "pallet-grandpa",
 "pallet-indices",
 "pallet-nicks",
 "pallet-offences",
 "pallet-randomness-collective-flip",
 "pallet-session",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "pallet-vesting",
 "parity-scale-codec",
 "polkadot-parachain",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "rustc-hex",
 "serde",
 "serde_derive",
 "serde_json",
 "sp-api",
 "sp-block-builder",
 "sp-consensus-babe",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std",
 "sp-transaction-pool",
 "sp-trie",
 "sp-version",
 "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.5.0",
]

[[package]]
name = "polkadot-test-runtime-client"
version = "2.0.0"
dependencies = [
 "futures 0.3.5",
 "pallet-timestamp",
 "parity-scale-codec",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "polkadot-test-runtime",
 "sc-block-builder",
 "sc-client-api",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-consensus",
 "sc-light",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-service",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "substrate-test-client",
[[package]]
name = "polkadot-validation"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
 "bitvec",
 "derive_more 0.14.1",
 "exit-future",
 "futures 0.3.5",
 "futures-timer 2.0.2",
 "log 0.4.8",
 "pallet-babe",
 "parity-scale-codec",
 "parking_lot 0.9.0",
 "polkadot-availability-store",
 "polkadot-erasure-coding",
 "polkadot-parachain",
 "polkadot-primitives",
 "polkadot-statement-table",
 "sc-basic-authorship",
 "sc-block-builder",
 "sc-client-api",
 "sc-finality-grandpa",
 "sc-keystore",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-core",
 "sp-inherents",
 "sp-keyring",
 "sp-runtime",
 "sp-timestamp",
 "sp-transaction-pool",
 "sp-trie",
 "substrate-prometheus-endpoint",
 "tokio 0.2.21",
[[package]]
name = "poly1305"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5829f50f48e9ddb79f3f7c3097029d0caee30f8286accb241416df603b080b8"
dependencies = [
 "universal-hash",
]

[[package]]
name = "polyval"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ec3341498978de3bfd12d1b22f1af1de22818f5473a11e8a6ef997989e3a212"
dependencies = [
 "cfg-if",
 "universal-hash",
]

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
[[package]]
name = "predicates"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "347a1b6f0b21e636bc9872fb60b83b8e185f6f5516298b8238699f7f9a531030"
dependencies = [
 "difference",
 "predicates-core",
]

[[package]]
name = "predicates-core"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178"

[[package]]
name = "predicates-tree"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124"
dependencies = [
 "predicates-core",
 "treeline",
[[package]]
name = "pretty_assertions"
version = "0.5.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "ansi_term 0.11.0",
 "difference",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
version = "0.7.2"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c55c21c64d0eaa4d7ed885d959ef2d62d9e488c27c0e02d9aa5ce6c877b7d5f8"
 "fixed-hash",
 "impl-codec",
 "impl-serde 0.3.1",
asynchronous rob's avatar
asynchronous rob committed

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "proc-macro-crate"
version = "0.1.4"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98e9e4b82e0ef281812565ea4751049f1bdcdfccda7d3f459f2e138a40c08678"
dependencies = [
 "proc-macro-error-attr",
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.31",
 "version_check",
]

[[package]]
name = "proc-macro-error-attr"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f5444ead4e9935abd7f27dc51f7e852a0569ac888096d5ec2499470794e2e53"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.31",
 "syn-mid",
 "version_check",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "0.5.16"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"

[[package]]
name = "proc-macro2"
version = "0.4.30"