Skip to content
Snippets Groups Projects
Cargo.lock 233 KiB
Newer Older
version = "1.0.7"
Ashley's avatar
Ashley committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
Ashley's avatar
Ashley committed
dependencies = [
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8891bd853eff90e33024195d79d578dc984c82f9e0715fcd2b525a0c19d52811"
 "parity-util-mem",
[[package]]
name = "kvdb-memorydb"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30a0da8e08caf08d384a620ec19bb6c9b85c84137248e202617fb91881f25912"
 "kvdb",
 "parity-util-mem",
 "parking_lot 0.11.1",
]

[[package]]
name = "kvdb-rocksdb"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34446c373ccc494c2124439281c198c7636ccdc2752c06722bbffd56d459c1e4"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "fs-swap",
Gavin Wood's avatar
Gavin Wood committed
 "num_cpus",
 "owning_ref",
 "parity-util-mem",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "regex",
 "rocksdb",
[[package]]
name = "kvdb-web"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb1e98ba343d0b35f9009a8844cd2b87fa3192f7e79033ac05b00aeae0f3b0b5"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "js-sys",
 "kvdb",
 "kvdb-memorydb",
 "parity-util-mem",
 "parking_lot 0.11.1",
 "send_wrapper 0.5.0",
Gavin Wood's avatar
Gavin Wood committed
 "wasm-bindgen",
 "web-sys",
