Cargo.lock 207 KiB
Newer Older
 "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.11"
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.11"
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.11"
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.11"
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.11"
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.11"
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.11"
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.11"
 "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.11"
 "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.11"
 "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.11"
 "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.11"
 "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.11"
 "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.11"
 "parity-scale-codec",
 "polkadot-primitives",
 "sp-core",
[[package]]
name = "polkadot-test-runtime"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.11"
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.11"
 "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",
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
dependencies = [
 "unicode-xid 0.1.0",
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
dependencies = [
 "unicode-xid 0.2.0",
[[package]]
name = "procfs"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c434e93ef69c216e68e4f417c927b4f31502c3560b72cfdb6827e2321c5c6b3e"
dependencies = [
 "bitflags",
 "chrono",
 "hex",
 "lazy_static",
 "libc",
 "libflate",
]

[[package]]
name = "prometheus"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0575e258dab62268e7236d7307caa38848acbda7ec7ab87bd9093791e999d20"
dependencies = [
 "cfg-if",
 "fnv",
 "lazy_static",
 "protobuf",
 "spin",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "prost"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "bytes 0.5.4",
 "prost-derive",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "prost-build"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b10678c913ecbd69350e8535c3aef91a8676c0773fc1d7b95cdd196d7f2f26"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "bytes 0.5.4",
 "heck",
 "itertools 0.8.2",
 "log 0.4.8",
 "multimap",
 "petgraph",
 "prost",
 "prost-types",
 "tempfile",
 "which",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "prost-derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "anyhow",
 "itertools 0.8.2",
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.31",
asynchronous rob's avatar
asynchronous rob committed

Gavin Wood's avatar
Gavin Wood committed
name = "prost-types"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1834f67c0697c001304b75be76f67add9c89742eda3a085ad8ee0bb38c3417aa"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "bytes 0.5.4",
 "prost",
Gavin Wood's avatar
Gavin Wood committed
]
[[package]]
name = "protobuf"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e86d370532557ae7573551a1ec8235a0f8d6cb276c7c9e6aa490b511c447485"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quicksink"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"
dependencies = [
 "futures-core",
 "futures-sink",
 "pin-project-lite",