Cargo.lock 188 KiB
Newer Older
 "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 = "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-rlp"
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 = [
 "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

[[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",
 "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"
Gav Wood's avatar
Gav Wood committed
version = "0.7.28"
 "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",
 "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 = "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"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bba17ee9cac4bb89de5812159877d9b4f0a993bf41697a5a875940cd1eb71f24"
dependencies = [
 "bytes 0.5.4",
 "futures 0.3.4",
 "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-secio",
 "libp2p-swarm",
 "libp2p-tcp",
 "libp2p-uds",
 "libp2p-wasm-ext",
 "libp2p-websocket",
 "libp2p-yamux",
 "parity-multiaddr",
 "parity-multihash",
 "parking_lot 0.10.0",
 "pin-project",
 "smallvec 1.2.0",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-core"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b874594c4b29de1a29f27871feba8e6cd13aa54a8a1e8f8c7cf3dfac5ca287c"
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",
 "parity-multiaddr",
 "parity-multihash",
 "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"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d472e9d522f588805c77801de10b957be84e10f019ca5f869fa1825b15ea9b"
dependencies = [
 "quote 1.0.3",
 "syn 1.0.17",
]

[[package]]
name = "libp2p-deflate"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e25004d4d9837b44b22c5f1a69be1724a5168fef6cff1716b5176a972c3aa62"
dependencies = [
 "flate2",
 "futures 0.3.4",
 "libp2p-core",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-dns"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b99e552f9939b606eb4b59f7f64d9b01e3f96752f47e350fc3c5fc646ed3f649"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.3.4",
 "libp2p-core",
 "log 0.4.8",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-floodsub"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d3234f12e44f9a50351a9807b97fe7de11eb9ae4482370392ba10da6dc90722"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "cuckoofilter",
 "fnv",
 "futures 0.3.4",
 "libp2p-core",
 "libp2p-swarm",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "smallvec 1.2.0",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
Gavin Wood's avatar
Gavin Wood committed
name = "libp2p-gossipsub"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d46cb3e0841bd951cbf4feae56cdc081e6347836a644fb260c3ec554149b4006"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "base64 0.11.0",
 "byteorder 1.3.4",
 "bytes 0.5.4",
 "fnv",
 "futures 0.3.4",
 "futures_codec",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.8",
 "lru",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sha2",
 "smallvec 1.2.0",
 "unsigned-varint",
 "wasm-timer",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "libp2p-identify"
version = "0.16.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfeb935a9bd41263e4f3a24b988e9f4a044f3ae89ac284e83c17fe2f84e0d66b"
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"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "464dc8412978d40f0286be72ed9ab5e0e1386a4a06e7f174526739b5c3c1f041"
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",
 "parity-multihash",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sha2",
 "smallvec 1.2.0",
 "uint",
 "unsigned-varint",
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-mdns"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "881fcfb360c2822db9f0e6bb6f89529621556ed9a8b038313414eda5107334de"
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"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8507b37ad0eed275efcde67a023c3d85af6c80768b193845b9288e848e1af95"
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"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15a8a3d71f898beb6f854c8aae27aa1d198e0d1f2e49412261c2d90ef39675a"
 "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"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d22f2f228b3a828dca1cb8aa9fa331e0bc9c36510cb2c1916956e20dc85e8c"
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-plaintext"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56126a204d7b3382bac163143ff4125a14570b3ba76ba979103d1ae1abed1923"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bytes 0.5.4",
 "futures 0.3.4",
 "futures_codec",
 "libp2p-core",
 "log 0.4.8",
 "prost",
 "prost-build",
 "rw-stream-sink",
 "unsigned-varint",
 "void",
[[package]]
name = "libp2p-pnet"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b916938a8868f75180aeeffcc6a516a922d165e8fa2a90b57bad989d1ccbb57a"
dependencies = [
 "futures 0.3.4",
 "log 0.4.8",
 "pin-project",
 "rand 0.7.3",
 "salsa20",
 "sha3",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-secio"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1219e9ecb4945d7331a05f5ffe96a1f6e28051bfa1223d4c60353c251de0354e"
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"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "275471e7c0e88ae004660866cd54f603bd8bd1f4caef541a27f50dd8640c4d4c"
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"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9e80ad4e3535345f3d666554ce347d3100453775611c05c60786bf9a1747a10"
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-uds"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76d329564a43da9d0e055a5b938633c4a8ceab1f59cec133fbc4647917c07341"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "async-std",
 "futures 0.3.4",
 "libp2p-core",
 "log 0.4.8",
[[package]]
name = "libp2p-wasm-ext"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "923581c055bc4b8c5f42d4ce5ef43e52fe5216f1ea4bc26476cb8a966ce6220b"
dependencies = [
 "futures 0.3.4",
 "js-sys",
 "libp2p-core",
 "parity-send-wrapper",
 "wasm-bindgen",
 "wasm-bindgen-futures",
[[package]]
name = "libp2p-websocket"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5351ca9eea122081c1c0f9323164d2918cac29b5a6bfe5054d4ba8ec9447cf42"
 "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"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dac30de24ccde0e67f363d71a125c587bbe6589503f664947e9b084b68a34f1"
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