Skip to content
Cargo.lock 230 KiB
Newer Older
version = "0.1.0"
dependencies = [
 "bitvec",
 "futures 0.3.5",
 "log 0.4.11",
 "polkadot-node-subsystem",
 "polkadot-primitives",
[[package]]
name = "polkadot-node-core-candidate-selection"
version = "0.1.0"
dependencies = [
 "futures 0.3.5",
 "log 0.4.11",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sp-core",
[[package]]
name = "polkadot-node-core-candidate-validation"
version = "0.1.0"
dependencies = [
 "assert_matches",
 "futures 0.3.5",
 "log 0.4.11",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
ordian's avatar
ordian committed
 "polkadot-node-subsystem-util",
 "polkadot-parachain",
 "polkadot-primitives",
 "sp-core",
 "sp-keyring",
]

ordian's avatar
ordian committed
[[package]]
name = "polkadot-node-core-chain-api"
version = "0.1.0"
dependencies = [
 "futures 0.3.5",
 "maplit",
 "polkadot-node-subsystem",
ordian's avatar
ordian committed
 "polkadot-node-subsystem-util",
ordian's avatar
ordian committed
 "polkadot-primitives",
 "sp-blockchain",
 "sp-core",
]

[[package]]
name = "polkadot-node-core-proposer"
version = "0.1.0"
dependencies = [
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "log 0.4.11",
 "polkadot-node-subsystem",
 "polkadot-overseer",
 "polkadot-primitives",
 "sc-basic-authorship",
 "sc-block-builder",
 "sc-client-api",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-transaction-pool",
 "substrate-prometheus-endpoint",
[[package]]
name = "polkadot-node-core-provisioner"
version = "0.1.0"
dependencies = [
 "bitvec",
 "futures 0.3.5",
 "log 0.4.11",
 "polkadot-node-subsystem",
 "polkadot-primitives",
 "sp-application-crypto",
 "sp-keystore",
[[package]]
name = "polkadot-node-core-runtime-api"
version = "0.1.0"
dependencies = [
 "futures 0.3.5",
 "polkadot-node-subsystem",
ordian's avatar
ordian committed
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sp-api",
 "sp-core",
]

[[package]]
name = "polkadot-node-network-protocol"
version = "0.1.0"
dependencies = [
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "sc-network",
]

name = "polkadot-node-primitives"
 "parity-scale-codec",
 "polkadot-primitives",
 "polkadot-statement-table",
 "sp-runtime",
name = "polkadot-node-subsystem"
version = "0.1.0"
dependencies = [
 "async-trait",
 "derive_more",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "log 0.4.11",
 "parity-scale-codec",
 "pin-project 0.4.23",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-primitives",
 "polkadot-statement-table",
 "sc-network",
 "smallvec 1.4.2",
 "substrate-prometheus-endpoint",
]

[[package]]
name = "polkadot-node-subsystem-test-helpers"
version = "0.1.0"
dependencies = [
 "async-trait",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "log 0.4.11",
 "pin-project 0.4.23",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-statement-table",
 "sc-network",
 "smallvec 1.4.2",
 "sp-core",
]

[[package]]
name = "polkadot-node-subsystem-util"
version = "0.1.0"
dependencies = [
 "assert_matches",
 "async-trait",
 "env_logger 0.7.1",
 "log 0.4.11",
 "pin-project 0.4.23",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "sc-network",
 "streamunordered",
ordian's avatar
ordian committed
 "substrate-prometheus-endpoint",
]

[[package]]
name = "polkadot-overseer"
version = "0.1.0"
dependencies = [
 "async-trait",
 "femme",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "kv-log-macro",
 "log 0.4.11",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
ordian's avatar
ordian committed
 "polkadot-node-subsystem-util",
name = "polkadot-parachain"
version = "0.8.26"
 "derive_more",
 "futures 0.3.5",
 "log 0.4.11",
 "parity-scale-codec",
 "polkadot-core-primitives",
 "sc-executor",
 "serde",
 "shared_memory",
 "sp-core",
 "sp-externalities",
 "sp-io",
 "sp-std",
 "sp-wasm-interface",
 "thiserror",
[[package]]
name = "polkadot-pov-distribution"
version = "0.1.0"
dependencies = [
 "assert_matches",
 "futures 0.3.5",
 "log 0.4.11",
 "polkadot-node-network-protocol",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
[[package]]
name = "polkadot-primitives"
version = "0.8.26"
 "bitvec",
 "parity-scale-codec",
 "polkadot-core-primitives",
 "polkadot-parachain",
 "pretty_assertions",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-arithmetic",
 "sp-authority-discovery",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-serializer",
 "sp-staking",
 "sp-std",
 "sp-trie",
 "sp-version",
version = "0.8.26"
 "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",
version = "0.8.26"
 "bitvec",
 "frame-benchmarking",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-benchmarking",
 "frame-system-rpc-runtime-api",
 "hex-literal 0.2.1",
 "libsecp256k1",
 "log 0.3.9",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-collective",
 "pallet-democracy",
 "pallet-elections-phragmen",
 "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-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",
 "smallvec 1.4.2",
 "sp-api",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-consensus-babe",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "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",
 "tiny-keccak 1.5.0",
 "trie-db",
[[package]]
name = "polkadot-runtime-common"
version = "0.8.26"
 "bitvec",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "hex-literal 0.2.1",
 "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",
 "polkadot-runtime-parachains",
 "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",
 "trie-db",
[[package]]
name = "polkadot-runtime-parachains"
version = "0.8.0"
dependencies = [
 "bitvec",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "hex-literal 0.2.1",
 "libsecp256k1",
 "log 0.4.11",
 "pallet-authority-discovery",
 "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",
 "serde",
 "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",
 "sp-version",
version = "0.8.3"
dependencies = [
 "env_logger 0.8.1",
 "frame-benchmarking",
 "frame-system-rpc-runtime-api",
 "futures 0.3.5",
 "hex-literal 0.2.1",
 "kusama-runtime",
 "lazy_static",
 "log 0.4.11",
 "pallet-babe",
 "pallet-im-online",
 "pallet-staking",
 "pallet-transaction-payment-rpc-runtime-api",
 "parity-scale-codec",
 "parking_lot 0.9.0",
 "polkadot-availability-bitfield-distribution",
 "polkadot-availability-distribution",
 "polkadot-collator-protocol",
 "polkadot-network-bridge",
 "polkadot-node-collation-generation",
 "polkadot-node-core-av-store",
 "polkadot-node-core-backing",
 "polkadot-node-core-bitfield-signing",
 "polkadot-node-core-candidate-selection",
 "polkadot-node-core-candidate-validation",
 "polkadot-node-core-chain-api",
 "polkadot-node-core-proposer",
 "polkadot-node-core-provisioner",
 "polkadot-node-core-runtime-api",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-parachain",
 "polkadot-pov-distribution",
 "polkadot-primitives",
 "polkadot-rpc",
 "polkadot-runtime",
 "polkadot-runtime-parachains",
 "polkadot-statement-distribution",
 "polkadot-test-client",
 "rococo-runtime",
 "sc-authority-discovery",
 "sc-block-builder",
 "sc-chain-spec",
 "sc-client-api",
 "sc-client-db",
 "sc-consensus",
 "sc-consensus-babe",
 "sc-executor",
 "sc-finality-grandpa",
 "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-distribution"
version = "0.1.0"
dependencies = [
 "arrayvec 0.5.1",
 "assert_matches",
 "futures 0.3.5",
 "indexmap",
 "log 0.4.11",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "sc-keystore",
 "sp-application-crypto",
[[package]]
name = "polkadot-statement-table"
version = "0.8.26"
 "parity-scale-codec",
 "polkadot-primitives",
 "sp-core",
[[package]]
name = "polkadot-test-client"
version = "0.8.26"
dependencies = [
 "parity-scale-codec",
 "polkadot-primitives",
 "polkadot-test-runtime",
 "polkadot-test-service",
 "sc-block-builder",
 "sc-consensus",
 "sc-service",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-keyring",
 "sp-runtime",
 "sp-state-machine",
 "sp-timestamp",
 "substrate-test-client",
]

[[package]]
name = "polkadot-test-runtime"
version = "0.8.26"
dependencies = [
 "bitvec",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-rpc-runtime-api",
 "hex-literal 0.2.1",
 "libsecp256k1",
 "log 0.3.9",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "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",
 "polkadot-runtime-parachains",
 "rustc-hex",
 "serde",
 "serde_derive",
 "serde_json",
 "smallvec 1.4.2",
 "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",
 "tiny-keccak 1.5.0",
[[package]]
name = "polkadot-test-service"
version = "0.8.26"
dependencies = [
 "frame-benchmarking",
 "frame-system",
 "futures 0.1.29",
 "futures 0.3.5",
 "hex",
 "log 0.4.11",
 "pallet-balances",
 "pallet-staking",
 "pallet-transaction-payment",
 "polkadot-overseer",
 "polkadot-primitives",
 "polkadot-rpc",
 "polkadot-runtime-common",
 "polkadot-test-runtime",
 "rand 0.7.3",
 "sc-authority-discovery",
 "sc-chain-spec",
 "sc-client-api",
 "sc-consensus",
 "sc-consensus-babe",
 "sc-executor",
 "sc-finality-grandpa",
 "sc-informant",
 "sc-network",
 "sc-service",
 "sc-transaction-pool",
 "serde_json",
 "sp-arithmetic",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-core",
 "sp-finality-grandpa",
 "sp-inherents",
 "sp-keyring",
 "sp-runtime",
 "sp-state-machine",
 "substrate-test-client",
[[package]]
name = "polkadot-validation"
version = "0.8.26"
 "futures 0.3.5",
 "log 0.4.11",
 "parity-scale-codec",
 "polkadot-parachain",
 "polkadot-primitives",
 "sc-basic-authorship",
 "sc-block-builder",
 "sc-client-api",
 "sc-finality-grandpa",
 "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",
[[package]]
name = "polling"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0720e0b9ea9d52451cf29d3413ba8a9303f8815d9d9653ef70e03ff73e65566"
dependencies = [
 "cfg-if",
 "libc",
 "log 0.4.11",
 "wepoll-sys-stjepang",
 "winapi 0.3.9",
]

version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b42192ab143ed7619bf888a7f9c6733a9a2153b218e2cd557cfdb52fbf9bb1"
dependencies = [
 "universal-hash",
]

[[package]]
name = "polyval"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9a50142b55ab3ed0e9f68dfb3709f1d90d29da24e91033f28b96330643107dc"
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",
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]]
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc175e9777c3116627248584e8f8b3e2987405cabe1c0adf7d1dd28f09dc7880"
dependencies = [
 "proc-macro-error-attr",
 "proc-macro2 1.0.24",
 "quote 1.0.7",
 "syn 1.0.48",
 "version_check",
]

[[package]]
name = "proc-macro-error-attr"
version = "1.0.3"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cc9795ca17eb581285ec44936da7fc2335a3f34f2ddd13118b6f4d515435c50"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "proc-macro2 1.0.24",
 "quote 1.0.7",
 "syn 1.0.48",
 "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.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
dependencies = [
 "unicode-xid 0.2.1",
[[package]]
name = "prometheus"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30d70cf4412832bcac9cffe27906f4a66e450d323525e977168c70d1b36120ae"
dependencies = [
 "cfg-if",
 "fnv",
 "lazy_static",
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.6",
 "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.6",
 "itertools 0.8.2",
 "log 0.4.11",
 "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.24",
 "quote 1.0.7",
 "syn 1.0.48",
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.6",
Gavin Wood's avatar
Gavin Wood committed
]
[[package]]
name = "pwasm-utils"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f53bc2558e8376358ebdc28301546471d67336584f6438ed4b7c7457a055fd7"
dependencies = [
 "byteorder",
 "log 0.4.11",
 "parity-wasm",
]

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 = "quick-error"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"

[[package]]
name = "quicksink"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"
dependencies = [
 "futures-core",