Skip to content
Snippets Groups Projects
Cargo.lock 225 KiB
Newer Older
[[package]]
name = "pallet-node-authorization"
version = "2.0.0"
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

name = "pallet-offences"
version = "3.0.0"
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-staking",
 "sp-std",
[[package]]
name = "pallet-offences-benchmarking"
version = "3.0.0"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "pallet-babe",
 "pallet-balances",
 "pallet-grandpa",
 "pallet-im-online",
 "pallet-offences",
 "pallet-session",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-timestamp",
 "parity-scale-codec",
 "sp-io",
 "sp-runtime",
 "sp-staking",
 "sp-std",
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "pallet-proxy"
version = "3.0.0"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "pallet-balances",
 "pallet-utility",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

name = "pallet-randomness-collective-flip"
version = "3.0.0"
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "safe-mix",
Gavin Wood's avatar
Gavin Wood committed
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-recovery"
version = "3.0.0"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "enumflags2",
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
version = "3.0.0"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "substrate-test-utils",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "pallet-scored-pool"
version = "3.0.0"
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",
name = "pallet-session"
version = "3.0.0"
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static",
 "pallet-timestamp",
 "parity-scale-codec",
 "serde",
 "sp-application-crypto",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-session",
Gavin Wood's avatar
Gavin Wood committed
 "sp-staking",
 "sp-std",
 "sp-trie",
[[package]]
name = "pallet-session-benchmarking"
version = "3.0.0"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "pallet-balances",
 "pallet-session",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-timestamp",
 "parity-scale-codec",
 "rand 0.7.3",
 "sp-session",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "pallet-society"
version = "3.0.0"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "rand_chacha 0.2.2",
Gavin Wood's avatar
Gavin Wood committed
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-staking"
version = "3.0.0"
 "frame-benchmarking",
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "frame-system",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-authorship",
 "pallet-balances",
 "pallet-session",
 "pallet-staking-reward-curve",
 "pallet-timestamp",
 "parity-scale-codec",
 "parking_lot 0.11.1",
 "rand_chacha 0.2.2",
Gavin Wood's avatar
Gavin Wood committed
 "serde",
 "sp-application-crypto",
Gavin Wood's avatar
Gavin Wood committed
 "sp-core",
Gavin Wood's avatar
Gavin Wood committed
 "sp-io",
 "sp-npos-elections",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
 "sp-staking",
 "sp-std",
 "sp-storage",
 "static_assertions",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-test-utils",
[[package]]
name = "pallet-staking-fuzz"
version = "0.0.0"
dependencies = [
 "frame-support",
 "frame-system",
 "honggfuzz",
 "pallet-balances",
 "pallet-indices",
 "pallet-session",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-timestamp",
 "parity-scale-codec",
 "sp-core",
 "sp-npos-elections",
 "sp-runtime",
 "sp-std",
]

name = "pallet-staking-reward-curve"
version = "3.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 = "3.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",
Gavin Wood's avatar
Gavin Wood committed
 "sp-core",
 "sp-io",
 "sp-runtime",
name = "pallet-timestamp"
version = "3.0.0"
Gavin Wood's avatar
Gavin Wood committed
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-timestamp",
version = "3.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 = "3.0.0"
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
Gavin Wood's avatar
Gavin Wood committed
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-transaction-payment-rpc"
version = "3.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",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-rpc",
 "sp-runtime",
name = "pallet-transaction-payment-rpc-runtime-api"
version = "3.0.0"
 "pallet-transaction-payment",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "sp-api",
 "sp-runtime",
name = "pallet-treasury"
version = "3.0.0"
 "frame-benchmarking",
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
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 = "3.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 = "3.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 = "111e193c96758d476d272093a853882668da17489f76bf4361b8decae0b6c515"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "blake2-rfc",
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "log",
 "memmap2",
 "parking_lot 0.11.1",
 "rand 0.8.3",
Roman Borschel's avatar
Roman Borschel committed
[[package]]
name = "parity-multiaddr"
version = "0.11.1"
Roman Borschel's avatar
Roman Borschel committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2c6805f98667a3828afb2ec2c396a8d610497e8d546f5447188aae47c5a79ec"
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 0.7.0",
 "url 2.2.0",
[[package]]
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75c823fdae1bb5ff5708ee61a62697e6296175dc671710876871c853f48592b3"
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 = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9029e65297c7fd6d7013f0579e193ec2b34ae78eabca854c9417504ad8a2d214"
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.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "664a8c6b8e62d8f9f2f937e391982eb433ab285b4cd9545b342441e04a906e42"
dependencies = [
 "cfg-if 1.0.0",
 "hashbrown",
 "impl-trait-for-tuples",
Gavin Wood's avatar
Gavin Wood committed
 "parity-util-mem-derive",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "primitive-types",
 "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.2",
[[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",
Gavin Wood's avatar
Gavin Wood committed
 "libc",
Gavin Wood's avatar
Gavin Wood committed
 "rustc_version",
 "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",
 "redox_syscall 0.1.57",
 "smallvec 1.6.1",
 "winapi 0.3.9",
]

[[package]]
name = "parking_lot_core"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "redox_syscall 0.1.57",
 "smallvec 1.6.1",
 "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",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b70b68509f17aa2857863b6fa00bf21fc93674c7a8893de2f469f6aa7ca2f2"
dependencies = [
 "pin-project-internal 1.0.4",
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caa25a6393f22ce819b0f50e0be89287292fda8d425be38ee0ca14c4931d9e71"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
[[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

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325"
[[package]]
name = "plotters"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45ca0ae5f169d0917a7c7f5a9c1a3d3d9598f18f529dd2b8373ed988efea307a"
 "plotters-backend",
 "plotters-svg",
Gavin Wood's avatar
Gavin Wood committed
 "wasm-bindgen",
 "web-sys",
[[package]]
name = "plotters-backend"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b07fffcddc1cb3a1de753caa4e4df03b79922ba43cf882acc1bdd7e8df9f4590"

[[package]]
name = "plotters-svg"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b38a02e23bd9604b842a812063aec4ef702b57989c37b655254bb61c471ad211"
dependencies = [
 "plotters-backend",
]

[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8"
dependencies = [
 "universal-hash",
]

[[package]]
name = "polyval"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"
dependencies = [
 "cpuid-bool 0.2.0",
 "opaque-debug 0.3.0",
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
[[package]]
name = "predicates"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeb433456c1a57cc93554dea3ce40b4c19c4057e41c55d4a0f3d84ea71c325aa"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "difference",
 "predicates-core",
]

[[package]]
name = "predicates-core"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451"

[[package]]
name = "predicates-tree"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2"
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.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2415937401cb030a2a0a4d922483f945fa068f52a7dbb22ce0fe5f2b6f6adace"
Gavin Wood's avatar
Gavin Wood committed
 "fixed-hash",
 "impl-codec",
 "impl-serde",
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"