Skip to content
Snippets Groups Projects
Cargo.lock 218 KiB
Newer Older
 "pallet-session",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-timestamp",
 "parity-scale-codec",
 "sp-core",
 "sp-io",
 "sp-npos-elections",
 "sp-runtime",
 "sp-std",
]

name = "pallet-staking-reward-curve"
version = "2.0.0"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro-crate",
 "proc-macro2",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
name = "pallet-sudo"
version = "2.0.0"
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-template"
version = "2.0.0"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "sp-core",
 "sp-io",
 "sp-runtime",
name = "pallet-timestamp"
version = "2.0.0"
Gavin Wood's avatar
Gavin Wood committed
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-timestamp",
[[package]]
name = "pallet-tips"
version = "2.0.0"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "pallet-balances",
 "pallet-treasury",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-storage",
]

name = "pallet-transaction-payment"
version = "2.0.0"
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "frame-system",
 "pallet-balances",
 "pallet-transaction-payment-rpc-runtime-api",
 "parity-scale-codec",
 "smallvec 1.5.0",
Gavin Wood's avatar
Gavin Wood committed
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-transaction-payment-rpc"
version = "2.0.0"
Gavin Wood's avatar
Gavin Wood committed
 "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",
name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.0"
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "parity-scale-codec",
 "serde",
 "serde_json",
 "sp-api",
 "sp-runtime",
 "sp-std",
name = "pallet-treasury"
version = "2.0.0"
 "frame-benchmarking",
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "frame-system",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-utility"
version = "2.0.0"
 "frame-benchmarking",
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-vesting"
version = "2.0.0"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "enumflags2",
Marcio Diaz's avatar
Marcio Diaz committed
 "frame-benchmarking",
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "frame-system",
 "hex-literal",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-storage",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "parity-db"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00d595e372d119261593297debbe4193811a4dc811d2a1ccbb8caaa6666ad7ab"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "blake2-rfc",
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "log",
 "memmap",
 "parking_lot 0.10.2",
]

