Skip to content
Cargo.lock 189 KiB
Newer Older

[[package]]
name = "hermit-abi"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772"
[[package]]
name = "hex"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "961de220ec9a91af2e1e5bd80d02109155695e516771762381ef8581317066e0"
 "hex-literal-impl",
 "proc-macro-hack",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d4c5c844e2fee0bf673d54c2c177f1713b3d2af2ff6e666b49cb7572e6cf42d"
 "proc-macro-hack",
[[package]]
name = "hmac"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
dependencies = [
 "crypto-mac",
 "digest",
[[package]]
name = "hmac-drbg"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"
dependencies = [
 "digest",
 "generic-array",
 "hmac",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
 "bytes 0.4.12",
 "fnv",
 "itoa",
[[package]]
name = "http"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b708cc7f06493459026f53b9a61a7a121a5d1ec6238dee58ea4941132b30156b"
dependencies = [
 "bytes 0.5.4",
 "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",
Ashley's avatar
Ashley committed
[[package]]
name = "http-body"
version = "0.3.1"
Ashley's avatar
Ashley committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
Ashley's avatar
Ashley committed
dependencies = [
 "bytes 0.5.4",
 "http 0.2.0",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "httparse"
David Craven's avatar
David Craven committed
version = "1.3.4"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
 "quick-error",
version = "0.10.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
 "base64 0.9.3",
 "httparse",
 "language-tags",
 "log 0.3.9",
 "mime",
 "num_cpus",
 "time",
 "traitobject",
 "typeable",
 "unicase 1.4.2",
 "url 1.7.2",
[[package]]
name = "hyper"
Tomasz Drwięga's avatar
Tomasz Drwięga 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",
 "log 0.4.8",
 "net2",
 "rustc_version",
 "time",
 "tokio 0.1.22",
 "tokio-buf",
 "tokio-executor 0.1.9",
 "tokio-io",
 "tokio-reactor",
 "tokio-tcp",
 "tokio-threadpool",
 "tokio-timer",
 "want 0.2.0",
Ashley's avatar
Ashley committed
[[package]]
name = "hyper"
Demi Obenour's avatar
Demi Obenour committed
version = "0.13.2"
Ashley's avatar
Ashley committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa1c527bbc634be72aa7ba31e4e4def9bbb020f5416916279b7c705cd838893e"
Ashley's avatar
Ashley committed
dependencies = [
 "bytes 0.5.4",
 "futures-channel",
 "futures-core",
 "futures-util",
 "h2 0.2.1",
 "http 0.2.0",
 "http-body 0.3.1",
 "httparse",
 "itoa",
 "log 0.4.8",
 "pin-project",
 "time",
 "tokio 0.2.11",
 "tower-service",
 "want 0.3.0",
name = "hyper-rustls"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719d85c7df4a7f309a77d145340a063ea929dcb2e025bae46a80345cffec2952"
 "bytes 0.4.12",
 "ct-logs",
 "futures 0.1.29",
 "hyper 0.12.35",
 "rustls",
 "tokio-io",
 "tokio-rustls",
 "webpki",
 "webpki-roots 0.17.0",
[[package]]
name = "hyper-tls"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
 "bytes 0.4.12",
 "futures 0.1.29",
 "hyper 0.12.35",
 "native-tls",
 "tokio-io",
[[package]]
name = "idna"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
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",
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53"
 "parity-scale-codec",
Wei Tang's avatar
Wei Tang committed
[[package]]
name = "impl-rlp"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f7a72f11830b52333f36e3b09a288333888bf54380fd0ac0790a3c31ab0f3c5"
Wei Tang's avatar
Wei Tang committed
dependencies = [
[[package]]
name = "impl-serde"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58e3cae7e99c7ff5a995da2cf78dd0a5383740eda71d98cf7b1910c301ac69b8"
dependencies = [
[[package]]
name = "impl-serde"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bbe9ea9b182f0fb1cabbd61f4ff9b7b7b9197955e95a7e4c27de5055eb29ff8"
[[package]]
name = "impl-trait-for-tuples"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d"
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn",
[[package]]
name = "indexmap"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b54058f0a6ff80b6803da8faf8997cde53872b38f4023728f6830b06cd3c0dc"
 "autocfg 1.0.0",
[[package]]
name = "integer-sqrt"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b"
[[package]]
name = "interleaved-ordered"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "141340095b15ed7491bd3d4ced9d20cebfb826174b6bb03386381f62b01e3d77"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "iovec"
version = "0.1.4"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
[[package]]
name = "ipnet"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a859057dc563d1388c1e816f98a1892629075fc046ed06e845b883bb8b2916fb"
[[package]]
name = "itertools"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
[[package]]
name = "itoa"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
[[package]]
name = "jobserver"
Demi Obenour's avatar
Demi Obenour committed
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
[[package]]
name = "js-sys"
Web3 Philosopher's avatar
Web3 Philosopher committed
version = "0.3.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7889c7c36282151f6bf465be4700359318aef36baa951462382eae49e9577cf9"
dependencies = [
 "wasm-bindgen",
[[package]]
name = "jsonrpc-client-transports"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a9ae166c4d1f702d297cd76d4b55758ace80272ffc6dbb139fdc1bf810de40b"
dependencies = [
 "failure",
 "futures 0.1.29",
 "hyper 0.12.35",
 "hyper-tls",
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "log 0.4.8",
 "serde",
 "serde_json",
 "tokio 0.1.22",
 "url 1.7.2",
 "websocket",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "jsonrpc-core"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe3b688648f1ef5d5072229e2d672ecb92cbff7d1c79bcf3fd5898f3f3df0970"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "futures 0.1.29",
 "log 0.4.8",
 "serde",
 "serde_derive",
 "serde_json",
[[package]]
name = "jsonrpc-core-client"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "080dc110be17701097df238fad3c816d4a478a1899dfbcf8ec8957dd40ec7304"
dependencies = [
 "jsonrpc-client-transports",
[[package]]
name = "jsonrpc-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8609af8f63b626e8e211f52441fcdb6ec54f1a446606b10d5c89ae9bf8a20058"
 "proc-macro-crate",
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "jsonrpc-http-server"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d83d348120edee487c560b7cdd2565055d61cda053aa0d0ef0f8b6a18429048"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "hyper 0.12.35",
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log 0.4.8",
 "net2",
 "parking_lot 0.9.0",
 "unicase 2.6.0",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "jsonrpc-pubsub"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3453625f0f0f5cd6d6776d389d73b7d70fcc98620b7cbb1cbbb1f6a36e95f39a"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "jsonrpc-core",
 "log 0.4.8",
 "parking_lot 0.9.0",
 "serde",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "jsonrpc-server-utils"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b7635e618a0edbbe0d2a2bbbc69874277c49383fcf6c3c0414491cfb517d22"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "bytes 0.4.12",
 "globset",
 "jsonrpc-core",
 "lazy_static",
 "log 0.4.8",
 "tokio 0.1.22",
 "tokio-codec",
 "unicase 2.6.0",
[[package]]
name = "jsonrpc-ws-server"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b34faa167c3ac9705aeecb986c0da6056529f348425dbe0441db60a2c4cc41d1"
dependencies = [
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log 0.4.8",
 "parking_lot 0.9.0",
 "slab",
 "ws",
[[package]]
name = "keccak"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
[[package]]
name = "keccak-hasher"
version = "0.15.2"
Wei Tang's avatar
Wei Tang committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3468207deea1359a0e921591ae9b4c928733d94eb9d6a2eeda994cfd59f42cf8"
dependencies = [
 "hash-db",
 "hash256-std-hasher",
 "tiny-keccak 1.5.0",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "winapi 0.2.8",
 "winapi-build",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

Ashley's avatar
Ashley committed
[[package]]
name = "kv-log-macro"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c54d9f465d530a752e6ebdc217e081a7a614b48cb200f6f0aee21ba6bc9aabb"
Ashley's avatar
Ashley committed
dependencies = [
[[package]]
name = "kvdb"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8396be0e5561ccd1bf7ff0b2007487cdd7a87a056873fe6ea906b35d4dbf7ed8"
dependencies = [
 "parity-bytes",
 "parity-util-mem 0.4.1",
 "smallvec 1.2.0",
name = "kvdb-memorydb"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d25ef14155e418515c4839e9144c839de3506e68946f255a32b7f166095493d"
dependencies = [
 "kvdb",
 "parity-util-mem 0.4.1",
 "parking_lot 0.9.0",
]

[[package]]
name = "kvdb-rocksdb"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af488cc16c3801705c8d681c3a32c8faa8fafc7fb5309dee0f573f3c6a19d395"
dependencies = [
 "fs-swap",
 "interleaved-ordered",
 "kvdb",
 "log 0.4.8",
 "num_cpus",
 "owning_ref",
 "parity-util-mem 0.4.1",
 "parking_lot 0.9.0",
 "regex",
 "rocksdb",
 "smallvec 1.2.0",
[[package]]
name = "kvdb-web"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37a0e36637fb86454de401e7cb88f40eb0ad1b9bcee837d46785e7c451f1ebf4"
dependencies = [
 "futures 0.3.1",
 "js-sys",
 "kvdb",
 "kvdb-memorydb",
 "log 0.4.8",
 "parity-util-mem 0.4.1",
 "send_wrapper 0.3.0",
 "wasm-bindgen",
 "web-sys",
[[package]]
name = "language-tags"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
[[package]]
name = "lazy_static"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

[[package]]
name = "lazycell"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
Maciej Hirsz's avatar
Maciej Hirsz committed
[[package]]
Maciej Hirsz's avatar
Maciej Hirsz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
[[package]]
David Craven's avatar
David Craven committed
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
 "cc",
 "winapi 0.3.8",

[[package]]
name = "libp2p"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f84847789ab24b3fc5971a68656ac85886df640986d9ce3264c0327694eae471"
dependencies = [
 "bytes 0.5.4",
 "futures 0.3.1",
 "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-secio",
 "libp2p-swarm",
 "libp2p-tcp",
 "libp2p-uds",
 "libp2p-wasm-ext",
 "libp2p-websocket",
 "libp2p-yamux",
 "parity-multiaddr 0.7.1",
 "parity-multihash 0.2.1",
 "parking_lot 0.10.0",
 "pin-project",
 "smallvec 1.2.0",
 "wasm-timer",
[[package]]
name = "libp2p-core"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbafb2706b8082233f66dc13e196f9cf9b4c229f2cd7c96b2b16617ad6ee330b"
dependencies = [
 "asn1_der",
 "bs58 0.3.0",
 "ed25519-dalek",
 "fnv",
 "futures 0.3.1",
 "futures-timer 2.0.2",
 "lazy_static",
 "libsecp256k1",
 "log 0.4.8",
 "multistream-select",
 "parity-multiaddr 0.7.1",
 "parity-multihash 0.2.1",
 "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 0.3.0",
 "untrusted",
 "void",
 "zeroize 1.1.0",
[[package]]
name = "libp2p-core-derive"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c320266be0a7760e23484d635acdb83844b2d74d3612d93b41c393c9bcf004e"
dependencies = [
 "quote 1.0.2",
 "syn",
[[package]]
name = "libp2p-deflate"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be32697b42d040b325c3737f827ea04ede569ec956b7807700dd8d89d8210f9"
dependencies = [
 "flate2",
 "futures 0.3.1",
 "libp2p-core",
[[package]]
name = "libp2p-dns"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f11c979b882f25d85726b15637d5bbc722dfa1be576605c54e99b8cf56906be3"
dependencies = [
 "futures 0.3.1",
 "libp2p-core",
 "log 0.4.8",
]

[[package]]
name = "libp2p-floodsub"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bdf6fba9272ad47dde94bade89540fdb16e24ae9ff7fb714c1c80a035165f28"
dependencies = [
 "bs58 0.3.0",
 "cuckoofilter",
 "fnv",
 "futures 0.3.1",
 "libp2p-core",
 "libp2p-swarm",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "smallvec 1.2.0",
name = "libp2p-gossipsub"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e6ecd058bf769d27ebec530544b081e08b0a1088e3186da8cc58d59915784d0"
dependencies = [
 "base64 0.11.0",
 "bs58 0.3.0",
 "byteorder 1.3.2",
 "bytes 0.5.4",
 "fnv",
 "futures 0.3.1",
 "futures_codec",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.8",
 "lru 0.4.3",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sha2",
 "smallvec 1.2.0",
 "unsigned-varint 0.3.0",
 "wasm-timer",
[[package]]
name = "libp2p-identify"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d1a6261b804111c2dbf53f8ca03f66edc5ad1c29b78a61cf0cc5354052e28e9"
dependencies = [
 "futures 0.3.1",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.8",
 "prost",
 "prost-build",
 "smallvec 1.2.0",
 "wasm-timer",
[[package]]
name = "libp2p-kad"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c6ea6fece0d99599afb1b2082ca8937944cdd6b0946a88d54cb3ae7a38d1253"
dependencies = [
 "arrayvec 0.5.1",
 "bytes 0.5.4",
 "either",
 "fnv",
 "futures 0.3.1",
 "futures_codec",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.8",
 "parity-multihash 0.2.1",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sha2",
 "smallvec 1.2.0",
 "uint",
 "unsigned-varint 0.3.0",
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-mdns"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "074312353355df310affa105ec71b16fd7e52f5c6ae61d3dcbb3e79e8fdc9e5f"
dependencies = [
 "async-std",
 "data-encoding",
 "dns-parser",
 "either",
 "futures 0.3.1",
 "lazy_static",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.8",
 "net2",
 "rand 0.7.3",
 "smallvec 1.2.0",
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-mplex"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89d0b44dfdef80cc2be4b42d127de1c793905eca2459415a5c57d6b4fbd8ec30"
dependencies = [
 "bytes 0.5.4",
 "fnv",
 "futures 0.3.1",
 "futures_codec",
 "libp2p-core",
 "log 0.4.8",
 "parking_lot 0.10.0",
 "unsigned-varint 0.3.0",
[[package]]
name = "libp2p-noise"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0845e8208d814cd41c26c90a6a2f2b720c31b588209cecc49a44c881a09f417f"
dependencies = [
 "curve25519-dalek 1.2.3",
 "futures 0.3.1",
 "lazy_static",
 "libp2p-core",
 "log 0.4.8",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "ring",
 "snow",
 "x25519-dalek",
 "zeroize 1.1.0",
[[package]]
name = "libp2p-ping"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16ecced2949ae93b6ff29565303ecd1bef15c4e4efb689033ee744922561a36b"
dependencies = [
 "futures 0.3.1",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.8",
 "rand 0.7.3",
 "void",
 "wasm-timer",
name = "libp2p-plaintext"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195fda6b6a948a242fd30570e0e3418ae8e0a20055ea75d45458e1079a8efb05"
dependencies = [
 "bytes 0.5.4",
 "futures 0.3.1",
 "futures_codec",
 "libp2p-core",
 "log 0.4.8",
 "prost",
 "prost-build",
 "rw-stream-sink",
 "unsigned-varint 0.3.0",
 "void",
]

[[package]]
name = "libp2p-secio"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ceef68ca377b264f84d64c88739a8fa118b5db1e8f18297351dff75314504a5f"
dependencies = [
 "aes-ctr",
 "ctr",
 "futures 0.3.1",
 "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",
Roman Borschel's avatar
Roman Borschel committed
[[package]]
name = "libp2p-swarm"
version = "0.5.0"
Roman Borschel's avatar
Roman Borschel committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14ea00be81bc3985e36abad263ce2ad1b6aeb862aa743563eb70ad42880c05ae"
Roman Borschel's avatar
Roman Borschel committed
dependencies = [
 "futures 0.3.1",
 "libp2p-core",
 "log 0.4.8",
 "smallvec 1.2.0",
 "void",
 "wasm-timer",
[[package]]
name = "libp2p-tcp"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e65ef381570df31cb047dfbc11483ab0fe7e6abbdcf2bdc2c60b5d11133d241"
 "async-std",
 "futures 0.3.1",
 "futures-timer 2.0.2",
 "get_if_addrs",
 "ipnet",
 "libp2p-core",
 "log 0.4.8",
[[package]]
name = "libp2p-uds"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e4f4f7989b35f33d4b9738aab2f031310eb20fec513cab44d12b1bc985a8074"
dependencies = [
 "async-std",
 "futures 0.3.1",
 "libp2p-core",
 "log 0.4.8",
[[package]]
name = "libp2p-wasm-ext"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b4d457adb91a5e2212343218a554394cd8ced64a79fb8e36e7aed2a16d49495"
dependencies = [
 "futures 0.3.1",
 "js-sys",
 "libp2p-core",
 "parity-send-wrapper",
 "wasm-bindgen",
 "wasm-bindgen-futures",
[[package]]
name = "libp2p-websocket"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bba425f2af1fdb7dece88b9ae05ca9430dfb0b72b2c078e73ded6f1556084509"
 "async-tls",
 "bytes 0.5.4",
 "either",
 "futures 0.3.1",
 "libp2p-core",
 "log 0.4.8",
 "quicksink",
 "rustls",
 "rw-stream-sink",
 "soketto",
 "url 2.1.1",
 "webpki",
 "webpki-roots 0.18.0",
[[package]]
name = "libp2p-yamux"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca25b3aac78a3c93c2a567622abd3cfc16f96f26ae1bf6134f0056203d62d86"
dependencies = [
 "futures 0.3.1",
 "libp2p-core",
 "log 0.4.8",
 "parking_lot 0.10.0",
 "thiserror",
 "yamux",
version = "6.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a0785e816e1e11e7599388a492c61ef80ddc2afc91e313e61662cce537809be"