[[package]]
name = "lazy_static"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "leb128"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"
Maciej Hirsz's avatar
Maciej Hirsz committed
[[package]]
version = "0.2.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba4aede83fc3617411dc6993bc8c70919750c1c257c6ca6a502aed6e0e2394ae"
David Craven's avatar
David Craven committed
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
Gavin Wood's avatar
Gavin Wood committed
 "cc",
 "winapi 0.3.9",
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
[[package]]
name = "libp2p"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe5759b526f75102829c15e4d8566603b4bf502ed19b5f35920d98113873470d"
dependencies = [
 "bytes 1.0.1",
 "lazy_static",
 "libp2p-core",
 "libp2p-deflate",
 "libp2p-dns",
 "libp2p-floodsub",
 "libp2p-gossipsub",
 "libp2p-identify",
 "libp2p-kad",
 "libp2p-mdns",
 "libp2p-mplex",
 "libp2p-ping",
 "libp2p-plaintext",
 "libp2p-pnet",
 "libp2p-relay",
 "libp2p-request-response",
 "libp2p-swarm",
 "libp2p-swarm-derive",
 "libp2p-tcp",
 "libp2p-uds",
 "libp2p-wasm-ext",
 "libp2p-websocket",
 "libp2p-yamux",
 "parity-multiaddr",
 "parking_lot 0.11.1",
[[package]]
name = "libp2p-core"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1e1797734bbd4c453664fefb029628f77c356ffc5bce98f06b18a7db3ebb0f7"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "asn1_der",
Gavin Wood's avatar
Gavin Wood committed
 "ed25519-dalek",
Roman Borschel's avatar
Roman Borschel committed
 "either",
Gavin Wood's avatar
Gavin Wood committed
 "fnv",
 "futures-timer 3.0.2",
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static",
 "libsecp256k1",
Roman Borschel's avatar
Roman Borschel committed
 "multihash",
Gavin Wood's avatar
Gavin Wood committed
 "multistream-select",
 "parity-multiaddr",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "prost-build",
 "rand 0.7.3",
 "ring",
 "rw-stream-sink",
 "sha2 0.9.3",
 "smallvec 1.6.1",
Gavin Wood's avatar
Gavin Wood committed
 "thiserror",
 "unsigned-varint 0.7.0",
Gavin Wood's avatar
Gavin Wood committed
 "void",
 "zeroize",
[[package]]
name = "libp2p-deflate"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2181a641cd15f9b6ba71b1335800f309012a0a97a29ffaabbbf40e9d3d58f08"
dependencies = [
 "flate2",
[[package]]
name = "libp2p-dns"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9712eb3e9f7dcc77cc5ca7d943b6a85ce4b1faaf91a67e003442412a26d6d6f8"
dependencies = [
 "async-std-resolver",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "smallvec 1.6.1",
 "trust-dns-resolver",
[[package]]
name = "libp2p-floodsub"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "897645f99e9b396df256a6aa8ba8c4bc019ac6b7c62556f624b5feea9acc82bb"
dependencies = [
 "cuckoofilter",
 "fnv",
 "libp2p-core",
 "libp2p-swarm",
 "prost-build",
 "rand 0.7.3",
]

[[package]]
name = "libp2p-gossipsub"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "794b0c85f5df1acbc1fc38414d37272594811193b6325c76d3931c3e3f5df8c0"
dependencies = [
 "asynchronous-codec 0.6.0",
 "base64 0.13.0",
 "byteorder",
 "bytes 1.0.1",
 "libp2p-core",
 "libp2p-swarm",
 "log",
 "prost-build",
 "rand 0.7.3",
 "sha2 0.9.3",
 "smallvec 1.6.1",
 "unsigned-varint 0.7.0",
[[package]]
name = "libp2p-identify"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f88ebc841d744979176ab4b8b294a3e655a7ba4ef26a905d073a52b49ed4dff5"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "libp2p-swarm",
Gavin Wood's avatar
Gavin Wood committed
 "prost-build",
Gavin Wood's avatar
Gavin Wood committed
 "wasm-timer",
[[package]]
name = "libp2p-kad"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb5b90b6bda749023a85f60b49ea74b387c25f17d8df541ae72a3c75dd52e63"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "arrayvec 0.5.2",
 "asynchronous-codec 0.6.0",
 "bytes 1.0.1",
Gavin Wood's avatar
Gavin Wood committed
 "either",
 "fnv",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "libp2p-swarm",
Gavin Wood's avatar
Gavin Wood committed
 "prost-build",
 "rand 0.7.3",
 "sha2 0.9.3",
 "smallvec 1.6.1",
 "unsigned-varint 0.7.0",
Gavin Wood's avatar
Gavin Wood committed
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-mdns"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be28ca13bb648d249a9baebd750ebc64ce7040ddd5f0ce1035ff1f4549fb596d"
dependencies = [
 "async-io",
Gavin Wood's avatar
Gavin Wood committed
 "data-encoding",
 "dns-parser",
 "if-watch",
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static",
 "libp2p-core",
 "libp2p-swarm",
 "rand 0.8.3",
 "socket2 0.4.0",
Gavin Wood's avatar
Gavin Wood committed
 "void",
]

[[package]]
name = "libp2p-mplex"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85e9b544335d1ed30af71daa96edbefadef6f19c7a55f078b9fc92c87163105d"
dependencies = [
 "asynchronous-codec 0.6.0",
 "bytes 1.0.1",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "nohash-hasher",
 "parking_lot 0.11.1",
 "rand 0.7.3",
 "unsigned-varint 0.7.0",
[[package]]
name = "libp2p-noise"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd"
dependencies = [
 "bytes 1.0.1",
 "curve25519-dalek 3.0.2",
 "lazy_static",
 "libp2p-core",
 "log",
 "prost-build",
 "rand 0.7.3",
 "snow",
 "static_assertions",
 "x25519-dalek",
 "zeroize",
]

[[package]]
name = "libp2p-ping"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dea10fc5209260915ea65b78f612d7ff78a29ab288e7aa3250796866af861c45"
dependencies = [
 "libp2p-core",
 "libp2p-swarm",
 "log",
 "rand 0.7.3",
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-plaintext"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c8c37b4d2a075b4be8442760a5f8c037180f0c8dd5b5734b9978ab868b3aa11"
dependencies = [
 "asynchronous-codec 0.6.0",
 "bytes 1.0.1",
 "libp2p-core",
 "log",
 "prost-build",
 "unsigned-varint 0.7.0",
 "void",
]

[[package]]
name = "libp2p-pnet"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "rand 0.7.3",
[[package]]
name = "libp2p-relay"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ff268be6a9d6f3c6cca3b81bbab597b15217f9ad8787c6c40fc548c1af7cd24"
dependencies = [
 "asynchronous-codec 0.6.0",
 "bytes 1.0.1",
 "futures 0.3.13",
 "futures-timer 3.0.2",
 "libp2p-core",
 "libp2p-swarm",
 "log",
 "pin-project 1.0.5",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "smallvec 1.6.1",
 "unsigned-varint 0.7.0",
 "void",
 "wasm-timer",
]

name = "libp2p-request-response"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "725367dd2318c54c5ab1a6418592e5b01c63b0dedfbbfb8389220b2bcf691899"
dependencies = [
 "async-trait",
 "bytes 1.0.1",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "libp2p-swarm",
 "minicbor",
 "unsigned-varint 0.7.0",
Gavin Wood's avatar
Gavin Wood committed
 "wasm-timer",
Roman Borschel's avatar
Roman Borschel committed
[[package]]
name = "libp2p-swarm"
version = "0.28.0"
Roman Borschel's avatar
Roman Borschel committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75c26980cadd7c25d89071cb23e1f7f5df4863128cc91d83c6ddc72338cecafa"
Roman Borschel's avatar
Roman Borschel committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
Roman Borschel's avatar
Roman Borschel committed
 "rand 0.7.3",
Gavin Wood's avatar
Gavin Wood committed
 "void",
 "wasm-timer",
[[package]]
name = "libp2p-swarm-derive"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c564ebaa36a64839f51eaddb0243aaaa29ce64affb56129193cc3248b72af273"
dependencies = [
 "quote",
 "syn",
]

name = "libp2p-tcp"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b1a27d21c477951799e99d5c105d78868258502ce092988040a808d5a19bbd9"
 "async-io",
 "futures-timer 3.0.2",
 "if-watch",
Gavin Wood's avatar
Gavin Wood committed
 "ipnet",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "socket2 0.4.0",
[[package]]
name = "libp2p-uds"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffd6564bb3b7ff203661ccbb69003c2b551e34cef974f2d6c6a28306a12170b5"
dependencies = [
 "async-std",
[[package]]
name = "libp2p-wasm-ext"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6df65fc13f6188edf7e6927b086330448b3ca27af86b49748c6d299d7c8d9040"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "js-sys",
 "libp2p-core",
 "parity-send-wrapper",
 "wasm-bindgen",
 "wasm-bindgen-futures",
[[package]]
name = "libp2p-websocket"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cace60995ef6f637e4752cccbb2590f6bc358e8741a0d066307636c69a4b3a74"
Gavin Wood's avatar
Gavin Wood committed
 "either",
 "futures-rustls",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
Gavin Wood's avatar
Gavin Wood committed
 "quicksink",
 "rw-stream-sink",
 "soketto",
 "webpki-roots",
[[package]]
name = "libp2p-yamux"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d6144cc94143fb0a8dd1e7c2fbcc32a2808168bcd1d69920635424d5993b7b"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "thiserror",
 "yamux",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb5b56f651c204634b936be2f92dbb42c36867e00ff7fe2405591f3b9fa66f09"
Gavin Wood's avatar
Gavin Wood committed
 "bindgen",
 "cc",
 "glob",
Gavin Wood's avatar
Gavin Wood committed
 "libc",
[[package]]
name = "libsecp256k1"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "arrayref",
 "crunchy",
 "digest 0.8.1",
Gavin Wood's avatar
Gavin Wood committed
 "hmac-drbg",
 "rand 0.7.3",
 "sha2 0.8.2",
Gavin Wood's avatar
Gavin Wood committed
 "typenum",
[[package]]
name = "libz-sys"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "cc",
 "pkg-config",
 "vcpkg",
[[package]]
name = "linked-hash-map"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
[[package]]
name = "linked_hash_set"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"
Gavin Wood's avatar
Gavin Wood committed
 "linked-hash-map",
[[package]]
name = "linregress"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d0ad4b5cc8385a881c561fac3501353d63d2a2b7a357b5064d71815c9a92724"
[[package]]
name = "lite-json"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0460d985423a026b4d9b828a7c6eed1bcf606f476322f3f9b507529686a61715"
dependencies = [
 "lite-parser",
]

[[package]]
name = "lite-parser"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c50092e40e0ccd1bf2015a10333fde0502ff95b832b0895dc1ca0d7ac6c52f6"
[[package]]
name = "lock_api"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
[[package]]
name = "lock_api"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
[[package]]
name = "lru"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba"
 "hashbrown",
[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
 "linked-hash-map",
]

[[package]]
name = "mach"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
Gavin Wood's avatar
Gavin Wood committed
 "libc",
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"

[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"

[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
 "regex-automata",
]

[[package]]
name = "matches"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tomasz Drwięga's avatar
Tomasz Drwięga committed

[[package]]
name = "matrixmultiply"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "916806ba0031cd542105d916a97c8572e1fa6dd79c9c51e7eb43a09ec2dd84c1"
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "memchr"
version = "2.3.4"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
Tomasz Drwięga's avatar
Tomasz Drwięga committed

[[package]]
name = "memmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
dependencies = [
 "libc",
 "winapi 0.3.9",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "memoffset"
version = "0.5.6"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
dependencies = [
[[package]]
name = "memoffset"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
dependencies = [
 "autocfg",
]

name = "memory-db"
version = "0.26.0"
Wei Tang's avatar
Wei Tang committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "814bbecfc0451fc314eeea34f05bbcd5b98a7ad7af37faee088b86a1e633f1d4"
Gavin Wood's avatar
Gavin Wood committed
 "hash-db",
 "hashbrown",
 "parity-util-mem",
[[package]]
name = "memory_units"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"
[[package]]
name = "merlin"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"
dependencies = [
 "byteorder",
Gavin Wood's avatar
Gavin Wood committed
 "keccak",
 "rand_core 0.5.1",
 "zeroize",
[[package]]
name = "minicbor"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea79ce4ab9f445ec6b71833a2290ac0a29c9dde0fa7cae4c481eecae021d9bd9"
dependencies = [
 "minicbor-derive",
]

[[package]]
name = "minicbor-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce18b5423c573a13e80cb3046ea0af6379ef725dc3af4886bdb8f4e5093068"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "miniz_oxide"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "mio"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "cfg-if 0.1.10",
Gavin Wood's avatar
Gavin Wood committed
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "libc",
Gavin Wood's avatar
Gavin Wood committed
 "net2",
 "slab",
 "winapi 0.2.8",
Maciej Hirsz's avatar
Maciej Hirsz committed
[[package]]
name = "mio-extras"
Maciej Hirsz's avatar
Maciej Hirsz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
Maciej Hirsz's avatar
Maciej Hirsz committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "lazycell",
Gavin Wood's avatar
Gavin Wood committed
 "mio",
 "slab",
Demi Obenour's avatar
Demi Obenour committed
[[package]]
name = "mio-named-pipes"
version = "0.1.7"
Demi Obenour's avatar
Demi Obenour committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
Demi Obenour's avatar
Demi Obenour committed
dependencies = [
 "log",
 "mio",
 "miow 0.3.6",
 "winapi 0.3.9",
[[package]]
name = "mio-uds"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "iovec",
 "libc",
 "mio",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "miow"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "kernel32-sys",
 "net2",
 "winapi 0.2.8",
 "ws2_32-sys",
Demi Obenour's avatar
Demi Obenour committed
[[package]]
name = "miow"
version = "0.3.6"
Demi Obenour's avatar
Demi Obenour committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
Demi Obenour's avatar
Demi Obenour committed
dependencies = [
 "socket2 0.3.19",
 "winapi 0.3.9",
[[package]]
name = "more-asserts"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"
[[package]]
name = "multibase"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"
dependencies = [
 "base-x",
 "data-encoding",
 "data-encoding-macro",
]

Roman Borschel's avatar
Roman Borschel committed
[[package]]
name = "multihash"
Roman Borschel's avatar
Roman Borschel committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"
Roman Borschel's avatar
Roman Borschel committed
dependencies = [
 "blake2b_simd",
 "blake2s_simd",
 "blake3",
 "digest 0.9.0",
 "generic-array 0.14.4",
 "multihash-derive",
 "unsigned-varint 0.5.1",
[[package]]
name = "multihash-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85ee3c48cb9d9b275ad967a0e96715badc13c6029adb92f34fa17b9ff28fd81f"
dependencies = [
 "proc-macro-crate 0.1.5",
 "proc-macro-error",
 "proc-macro2",
 "quote",
 "syn",
 "synstructure",
]

[[package]]
name = "multimap"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333"
[[package]]
name = "multistream-select"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8"
dependencies = [
 "bytes 1.0.1",
[[package]]
name = "nalgebra"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6b6147c3d50b4f3cdabfe2ecc94a0191fd3d6ad58aefd9664cf396285883486"
dependencies = [
 "approx",
 "matrixmultiply",
 "num-complex",
 "num-rational",
 "rand 0.7.3",
 "rand_distr",
 "simba",
[[package]]
name = "names"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"
Gavin Wood's avatar
Gavin Wood committed
 "rand 0.3.23",
[[package]]
name = "nb-connect"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670361df1bc2399ee1ff50406a0d422587dd3bb0da596e1978fe8e05dabddf4f"
dependencies = [
 "libc",
 "socket2 0.3.19",