Roman Borschel's avatar
Roman Borschel committed
[[package]]
name = "parity-multiaddr"
version = "0.10.0"
Roman Borschel's avatar
Roman Borschel committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f51a30667591b14f96068b2d12f1306d07a41ebd98239d194356d4d9707ac16"
Roman Borschel's avatar
Roman Borschel committed
dependencies = [
 "arrayref",
 "byteorder",
Roman Borschel's avatar
Roman Borschel committed
 "data-encoding",
 "multihash",
 "percent-encoding 2.1.0",
 "serde",
 "static_assertions",
 "unsigned-varint",
 "url 2.2.0",
[[package]]
version = "1.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c740e5fbcb6847058b40ac7e5574766c6388f585e184d769910fe0d3a2ca861"
dependencies = [
 "arrayvec 0.5.2",
Gavin Wood's avatar
Gavin Wood committed
 "bitvec",
 "byte-slice-cast",
 "parity-scale-codec-derive",
 "serde",
name = "parity-scale-codec-derive"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "198db82bb1c18fc00176004462dd809b2a6d851669550aa17af6dacd21ae0c14"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro-crate",
 "proc-macro2",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

name = "parity-send-wrapper"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"
Demi Obenour's avatar
Demi Obenour committed
[[package]]
name = "parity-tokio-ipc"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf"
dependencies = [
 "bytes 0.4.12",
 "futures 0.1.30",
Demi Obenour's avatar
Demi Obenour committed
 "libc",
 "log",
 "mio-named-pipes",
 "miow 0.3.6",
Demi Obenour's avatar
Demi Obenour committed
 "rand 0.7.3",
 "tokio 0.1.22",
 "tokio-named-pipes",
 "tokio-uds",
 "winapi 0.3.9",
[[package]]
name = "parity-util-mem"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "297ff91fa36aec49ce183484b102f6b75b46776822bd81525bfc4cc9b0dd0f5c"
dependencies = [
 "cfg-if 0.1.10",
 "hashbrown 0.8.2",
Gavin Wood's avatar
Gavin Wood committed
 "impl-trait-for-tuples",
 "parity-util-mem-derive",
 "parking_lot 0.10.2",
Gavin Wood's avatar
Gavin Wood committed
 "primitive-types",
 "smallvec 1.5.0",
 "winapi 0.3.9",
]

[[package]]
name = "parity-util-mem-derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"
dependencies = [
 "proc-macro2",
Gavin Wood's avatar
Gavin Wood committed
 "synstructure",
name = "parity-wasm"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"
 "byteorder",
name = "parity-wasm"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865"
[[package]]
name = "parity-ws"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e02a625dd75084c2a7024f07c575b61b782f729d18702dabb3cdbf31911dc61"
dependencies = [
 "byteorder",
 "bytes 0.4.12",
 "httparse",
 "log",
 "mio",
 "mio-extras",
 "rand 0.7.3",
 "sha-1 0.8.2",
 "url 2.2.0",
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
 "lock_api 0.3.4",
Gavin Wood's avatar
Gavin Wood committed
 "parking_lot_core 0.6.2",
 "rustc_version",
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
dependencies = [
 "lock_api 0.3.4",
 "parking_lot_core 0.7.2",
]

[[package]]
name = "parking_lot"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
dependencies = [
 "instant",
 "lock_api 0.4.2",
 "parking_lot_core 0.8.0",
]

[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
dependencies = [
 "cfg-if 0.1.10",
 "cloudabi 0.0.3",
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "redox_syscall",
 "rustc_version",
 "smallvec 0.6.13",
 "winapi 0.3.9",
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
dependencies = [
 "cfg-if 0.1.10",
 "cloudabi 0.0.3",
 "libc",
 "redox_syscall",
 "smallvec 1.5.0",
 "winapi 0.3.9",
]

[[package]]
name = "parking_lot_core"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
dependencies = [
 "cfg-if 0.1.10",
 "cloudabi 0.1.0",
 "instant",
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "redox_syscall",
 "smallvec 1.5.0",
 "winapi 0.3.9",
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
Gavin Wood's avatar
Gavin Wood committed
 "paste-impl",
 "proc-macro-hack",
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7151b083b0664ed58ed669fcdd92f01c3d2fdbf10af4931a301474950b52bfa9"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro-hack",
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
dependencies = [
 "byteorder",
 "crypto-mac 0.7.0",
[[package]]
name = "pbkdf2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
dependencies = [
 "crypto-mac 0.8.0",
]

[[package]]
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27"
Gav's avatar
Gav committed

name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
name = "percent-encoding"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
 "ucd-trie",
]

[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
dependencies = [
 "pest",
 "pest_generator",
]

[[package]]
name = "pest_generator"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
dependencies = [
 "pest",
 "pest_meta",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "pest_meta"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
dependencies = [
 "maplit",
 "pest",
 "sha-1 0.8.2",
[[package]]
name = "petgraph"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "fixedbitset",
 "indexmap",
Ashley's avatar
Ashley committed
[[package]]
name = "pin-project"
version = "0.4.27"
Ashley's avatar
Ashley committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
Ashley's avatar
Ashley committed
dependencies = [
 "pin-project-internal 0.4.27",
]

[[package]]
name = "pin-project"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7"
dependencies = [
 "pin-project-internal 1.0.2",
Ashley's avatar
Ashley committed
]

[[package]]
name = "pin-project-internal"
version = "0.4.27"
Ashley's avatar
Ashley committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
Ashley's avatar
Ashley committed
dependencies = [
 "proc-macro2",
[[package]]
name = "pin-project-internal"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

Ashley's avatar
Ashley committed
[[package]]
name = "pin-project-lite"
version = "0.1.11"
Ashley's avatar
Ashley committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
[[package]]
name = "pin-project-lite"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c"

[[package]]
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
version = "0.3.19"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
Tomasz Drwięga's avatar
Tomasz Drwięga committed

[[package]]
name = "platforms"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e"

[[package]]
name = "plotters"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d1685fbe7beba33de0330629da9d955ac75bd54f33d7b79f9a895590124f6bb"
Gavin Wood's avatar
Gavin Wood committed
 "js-sys",
Gavin Wood's avatar
Gavin Wood committed
 "wasm-bindgen",
 "web-sys",
[[package]]
name = "polling"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
dependencies = [
 "cfg-if 0.1.10",
 "libc",
 "log",
 "wepoll-sys",
[[package]]
name = "poly1305"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ce46de8e53ee414ca4d02bfefac75d8c12fba948b76622a40b4be34dfce980"
dependencies = [
 "universal-hash",
]

[[package]]
name = "polyval"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5884790f1ce3553ad55fec37b5aaac5882e0e845a2612df744d6c85c9bf046c"
dependencies = [
 "cfg-if 0.1.10",
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
[[package]]
name = "predicates"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bfead12e90dccead362d62bb2c90a5f6fc4584963645bc7f71a735e0b0735a"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "difference",
 "predicates-core",
]

[[package]]
name = "predicates-core"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178"

[[package]]
name = "predicates-tree"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "predicates-core",
 "treeline",
name = "pretty_assertions"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
Gavin Wood's avatar
Gavin Wood committed
 "ansi_term 0.11.0",
 "ctor",
 "difference",
 "output_vt100",
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd39dcacf71411ba488570da7bbc89b717225e46478b30ba99b92db6b149809"
Gavin Wood's avatar
Gavin Wood committed
 "fixed-hash",
 "impl-codec",
 "impl-serde",
Gavin Wood's avatar
Gavin Wood committed
 "uint",
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
Gavin Wood's avatar
Gavin Wood committed
 "toml",
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro-error-attr",
 "proc-macro2",
 "version_check",
]

[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
 "proc-macro2",
 "version_check",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
version = "0.5.19"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
Wei Tang's avatar
Wei Tang committed
[[package]]
version = "1.0.24"
Wei Tang's avatar
Wei Tang committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
Wei Tang's avatar
Wei Tang committed
dependencies = [
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30d70cf4412832bcac9cffe27906f4a66e450d323525e977168c70d1b36120ae"
 "cfg-if 0.1.10",
Gavin Wood's avatar
Gavin Wood committed
 "fnv",
 "lazy_static",
 "parking_lot 0.11.1",
[[package]]
name = "prost"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212"
 "bytes 0.5.6",
Gavin Wood's avatar
Gavin Wood committed
 "prost-derive",
[[package]]
name = "prost-build"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "02b10678c913ecbd69350e8535c3aef91a8676c0773fc1d7b95cdd196d7f2f26"
dependencies = [
 "bytes 0.5.6",
Gavin Wood's avatar
Gavin Wood committed
 "heck",
Gavin Wood's avatar
Gavin Wood committed
 "multimap",
 "petgraph",
 "prost",
 "prost-types",
 "tempfile",
[[package]]
name = "prost-derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72"
Gavin Wood's avatar
Gavin Wood committed
 "anyhow",
 "proc-macro2",
[[package]]
name = "prost-types"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "1834f67c0697c001304b75be76f67add9c89742eda3a085ad8ee0bb38c3417aa"
dependencies = [
 "bytes 0.5.6",
Gavin Wood's avatar
Gavin Wood committed
 "prost",
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f53bc2558e8376358ebdc28301546471d67336584f6438ed4b7c7457a055fd7"
dependencies = [
 "byteorder",
Gavin Wood's avatar
Gavin Wood committed
 "parity-wasm 0.41.0",
[[package]]
name = "pwasm-utils"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c8ac87af529432d3a4f0e2b3bbf08af49f28f09cc73ed7e551161bdaef5f78d"
dependencies = [
 "byteorder",
 "log",
 "parity-wasm 0.41.0",
]

[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quick-error"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"

source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "a44883e74aa97ad63db83c4bf8ca490f02b2fc02f92575e720c8551e843c945f"
 "env_logger 0.7.1",
Gavin Wood's avatar
Gavin Wood committed
 "rand 0.7.3",
 "rand_core 0.5.1",
[[package]]
name = "quicksink"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"
Gavin Wood's avatar
Gavin Wood committed
 "futures-core",
 "futures-sink",
 "pin-project-lite 0.1.11",
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "proc-macro2",
[[package]]
name = "radium"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac"

source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "rand 0.4.6",
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
Gavin Wood's avatar
Gavin Wood committed
 "fuchsia-cprng",
 "libc",
 "rand_core 0.3.1",
 "rdrand",
 "winapi 0.3.9",
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "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",
Gavin Wood's avatar
Gavin Wood committed
 "rand_xorshift",
 "winapi 0.3.9",
Gav's avatar
Gav committed
[[package]]
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "rand_chacha 0.2.2",
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.5.1",
 "rand_hc 0.2.0",
 "rand_pcg 0.2.1",
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
Gavin Wood's avatar
Gavin Wood committed
 "autocfg 0.1.7",
 "rand_core 0.3.1",
[[package]]
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
 "ppv-lite86",
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.5.1",
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.4.2",
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
[[package]]
name = "rand_distr"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2"
dependencies = [
 "rand 0.7.3",
]