Cargo.lock 196 KiB
Newer Older
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29c127eea4a29ec6c85d153c59dc1213f33ec74cead30fe4730aecc88cc1fd92"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "fixedbitset",
 "indexmap",
[[package]]
name = "pin-project"
version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81d480cb4e89522ccda96d0eed9af94180b7a5f93fb28f66e1fd7d68431663d1"
dependencies = [
 "pin-project-internal",
]

[[package]]
name = "pin-project-internal"
version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a82996f11efccb19b685b14b5df818de31c1edcee3daa256ab5775dd98e72feb"
dependencies = [
 "proc-macro2 1.0.12",
 "quote 1.0.5",
 "syn 1.0.21",
[[package]]
name = "pin-project-lite"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7505eeebd78492e0f6108f7171c4948dbb120ee8119d9d77d0afa5469bef67f"
[[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]]
version = "0.7.34-dev"
dependencies = [
 "assert_cmd",
 "futures 0.3.5",
 "nix 0.17.0",
 "parity-util-mem",
 "polkadot-cli",
 "polkadot-service",
pscott's avatar
pscott committed
 "tempfile",
name = "polkadot-availability-store"
version = "0.7.34-dev"
dependencies = [
 "derive_more 0.99.6",
 "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]]
version = "0.7.34-dev"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "frame-benchmarking-cli",
 "futures 0.3.5",
 "log 0.4.8",
 "polkadot-service",
 "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]]
version = "0.7.34-dev"
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-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"
version = "0.7.34-dev"
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]]
version = "0.7.34-dev"
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"
version = "0.8.0"
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",
name = "polkadot-parachain"
version = "0.7.34-dev"
 "derive_more 0.99.6",
 "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"
version = "0.7.34-dev"
 "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",
version = "0.7.34-dev"
 "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",
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.7.34-dev"
 "bitvec",
 "frame-benchmarking",
 "frame-executive",
 "frame-support",
 "frame-system",
 "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-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-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",
 "trie-db",
[[package]]
name = "polkadot-runtime-common"
version = "0.7.34-dev"
 "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",
 "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",
 "trie-db",
[[package]]
name = "polkadot-service"
version = "0.7.34-dev"
 "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",
ddorgan's avatar
ddorgan committed
 "westend-runtime",
]

[[package]]
name = "polkadot-statement-table"
version = "0.7.34-dev"
 "parity-scale-codec",
 "polkadot-primitives",
 "sp-core",
[[package]]
name = "polkadot-test-runtime"
version = "0.7.34-dev"
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",
 "trie-db",
]

[[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-service",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "substrate-test-client",
[[package]]
name = "polkadot-validation"
version = "0.7.34-dev"
 "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-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 = "ppv-lite86"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
[[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.12",
 "quote 1.0.5",
 "syn 1.0.21",
 "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.12",
 "quote 1.0.5",
 "syn 1.0.21",
 "syn-mid",
 "version_check",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63"
asynchronous rob's avatar
asynchronous rob committed

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

[[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.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8872cf6f48eee44265156c111456a700ab3483686b3f96df4cf5481c89157319"
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",
 "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",
 "proc-macro2 1.0.12",
 "quote 1.0.5",
 "syn 1.0.21",
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",
[[package]]
name = "quote"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"

[[package]]
name = "quote"
version = "0.6.13"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "proc-macro2 0.4.30",
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42934bc9c8ab0d3b273a16d8551c8f0fcff46be73276ca083ec2414c15c4ba5e"
dependencies = [
 "proc-macro2 1.0.12",
[[package]]
name = "radium"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac"

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "rand"
version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "libc",
 "rand 0.4.6",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
 "fuchsia-cprng",
 "libc",
 "rand_core 0.3.1",
 "rdrand",
 "winapi 0.3.8",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "rand"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
 "cloudabi",
 "fuchsia-cprng",
 "libc",
 "rand_core 0.3.1",
 "winapi 0.3.8",
Gav Wood's avatar
Gav Wood committed
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "autocfg 0.1.7",
 "libc",
 "rand_chacha 0.1.1",
 "rand_core 0.4.2",
 "rand_hc 0.1.0",
 "rand_isaac",
 "rand_jitter",
 "rand_os",
 "rand_pcg 0.1.2",
 "rand_xorshift",
 "winapi 0.3.8",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.7.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
 "getrandom",
 "libc",
 "rand_chacha 0.2.2",
 "rand_core 0.5.1",
 "rand_hc 0.2.0",
 "rand_pcg 0.2.1",
asynchronous rob's avatar
asynchronous rob committed

name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
 "autocfg 0.1.7",
 "rand_core 0.3.1",
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
 "ppv-lite86",
 "rand_core 0.5.1",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "rand_core"
version = "0.3.1"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "rand_core 0.4.2",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "rand_core"
version = "0.4.2"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "rand_core"
version = "0.5.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "getrandom",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "rand_hc"
version = "0.1.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
 "rand_core 0.3.1",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
 "rand_core 0.5.1",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "rand_isaac"
version = "0.1.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
dependencies = [
 "rand_core 0.3.1",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "rand_jitter"
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "libc",
 "rand_core 0.4.2",
 "winapi 0.3.8",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "rand_os"
version = "0.1.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "cloudabi",
 "fuchsia-cprng",
 "libc",
 "rand_core 0.4.2",
 "rdrand",
 "wasm-bindgen",
 "winapi 0.3.8",