Skip to content
Cargo.lock 231 KiB
Newer Older
name = "handlebars"
version = "3.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2764f9796c0ddca4b82c07f25dd2cb3db30b9a8f47940e78e1c883d9e95c3db9"
dependencies = [
 "pest",
 "pest_derive",
 "quick-error 2.0.0",
 "serde",
 "serde_json",
]

[[package]]
name = "hash-db"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"

[[package]]
name = "hash256-std-hasher"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"
dependencies = [
 "crunchy",
[[package]]
name = "hashbrown"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab9b7860757ce258c89fd48d28b68c41713e597a7b09e793f6c6a6e2ea37c827"
dependencies = [
 "ahash 0.3.8",
 "autocfg 1.0.0",
]

[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
dependencies = [
 "ahash 0.4.6",
[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
dependencies = [
 "unicode-segmentation",
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
Kian Paimani's avatar
Kian Paimani committed
[[package]]
name = "hex"
version = "0.4.2"
Kian Paimani's avatar
Kian Paimani committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
[[package]]
name = "hex-literal"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5af1f635ef1bc545d78392b136bfe1c9809e029023c84a3638a864a10b8819c8"

[[package]]
name = "hex_fmt"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"

[[package]]
name = "hmac"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
dependencies = [
 "crypto-mac 0.7.0",
 "digest 0.8.1",
[[package]]
name = "hmac"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
dependencies = [
 "crypto-mac 0.8.0",
 "digest 0.9.0",
]

thiolliere's avatar
thiolliere committed
[[package]]
name = "hmac-drbg"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"
thiolliere's avatar
thiolliere committed
dependencies = [
 "digest 0.8.1",
 "generic-array 0.12.3",
thiolliere's avatar
thiolliere committed
]

[[package]]
name = "http"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
dependencies = [
 "bytes 0.4.12",
 "fnv",
 "itoa",
[[package]]
name = "http"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
dependencies = [
 "bytes 0.5.6",
 "fnv",
 "itoa",
[[package]]
name = "http-body"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
dependencies = [
 "bytes 0.4.12",
 "futures 0.1.29",
 "http 0.1.21",
 "tokio-buf",
[[package]]
name = "http-body"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
dependencies = [
 "bytes 0.5.6",
 "http 0.2.1",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "httparse"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"

[[package]]
name = "humantime"
Gavin Wood's avatar
Gavin Wood committed
version = "1.3.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "humantime"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"

version = "0.12.35"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
dependencies = [
 "bytes 0.4.12",
 "futures 0.1.29",
 "futures-cpupool",
 "h2 0.1.26",
 "http 0.1.21",
 "http-body 0.1.0",
 "httparse",
 "iovec",
 "itoa",
 "net2",
 "rustc_version",
 "time",
 "tokio 0.1.22",
 "tokio-buf",
 "tokio-executor",
 "tokio-io",
 "tokio-reactor",
 "tokio-tcp",
 "tokio-threadpool",
 "tokio-timer",
 "want 0.2.0",
[[package]]
name = "hyper"
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6e7655b9594024ad0ee439f3b5a7299369dc2a3f459b47c696f9ff676f9aa1f"
dependencies = [
 "bytes 0.5.6",
 "futures-channel",
 "futures-core",
 "futures-util",
 "h2 0.2.5",
 "http 0.2.1",
 "http-body 0.3.1",
 "httparse",
 "itoa",
 "log",
 "pin-project 0.4.23",
 "time",
 "tokio 0.2.21",
 "tower-service",
 "want 0.3.0",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
Gavin Wood's avatar
Gavin Wood committed
name = "hyper-rustls"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "bytes 0.5.6",
 "ct-logs",
 "futures-util",
 "hyper 0.13.6",
 "rustls-native-certs",
 "tokio 0.2.21",
 "tokio-rustls",
 "webpki",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "idna"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "matches",
 "unicode-bidi",
 "unicode-normalization",
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
dependencies = [
 "matches",
 "unicode-bidi",
 "unicode-normalization",
[[package]]
name = "if-addrs"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28538916eb3f3976311f5dfbe67b5362d0add1293d0a9cad17debf86f8e3aa48"
dependencies = [
 "if-addrs-sys",
 "libc",
 "winapi 0.3.9",
]

[[package]]
name = "if-addrs-sys"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"
dependencies = [
 "cc",
 "libc",
]

[[package]]
name = "impl-codec"
Kian Paimani's avatar
Kian Paimani committed
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53"
dependencies = [
 "parity-scale-codec",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "impl-serde"
version = "0.3.1"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "impl-trait-for-tuples"
Kian Paimani's avatar
Kian Paimani committed
version = "0.1.3"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "proc-macro2 1.0.24",
 "quote 1.0.7",
 "syn 1.0.48",
[[package]]
name = "impl-trait-for-tuples"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f65a8ecf74feeacdab8d38cb129e550ca871cccaa7d1921d8636ecd75534903"
dependencies = [
 "proc-macro2 1.0.24",
 "quote 1.0.7",
 "syn 1.0.48",
]

[[package]]
name = "indenter"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0bd112d44d9d870a6819eb505d04dd92b5e4d94bb8c304924a0872ae7016fb5"

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "indexmap"
version = "1.6.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
dependencies = [
 "autocfg 1.0.0",
 "hashbrown 0.9.1",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "instant"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "integer-sqrt"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b"
asynchronous rob's avatar
asynchronous rob committed

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"
 "futures 0.3.8",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "iovec"
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
[[package]]
name = "ip_network"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ee15951c035f79eddbef745611ec962f63f4558f1dadf98ab723cc603487c6f"

[[package]]
name = "ipnet"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "itertools"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.2"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "either",
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
 "either",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "itoa"
version = "0.4.6"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "jemalloc-sys"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
dependencies = [
 "cc",
 "fs_extra",
 "libc",
]

[[package]]
name = "jemallocator"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
dependencies = [
 "jemalloc-sys",
 "libc",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "jobserver"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.21"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
[[package]]
name = "js-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175"
dependencies = [
 "wasm-bindgen",
]

[[package]]
name = "jsonrpc-client-transports"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7"
dependencies = [
 "failure",
 "futures 0.1.29",
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "serde",
 "serde_json",
 "url 1.7.2",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "jsonrpc-core"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.1.29",
 "serde",
 "serde_derive",
 "serde_json",
[[package]]
name = "jsonrpc-core-client"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f764902d7b891344a0acb65625f32f6f7c6db006952143bd650209fbe7d94db"
dependencies = [
 "jsonrpc-client-transports",
[[package]]
name = "jsonrpc-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99a847f9ec7bb52149b2786a17c9cb260d6effc6b8eeb8c16b343a487a7563a3"
dependencies = [
 "proc-macro-crate",
 "proc-macro2 1.0.24",
 "quote 1.0.7",
 "syn 1.0.48",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "jsonrpc-http-server"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hyper 0.12.35",
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "unicase",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "jsonrpc-ipc-server"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf50e53e4eea8f421a7316c5f63e395f7bc7c4e786a6dc54d76fab6ff7aa7ce7"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "jsonrpc-core",
 "jsonrpc-server-utils",
Gavin Wood's avatar
Gavin Wood committed
 "parity-tokio-ipc",
 "parking_lot 0.10.2",
 "tokio-service",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "jsonrpc-pubsub"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "jsonrpc-core",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "jsonrpc-server-utils"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72f1f3990650c033bd8f6bd46deac76d990f9bbfb5f8dc8c4767bf0a00392176"
dependencies = [
 "bytes 0.4.12",
 "globset",
 "jsonrpc-core",
 "lazy_static",
 "tokio 0.1.22",
 "tokio-codec",
 "unicase",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "jsonrpc-ws-server"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6596fe75209b73a2a75ebe1dce4e60e03b88a2b25e8807b667597f6315150d22"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "parity-ws",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "keccak"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "winapi 0.2.8",
 "winapi-build",
[[package]]
name = "kusama-runtime"
 "bitvec",
 "frame-benchmarking",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-benchmarking",
 "frame-system-rpc-runtime-api",
 "hex-literal",
 "libsecp256k1",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-collective",
 "pallet-democracy",
 "pallet-elections-phragmen",
 "pallet-grandpa",
 "pallet-identity",
 "pallet-im-online",
 "pallet-indices",
 "pallet-membership",
 "pallet-nicks",
 "pallet-offences",
 "pallet-offences-benchmarking",
 "pallet-proxy",
 "pallet-randomness-collective-flip",
 "pallet-recovery",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-scheduler",
 "pallet-session",
 "pallet-session-benchmarking",
 "pallet-society",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "pallet-treasury",
 "pallet-utility",
 "pallet-vesting",
 "parity-scale-codec",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "rustc-hex",
 "serde",
 "serde_derive",
 "serde_json",
 "smallvec 1.5.1",
 "sp-api",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-consensus-babe",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std",
 "sp-transaction-pool",
 "sp-trie",
 "sp-version",
 "static_assertions",
 "substrate-wasm-builder",
 "tiny-keccak",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
[[package]]
name = "kvdb"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0315ef2f688e33844400b31f11c263f2b3dc21d8b9355c6891c5f185fae43f9a"
dependencies = [
 "parity-util-mem",
 "smallvec 1.5.1",
]

[[package]]
name = "kvdb-memorydb"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73de822b260a3bdfb889dbbb65bb2d473eee2253973d6fa4a5d149a2a4a7c66e"
dependencies = [
 "kvdb",
 "parity-util-mem",
]

[[package]]
name = "kvdb-rocksdb"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44947dd392f09475af614d740fe0320b66d01cb5b977f664bbbb5e45a70ea4c1"
dependencies = [
 "fs-swap",
 "kvdb",
 "num_cpus",
 "owning_ref",
 "parity-util-mem",
 "regex",
 "rocksdb",
 "smallvec 1.5.1",
[[package]]
name = "kvdb-web"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2701a1369d6ea4f1b9f606db46e5e2a4a8e47f22530a07823d653f85ab1f6c34"
 "futures 0.3.8",
 "js-sys",
 "kvdb",
 "kvdb-memorydb",
 "parity-util-mem",
 "send_wrapper 0.3.0",
 "wasm-bindgen",
 "web-sys",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "lazy_static"
Gavin Wood's avatar
Gavin Wood committed
version = "1.4.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "lazycell"
version = "1.2.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "leb128"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libc"
version = "0.2.79"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "libloading"
version = "0.5.2"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "winapi 0.3.9",
[[package]]
name = "libm"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p"
version = "0.31.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "724846a3194368fefcac7ebdab12e01b8ac382e3efe399ddbd28851ab34f396f"
dependencies = [
 "atomic",
 "bytes 0.5.6",
 "futures 0.3.8",
 "lazy_static",
 "libp2p-core",
 "libp2p-core-derive",
 "libp2p-deflate",
 "libp2p-dns",
 "libp2p-floodsub",
 "libp2p-gossipsub",
 "libp2p-identify",
 "libp2p-kad",
 "libp2p-mdns",
 "libp2p-mplex",
 "libp2p-noise",
 "libp2p-ping",
 "libp2p-plaintext",
 "libp2p-pnet",
 "libp2p-request-response",
 "libp2p-swarm",
 "libp2p-tcp",
 "libp2p-wasm-ext",
 "libp2p-websocket",
 "libp2p-yamux",
 "parity-multiaddr",
 "parking_lot 0.11.1",
 "pin-project 1.0.2",
 "smallvec 1.5.1",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-core"
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc9c96d3a606a696a3a6c0ad3c3352c57bda2082ec9090930f1bd9daf787039f"
dependencies = [
 "asn1_der",
 "bs58",
 "bytes 0.5.6",
 "ed25519-dalek",
 "futures 0.3.8",
 "futures-timer 3.0.2",
 "lazy_static",
 "libsecp256k1",
 "multistream-select",
 "parity-multiaddr",
 "parking_lot 0.11.1",
 "pin-project 1.0.2",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "ring",
 "rw-stream-sink",
 "sha2 0.9.1",
 "smallvec 1.5.1",
 "thiserror",
 "unsigned-varint",
 "void",
 "zeroize",
[[package]]
name = "libp2p-core-derive"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4bc40943156e42138d22ed3c57ff0e1a147237742715937622a99b10fbe0156"
dependencies = [
 "quote 1.0.7",
 "syn 1.0.48",
[[package]]
name = "libp2p-deflate"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a579d7dd506d0620ba88ccc1754436b7de35ed6c884234f9a226bbfce382640"
dependencies = [
 "flate2",
 "futures 0.3.8",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-dns"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15dea5933f570844d7b5222b12b58f7bd52e9ca38cd65a1bd4f35341f053f012"
dependencies = [
 "futures 0.3.8",
 "libp2p-core",
]

[[package]]
name = "libp2p-floodsub"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23070a0838bd9a8adb27e6eba477eeb650c498f9d139383dd0135d20a8170253"
dependencies = [
 "cuckoofilter",
 "fnv",
 "futures 0.3.8",
 "libp2p-core",
 "libp2p-swarm",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "smallvec 1.5.1",
]

[[package]]
name = "libp2p-gossipsub"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65e8f3aa0906fbad435dac23c177eef3cdfaaf62609791bd7f54f8553edcfdf9"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "base64 0.13.0",
 "byteorder",
 "bytes 0.5.6",
 "futures 0.3.8",
 "futures_codec",
 "hex_fmt",
 "libp2p-core",
 "libp2p-swarm",
 "lru_time_cache",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sha2 0.9.1",
 "smallvec 1.5.1",
 "unsigned-varint",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "libp2p-identify"
version = "0.25.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "802fb973a7e0dde3fb9a2113a62bad90338ebe01983b706e1d576d0c2af93cda"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "futures 0.3.8",
 "libp2p-core",
 "libp2p-swarm",
 "prost",
 "prost-build",
 "smallvec 1.5.1",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-kad"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6506b7b7982f7626fc96a91bc61be4b1fe7ae9ac23824f0ecefcce21cb39238c"
dependencies = [
 "arrayvec 0.5.2",
 "bytes 0.5.6",
 "either",
 "fnv",
 "futures 0.3.8",
 "futures_codec",
 "libp2p-core",
 "libp2p-swarm",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sha2 0.9.1",
 "smallvec 1.5.1",
 "unsigned-varint",
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-mdns"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4458ec36b5ab2662fb4d5c8bb9b6e1591da0ab6efe8881c7a7670ef033bc8937"
dependencies = [
 "data-encoding",
 "dns-parser",
 "either",
 "futures 0.3.8",
 "lazy_static",
 "libp2p-core",
 "libp2p-swarm",
 "net2",
 "rand 0.7.3",
 "smallvec 1.5.1",
 "void",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-mplex"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae2132b14045009b0f8e577a06e1459592ef0a89dedc58f3d4baf4eac956837b"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bytes 0.5.6",
 "futures 0.3.8",
 "futures_codec",
 "libp2p-core",
 "nohash-hasher",