Cargo.lock 195 KiB
Newer Older
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f75db05d738947aa5389863aadafbcf2e509d7ba099dc2ddcdf4fc66bf7a9e03"
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
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce"
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",
 "futures 0.3.5",
 "log 0.4.8",
 "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.34"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a31937dea023539c72ddae0e3571deadc1414b300483fa7aaec176168cfa9d2"
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"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hermit-abi",
 "libc",
[[package]]
name = "object"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5666bbb90bc4d1e5bdcb26c0afda1822d25928341e9384ab187a9b37ab69e36"
dependencies = [
 "target-lexicon",
[[package]]
name = "object"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cbca9424c482ee628fa549d9c812e2cd22f1180b9222c9200fdfa6eb31aecb2"

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "once_cell"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
dependencies = [
 "parking_lot 0.10.2",
[[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"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
 "frame-support",
 "frame-system",
 "pallet-session",
 "parity-scale-codec",
 "serde",
 "sp-application-crypto",
 "sp-authority-discovery",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-authorship"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "sp-authorship",
 "sp-inherents",
 "sp-runtime",
 "sp-std",
name = "pallet-babe"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-session",
 "pallet-timestamp",
 "parity-scale-codec",
 "serde",
 "sp-application-crypto",
 "sp-consensus-babe",
 "sp-consensus-vrf",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-staking",
 "sp-std",
 "sp-timestamp",
name = "pallet-balances"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-runtime",
 "sp-std",
name = "pallet-collective"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
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"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
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"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "sp-phragmen",
 "sp-runtime",
 "sp-std",
name = "pallet-finality-tracker"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
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"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-finality-tracker",
 "pallet-session",
 "parity-scale-codec",
 "serde",
 "sp-application-crypto",
 "sp-core",
 "sp-finality-grandpa",
 "sp-runtime",
 "sp-staking",
 "sp-std",
[[package]]
name = "pallet-identity"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
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"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
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"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-std",
name = "pallet-membership"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-nicks"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
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"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-runtime",
 "sp-staking",
 "sp-std",
[[package]]
name = "pallet-offences-benchmarking"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "pallet-babe",
 "pallet-balances",
 "pallet-grandpa",
 "pallet-im-online",
 "pallet-offences",
 "pallet-session",
 "pallet-staking",
 "parity-scale-codec",
 "sp-runtime",
 "sp-staking",
 "sp-std",
]

name = "pallet-randomness-collective-flip"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "safe-mix",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-recovery"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
 "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-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
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"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
dependencies = [
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "pallet-timestamp",
 "parity-scale-codec",
 "serde",
 "sp-runtime",
 "sp-staking",
 "sp-std",
 "sp-trie",
[[package]]
name = "pallet-session-benchmarking"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "pallet-session",
 "pallet-staking",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-society"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "rand_chacha 0.2.2",
 "serde",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-staking"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-authorship",
 "pallet-session",
 "parity-scale-codec",
 "serde",
 "sp-application-crypto",
 "sp-io",
 "sp-phragmen",
 "sp-runtime",
 "sp-staking",
 "sp-std",
 "static_assertions",
name = "pallet-staking-reward-curve"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "proc-macro-crate",
 "proc-macro2 1.0.13",
 "quote 1.0.6",
 "syn 1.0.23",
[[package]]
name = "pallet-sudo"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
 "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"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
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"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
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"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
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"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-support",
 "parity-scale-codec",
 "serde",
 "sp-api",
 "sp-runtime",
 "sp-std",
name = "pallet-treasury"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-utility"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
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"
version = "2.0.0-rc1"
source = "git+https://github.com/paritytech/substrate#ffcce8538f08ad64656ac5eb8da783dce1a79eae"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "enumflags2",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-runtime",
 "sp-std",
[[package]]
name = "parity-db"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00d595e372d119261593297debbe4193811a4dc811d2a1ccbb8caaa6666ad7ab"
dependencies = [
 "blake2-rfc",
 "libc",
 "log 0.4.8",
 "memmap",
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",
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12ca96399f4a01aa89c59220c4f52ac371940eb4e53e3ce990da796f364bdf69"
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",
 "proc-macro2 1.0.13",
 "quote 1.0.6",
 "syn 1.0.23",
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6e2583649a3ca84894d1d71da249abcfda54d5aca24733d72ca10d0f02361c"
dependencies = [
 "cfg-if",
 "impl-trait-for-tuples",
 "jemallocator",
 "parity-util-mem-derive",
 "primitive-types",
 "winapi 0.3.8",
Gavin Wood's avatar
Gavin Wood committed

[[package]]
name = "parity-util-mem-derive"
version = "0.1.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "proc-macro2 1.0.13",
 "syn 1.0.23",
 "synstructure",
[[package]]
name = "parity-wasm"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "parking_lot"
version = "0.9.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "lock_api",
 "parking_lot_core 0.6.2",
 "rustc_version",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
 "lock_api",
 "parking_lot_core 0.7.2",
[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
dependencies = [
 "cfg-if",
 "cloudabi",
 "libc",
 "redox_syscall",
 "rustc_version",
 "smallvec 0.6.13",
 "winapi 0.3.8",
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
 "cfg-if",
 "cloudabi",
 "libc",
 "redox_syscall",
 "winapi 0.3.8",
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a229b1c58c692edcaa5b9b0948084f130f55d2dcc15b02fcc5340b2b4521476"
dependencies = [
 "paste-impl",
 "proc-macro-hack",
[[package]]
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e0bf239e447e67ff6d16a8bb5e4d4bd2343acf5066061c0e8e06ac5ba8ca68c"
dependencies = [
 "proc-macro-hack",
 "proc-macro2 1.0.13",
 "quote 1.0.6",
 "syn 1.0.23",
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]]