Cargo.lock 191 KiB
Newer Older
Gavin Wood's avatar
Gavin Wood committed
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f7a72f11830b52333f36e3b09a288333888bf54380fd0ac0790a3c31ab0f3c5"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
[[package]]
name = "impl-serde"
Gavin Wood's avatar
Gavin Wood committed
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58e3cae7e99c7ff5a995da2cf78dd0a5383740eda71d98cf7b1910c301ac69b8"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "impl-serde"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bbe9ea9b182f0fb1cabbd61f4ff9b7b7b9197955e95a7e4c27de5055eb29ff8"
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 = [
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro2 1.0.9",
 "quote 1.0.3",
 "syn 1.0.17",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "indexmap"
Gavin Wood's avatar
Gavin Wood committed
version = "1.3.2"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
dependencies = [
 "autocfg 1.0.0",
asynchronous rob's avatar
asynchronous rob committed

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

[[package]]
name = "interleaved-ordered"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "141340095b15ed7491bd3d4ced9d20cebfb826174b6bb03386381f62b01e3d77"
asynchronous rob's avatar
asynchronous rob committed

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"
dependencies = [
 "futures 0.3.4",
 "futures-timer 2.0.2",
]

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 = "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",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "itoa"
Gavin Wood's avatar
Gavin Wood committed
version = "0.4.5"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
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"
version = "0.3.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a27d435371a2fa5b6d2b028a74bbdb1234f308da363226a2854ca3ff8ba7055"
dependencies = [
 "wasm-bindgen",
]

[[package]]
name = "jsonrpc-client-transports"
Gavin Wood's avatar
Gavin Wood committed
version = "14.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a9ae166c4d1f702d297cd76d4b55758ace80272ffc6dbb139fdc1bf810de40b"
dependencies = [
 "failure",
 "futures 0.1.29",
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "log 0.4.8",
 "serde",
 "serde_json",
 "url 1.7.2",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "jsonrpc-core"
Gavin Wood's avatar
Gavin Wood committed
version = "14.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe3b688648f1ef5d5072229e2d672ecb92cbff7d1c79bcf3fd5898f3f3df0970"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.1.29",
 "log 0.4.8",
 "serde",
 "serde_derive",
 "serde_json",
[[package]]
name = "jsonrpc-core-client"
Gavin Wood's avatar
Gavin Wood committed
version = "14.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "080dc110be17701097df238fad3c816d4a478a1899dfbcf8ec8957dd40ec7304"
dependencies = [
 "jsonrpc-client-transports",
[[package]]
name = "jsonrpc-derive"
Gavin Wood's avatar
Gavin Wood committed
version = "14.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8609af8f63b626e8e211f52441fcdb6ec54f1a446606b10d5c89ae9bf8a20058"
dependencies = [
 "proc-macro-crate",
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro2 1.0.9",
 "quote 1.0.3",
 "syn 1.0.17",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "jsonrpc-http-server"
version = "14.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "816d63997ea45d3634608edbef83ddb35e661f7c0b27b5b72f237e321f0e9807"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hyper 0.12.35",
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log 0.4.8",
 "net2",
 "parking_lot 0.10.0",
 "unicase",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "jsonrpc-pubsub"
version = "14.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b31c9b90731276fdd24d896f31bb10aecf2e5151733364ae81123186643d939"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "jsonrpc-core",
 "log 0.4.8",
 "parking_lot 0.10.0",
 "serde",
asynchronous rob's avatar
asynchronous rob committed
]

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

[[package]]
name = "jsonrpc-ws-server"
version = "14.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b94e5773b2ae66e0e02c80775ce6bbba6f15d5bb47c14ec36a36fcf94f8df851"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log 0.4.8",
 "parking_lot 0.10.0",
 "slab",
 "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"
Gavin Wood's avatar
Gavin Wood committed
version = "0.7.29-pre1"
 "bitvec",
 "frame-benchmarking",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-rpc-runtime-api",
 "hex-literal",
 "libsecp256k1",
 "log 0.3.9",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-collective",
 "pallet-democracy",
 "pallet-elections-phragmen",
 "pallet-finality-tracker",
 "pallet-grandpa",
 "pallet-identity",
 "pallet-im-online",
 "pallet-indices",
 "pallet-membership",
 "pallet-nicks",
 "pallet-offences",
 "pallet-randomness-collective-flip",
 "pallet-recovery",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-scheduler",
 "pallet-session",
 "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-parachain",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "rustc-hex",
 "serde",
 "serde_derive",
 "serde_json",
 "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",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.5.0",
 "trie-db",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "kv-log-macro"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c54d9f465d530a752e6ebdc217e081a7a614b48cb200f6f0aee21ba6bc9aabb"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "log 0.4.8",
[[package]]
name = "kvdb"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cad096c6849b2ef027fabe35c4aed356d0e3d3f586d0a8361e5e17f1e50a7ce5"
dependencies = [
 "parity-util-mem",
 "smallvec 1.2.0",
]

[[package]]
name = "kvdb-memorydb"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4aa954d12cfac958822dfd77aab34f3eec71f103b918c4ab79ab59a36ee594ea"
dependencies = [
 "kvdb",
 "parity-util-mem",
 "parking_lot 0.10.0",
]

[[package]]
name = "kvdb-rocksdb"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3f14c3a10c8894d26175e57e9e26032e6d6c49c30cbe2468c5bf5f6b64bb0be"
dependencies = [
 "fs-swap",
 "interleaved-ordered",
 "kvdb",
 "log 0.4.8",
 "num_cpus",
 "owning_ref",
 "parity-util-mem",
 "parking_lot 0.10.0",
 "regex",
 "rocksdb",
 "smallvec 1.2.0",
[[package]]
name = "kvdb-web"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26f96eec962af83cdf7c83036b3dbb0ae6a1249ddab746820618e2567ca8ebcd"
 "futures 0.3.4",
 "js-sys",
 "kvdb",
 "kvdb-memorydb",
 "log 0.4.8",
 "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.68"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "libflate"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9135df43b1f5d0e333385cb6e7897ecd1a43d7d11b91ac003f4d2c2d2401fdd"
dependencies = [
 "adler32",
 "crc32fast",
 "rle-decode-fast",
 "take_mut",
]

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 = [
 "cc",
 "winapi 0.3.8",
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a261244b8d7ff58f5d62ffa33589eb1ba7733a1dfee0902ad9fdfe62ada7009"
dependencies = [
 "bytes 0.5.4",
 "futures 0.3.4",
 "lazy_static",
 "libp2p-core",
 "libp2p-core-derive",
 "libp2p-dns",
 "libp2p-identify",
 "libp2p-kad",
 "libp2p-mdns",
 "libp2p-mplex",
 "libp2p-noise",
 "libp2p-ping",
 "libp2p-secio",
 "libp2p-swarm",
 "libp2p-tcp",
 "libp2p-wasm-ext",
 "libp2p-websocket",
 "libp2p-yamux",
 "parking_lot 0.10.0",
 "pin-project",
 "smallvec 1.2.0",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-core"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cfe1412f2afe1366a2661abd211bb1a27ee6a664d799071282f4fba997c6858"
dependencies = [
 "asn1_der",
 "bs58",
 "ed25519-dalek",
 "fnv",
 "futures 0.3.4",
 "futures-timer 3.0.2",
 "lazy_static",
 "libsecp256k1",
 "log 0.4.8",
 "multistream-select",
 "parking_lot 0.10.0",
 "pin-project",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "ring",
 "rw-stream-sink",
 "sha2",
 "smallvec 1.2.0",
 "thiserror",
 "unsigned-varint",
 "void",
 "zeroize",
[[package]]
name = "libp2p-core-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0eeb25d5f152a826eac57c7d1cc3de10d72dc4051e90fe4c0cd139f07a069a3"
dependencies = [
 "quote 1.0.3",
 "syn 1.0.17",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-dns"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "647178f8683bf868f7f14d5e5718dbdc2445b9f6b24ce99da96cecd7c5d2d1a6"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.3.4",
 "libp2p-core",
 "log 0.4.8",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "libp2p-identify"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04efa011cda5232648b5aa50bd80be7ba0a695d682b01aa46b65e5be5ece0605"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "futures 0.3.4",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.8",
 "prost",
 "prost-build",
 "smallvec 1.2.0",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-kad"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97f4722d83af8fc0065cee7589a000b629961c1c11d90ba09f6685b3e123b9ae"
dependencies = [
 "arrayvec 0.5.1",
 "bytes 0.5.4",
 "either",
 "fnv",
 "futures 0.3.4",
 "futures_codec",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.8",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sha2",
 "smallvec 1.2.0",
 "uint",
 "unsigned-varint",
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-mdns"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b752276b3bea2fca1c291f43cefc8082d8a639bb8f9052cf5adc6accfcd7b44e"
dependencies = [
 "async-std",
 "data-encoding",
 "dns-parser",
 "either",
 "futures 0.3.4",
 "lazy_static",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.8",
 "net2",
 "rand 0.7.3",
 "smallvec 1.2.0",
 "void",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-mplex"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f317db8c062beecde87a8765ca03784e6f1a55daa5b9868bf60ebf9b9a2b92f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bytes 0.5.4",
 "fnv",
 "futures 0.3.4",
 "futures_codec",
 "libp2p-core",
 "log 0.4.8",
 "parking_lot 0.10.0",
 "unsigned-varint",
[[package]]
name = "libp2p-noise"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98d3845f54288ff134dd78c131517bad8bc03965def6e6517efef03291d9b4d7"
 "curve25519-dalek",
 "futures 0.3.4",
 "lazy_static",
 "libp2p-core",
 "log 0.4.8",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sha2",
 "snow",
 "static_assertions",
 "x25519-dalek",
 "zeroize",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-ping"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa1cb80ccbedb91d9b980aafc6bf39dc7e4616a7e37c631a4e6ef62629567a13"
dependencies = [
 "futures 0.3.4",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.8",
 "rand 0.7.3",
 "void",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-secio"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74130fa95effb780850ec790b7af777b893108d9b5983ab994b61d93d2eb0336"
dependencies = [
 "aes-ctr",
 "ctr",
 "futures 0.3.4",
 "hmac",
 "js-sys",
 "lazy_static",
 "libp2p-core",
 "log 0.4.8",
 "parity-send-wrapper",
 "pin-project",
 "prost",
 "prost-build",
 "quicksink",
 "rand 0.7.3",
 "ring",
 "rw-stream-sink",
 "sha2",
 "static_assertions",
 "twofish",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "web-sys",
]

[[package]]
name = "libp2p-swarm"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4ec53df8978a5d6d9dac243fb1e3adf004f8b8d28f72e6f2160df34d5f39564"
dependencies = [
 "futures 0.3.4",
 "libp2p-core",
 "log 0.4.8",
 "smallvec 1.2.0",
 "void",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-tcp"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e25c9d9c5448c189bba7ecdd1ca23800516281476e82810eff711ef04abaf9eb"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "async-std",
 "futures 0.3.4",
 "futures-timer 3.0.2",
 "get_if_addrs",
 "ipnet",
 "libp2p-core",
 "log 0.4.8",
[[package]]
name = "libp2p-wasm-ext"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "076446cabb23b0d79d2375661d837a43cbda6719d88787f234e7661c33ef9554"
dependencies = [
 "futures 0.3.4",
 "js-sys",
 "libp2p-core",
 "parity-send-wrapper",
 "wasm-bindgen",
 "wasm-bindgen-futures",
[[package]]
name = "libp2p-websocket"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0117ed6a6f60114c107c1232a0890a8fe997013c7e1920b6f0c811e05d2fae7"
 "async-tls",
 "bytes 0.5.4",
 "either",
 "futures 0.3.4",
 "libp2p-core",
 "log 0.4.8",
 "quicksink",
 "rustls 0.16.0",
 "rw-stream-sink",
 "soketto",
 "url 2.1.1",
 "webpki",
 "webpki-roots 0.18.0",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-yamux"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee12c49426527908f81ffb6551b95f57149a8ea64f386bb7da3b123cdb9c01ba"
dependencies = [
 "futures 0.3.4",
 "libp2p-core",
 "parking_lot 0.10.0",
 "thiserror",
 "yamux",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "librocksdb-sys"
version = "6.6.4"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e3b727e2dd20ec2fb7ed93f23d9fd5328a0871185485ebdaff007b47d3e27e4"
dependencies = [
 "bindgen",
 "cc",
 "glob",
 "libc",
asynchronous rob's avatar
asynchronous rob committed

thiolliere's avatar
thiolliere committed
[[package]]
name = "libsecp256k1"
Gavin Wood's avatar
Gavin Wood committed
version = "0.3.5"
thiolliere's avatar
thiolliere committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"
thiolliere's avatar
thiolliere committed
dependencies = [
 "arrayref",
 "crunchy",
 "digest",
 "hmac-drbg",
 "rand 0.7.3",
 "sha2",
 "subtle 2.2.2",
 "typenum",
thiolliere's avatar
thiolliere committed
]

[[package]]
name = "libz-sys"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
dependencies = [
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
[[package]]
name = "linked-hash-map"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "linked_hash_set"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c"
dependencies = [
 "linked-hash-map",
[[package]]
name = "linregress"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9290cf6f928576eeb9c096c6fad9d8d452a0a1a70a2bbffa6e36064eedc0aac9"
 "failure",
 "nalgebra",
 "statrs",
[[package]]
name = "lock_api"
Gavin Wood's avatar
Gavin Wood committed
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
dependencies = [
 "scopeguard",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "log"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "log 0.4.8",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "log"
version = "0.4.8"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "cfg-if",
[[package]]
name = "lru"
Gavin Wood's avatar
Gavin Wood committed
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0609345ddee5badacf857d4f547e0e5a2e987db77085c24cd887f73573a04237"
dependencies = [
 "hashbrown",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "mach"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "matrixmultiply"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4f7ec66360130972f34830bfad9ef05c6610a43938a467bcc9ab9369ab3478f"
 "rawpointer",
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "memchr"
version = "2.3.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "memoffset"
version = "0.5.4"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
dependencies = [
 "autocfg 1.0.0",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "memory-db"
version = "0.20.0"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f58381b20ebe2c578e75dececd9da411414903415349548ccc46aac3209cdfbc"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "ahash",
 "hash-db",
 "hashbrown",
 "parity-util-mem",
asynchronous rob's avatar
asynchronous rob committed
]

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

[[package]]
name = "memrange"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc29ba65898edc4fdc252cb31cd3925f37c1a8ba25bb46eec883569984976530"
 "rustc-serialize",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "merlin"
version = "2.0.0"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6feca46f4fa3443a01769d768727f10c10a20fdb65e52dc16a81f0c8269bb78"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "keccak",
 "rand_core 0.5.1",
 "zeroize",
[[package]]
name = "miniz_oxide"
Gavin Wood's avatar
Gavin Wood committed
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa679ff6578b1cddee93d7e82e263b94a575e0bfced07284eb0c037c1d2416a5"
dependencies = [
 "adler32",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "mio"
Gavin Wood's avatar
Gavin Wood committed
version = "0.6.21"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "cfg-if",
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "libc",
 "log 0.4.8",
 "miow",
 "net2",
 "slab",
 "winapi 0.2.8",
[[package]]
name = "mio-extras"
Gavin Wood's avatar
Gavin Wood committed
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
 "lazycell",
 "log 0.4.8",
 "mio",
 "slab",
[[package]]
name = "mio-uds"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
 "iovec",
 "libc",
 "mio",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"