Cargo.lock 191 KiB
Newer Older
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "kernel32-sys",
 "net2",
 "winapi 0.2.8",
 "ws2_32-sys",
[[package]]
name = "more-asserts"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"
[[package]]
name = "multihash"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47fbc227f7e2b1cb701f95404579ecb2668abbdd3c7ef7a6cbb3cc0d3b236869"
dependencies = [
 "blake2b_simd",
 "blake2s_simd",
 "digest",
 "sha-1",
 "sha2",
 "sha3",
 "unsigned-varint",
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "multimap"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "a97fbd5d00e0e37bfb10f433af8f5aaf631e739368dc9fc28286ca81ca4948dc"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "multistream-select"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74cdcf7cfb3402881e15a1f95116cb033d69b33c83d481e1234777f5ef0c3d2c"
dependencies = [
 "bytes 0.5.4",
 "log 0.4.8",
 "smallvec 1.2.0",
 "unsigned-varint",
[[package]]
name = "nalgebra"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaa9fddbc34c8c35dd2108515587b8ce0cab396f17977b8c738568e4edb521a2"
 "alga",
 "approx",
 "generic-array",
 "matrixmultiply",
 "num-complex",
 "num-rational",
 "num-traits 0.2.11",
 "rand 0.6.5",
 "typenum",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "names"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "rand 0.3.23",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "cfg-if",
 "libc",
 "winapi 0.3.8",
[[package]]
name = "netstat2"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29449d242064c48d3057a194b049a2bdcccadda16faa18a91468677b44e8d422"
dependencies = [
 "bitflags",
 "enum-primitive-derive",
 "libc",
 "num-traits 0.2.11",
 "thiserror",
]

[[package]]
name = "nix"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f"
 "bitflags",
 "bytes 0.4.12",
 "cfg-if",
 "gcc",
 "libc",
 "void",
[[package]]
name = "nix"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
dependencies = [
 "bitflags",
 "cc",
 "cfg-if",
 "libc",
 "void",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
version = "5.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6"
dependencies = [
 "memchr",
 "version_check",
]

[[package]]
name = "ntapi"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26e041cd983acbc087e30fcba770380cfa352d0e392e175b2344ebaf7ea0602"
dependencies = [
 "winapi 0.3.8",
[[package]]
name = "num-bigint"
Gavin Wood's avatar
Gavin Wood committed
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
 "autocfg 1.0.0",
 "num-integer",
 "num-traits 0.2.11",
[[package]]
name = "num-complex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
 "autocfg 1.0.0",
 "num-traits 0.2.11",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "num-integer"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.42"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "autocfg 1.0.0",
 "num-traits 0.2.11",
[[package]]
name = "num-rational"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
dependencies = [
 "autocfg 1.0.0",
 "num-bigint",
 "num-integer",
 "num-traits 0.2.11",
[[package]]
name = "num-traits"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
 "num-traits 0.2.11",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "num-traits"
Gavin Wood's avatar
Gavin Wood committed
version = "0.2.11"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
dependencies = [
 "autocfg 1.0.0",
 "libm",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "num_cpus"
Gavin Wood's avatar
Gavin Wood committed
version = "1.12.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hermit-abi",
 "libc",
[[package]]
name = "object"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea44a4fd660ab0f38434934ca0212e90fbeaaee54126ef20a3451c30c95bafae"
dependencies = [
 "flate2",
 "goblin",
 "parity-wasm",
 "scroll",
 "target-lexicon",
 "uuid",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "ole32-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "winapi 0.2.8",
 "winapi-build",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "once_cell"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
dependencies = [
 "parking_lot 0.9.0",
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
[[package]]
name = "owning_ref"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
dependencies = [
 "stable_deref_trait",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "pallet-authority-discovery"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
 "frame-support",
 "frame-system",
 "pallet-session",
 "parity-scale-codec",
 "serde",
 "sp-application-crypto",
 "sp-authority-discovery",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-authorship"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "sp-authorship",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-babe"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-session",
 "pallet-timestamp",
 "parity-scale-codec",
 "serde",
 "sp-consensus-babe",
 "sp-consensus-vrf",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-staking",
 "sp-std",
 "sp-timestamp",
name = "pallet-balances"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-collective"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
dependencies = [
André Silva's avatar
André Silva committed
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-democracy"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "pallet-elections-phragmen"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "sp-phragmen",
 "sp-runtime",
 "sp-std",
name = "pallet-finality-tracker"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "serde",
 "sp-finality-tracker",
 "sp-inherents",
 "sp-runtime",
 "sp-std",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "pallet-grandpa"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-finality-tracker",
 "pallet-session",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-finality-grandpa",
 "sp-runtime",
 "sp-staking",
 "sp-std",
[[package]]
name = "pallet-identity"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
dependencies = [
 "enumflags2",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "pallet-im-online"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-authorship",
 "pallet-session",
 "parity-scale-codec",
 "serde",
 "sp-application-crypto",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-staking",
 "sp-std",
[[package]]
name = "pallet-indices"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-std",
name = "pallet-membership"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-nicks"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-offences"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-runtime",
 "sp-staking",
 "sp-std",
name = "pallet-randomness-collective-flip"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "safe-mix",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-recovery"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
 "enumflags2",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "pallet-scheduler"
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-session"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
dependencies = [
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "pallet-timestamp",
 "parity-scale-codec",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-staking",
 "sp-std",
 "sp-trie",
[[package]]
name = "pallet-society"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "rand_chacha 0.2.2",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-staking"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-authorship",
 "pallet-session",
 "parity-scale-codec",
 "serde",
 "sp-application-crypto",
 "sp-core",
 "sp-io",
 "sp-phragmen",
 "sp-runtime",
 "sp-staking",
 "sp-std",
 "static_assertions",
name = "pallet-staking-reward-curve"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "proc-macro-crate",
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro2 1.0.9",
 "quote 1.0.3",
 "syn 1.0.17",
[[package]]
name = "pallet-sudo"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "pallet-timestamp"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "serde",
 "sp-inherents",
 "sp-runtime",
 "sp-std",
 "sp-timestamp",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "pallet-transaction-payment"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-transaction-payment-rpc-runtime-api",
 "parity-scale-codec",
 "sp-runtime",
 "sp-std",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "pallet-transaction-payment-rpc"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "pallet-transaction-payment-rpc-runtime-api",
 "parity-scale-codec",
 "serde",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-rpc",
 "sp-runtime",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-support",
 "parity-scale-codec",
 "serde",
 "sp-api",
 "sp-runtime",
 "sp-std",
name = "pallet-treasury"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-utility"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "pallet-vesting"
source = "git+https://github.com/paritytech/substrate#3f0e44481a83949dfd8b76f5c866470ca32295e3"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "enumflags2",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std",
version = "0.7.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f77055f9e81921a8cc7bebeb6cded3d128931d51f1e3dd6251f0770a6d431477"
dependencies = [
 "arrayref",
 "bs58",
 "data-encoding",
 "parity-multihash",
 "percent-encoding 2.1.0",
 "serde",
 "static_assertions",
 "unsigned-varint",
 "url 2.1.1",
[[package]]
name = "parity-multiaddr"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4db35e222f783ef4e6661873f6c165c4eb7b65e0c408349818517d5705c2d7d3"
dependencies = [
 "arrayref",
 "bs58",
 "byteorder",
 "data-encoding",
 "multihash",
 "percent-encoding 2.1.0",
 "serde",
 "static_assertions",
 "unsigned-varint",
 "url 2.1.1",
]

[[package]]
version = "0.2.3"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a1cd2ba02391b81367bec529fb209019d718684fdc8ad6a712c2b536e46f775"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "blake2",
 "bytes 0.5.4",
 "rand 0.7.3",
 "sha-1",
 "sha2",
 "sha3",
 "unsigned-varint",
name = "parity-scale-codec"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "329c8f7f4244ddb5c37c103641027a76c530e65e8e4b8240b29f81ea40508b17"
dependencies = [
 "arrayvec 0.5.1",
 "bitvec",
 "byte-slice-cast",
 "parity-scale-codec-derive",
 "serde",
[[package]]
name = "parity-scale-codec-derive"
Gavin Wood's avatar
Gavin Wood committed
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a0ec292e92e8ec7c58e576adacc1e3f399c597c8f263c42f18420abe58e7245"
dependencies = [
 "proc-macro-crate",
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro2 1.0.9",
 "quote 1.0.3",
 "syn 1.0.17",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "parity-send-wrapper"
version = "0.1.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"
[[package]]
name = "parity-util-mem"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e42755f26e5ea21a6a819d9e63cbd70713e9867a2b767ec2cc65ca7659532c5"
dependencies = [
 "cfg-if",
 "ethereum-types",
 "hashbrown",
 "impl-trait-for-tuples",
 "jemallocator",
 "lru",
 "parity-util-mem-derive",
 "parking_lot 0.10.0",
 "primitive-types",
 "smallvec 1.2.0",
 "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 = [
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro2 1.0.9",
 "syn 1.0.17",
 "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",
[[package]]
name = "parking_lot"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc"
 "lock_api",
 "parking_lot_core 0.7.0",
[[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",
[[package]]
name = "parking_lot_core"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1"
 "cfg-if",
 "cloudabi",
 "libc",
 "redox_syscall",
 "smallvec 1.2.0",
 "winapi 0.3.8",
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "8292c1e1e81ddb552c4c90c36af201a0ce7e34995f55f0480f01052f242811c9"
dependencies = [
 "paste-impl",
 "proc-macro-hack",
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "5e9c43f2645f06ee452544ad032886a75f3d1797b9487dcadcae9100ba58a51c"
dependencies = [
 "proc-macro-hack",
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro2 1.0.9",
 "quote 1.0.3",
 "syn 1.0.17",
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.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"
Gavin Wood's avatar
Gavin Wood committed
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7804a463a8d9572f13453c516a5faea534a2403d7ced2f0c7e100eeff072772c"
dependencies = [
 "pin-project-internal",
]

[[package]]
name = "pin-project-internal"