Skip to content
Snippets Groups Projects
Cargo.lock 251 KiB
Newer Older
[[package]]
name = "itoa"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]]
name = "jobserver"
Demi Obenour's avatar
Demi Obenour committed
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
Gavin Wood's avatar
Gavin Wood committed
 "libc",
[[package]]
name = "js-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1866b355d9c878e5e607473cbe3f63282c0b7aad2db1dbebf55076c686918254"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "wasm-bindgen",
[[package]]
name = "jsonrpc-client-transports"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
dependencies = [
 "derive_more",
 "futures 0.3.16",
 "hyper-tls",
Gavin Wood's avatar
Gavin Wood committed
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "log 0.4.14",
Gavin Wood's avatar
Gavin Wood committed
 "serde",
 "serde_json",
Gavin Wood's avatar
Gavin Wood committed
 "url 1.7.2",
 "websocket",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "jsonrpc-core"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "futures 0.3.16",
 "futures-executor",
 "futures-util",
 "log 0.4.14",
Gavin Wood's avatar
Gavin Wood committed
 "serde",
 "serde_derive",
 "serde_json",
[[package]]
name = "jsonrpc-core-client"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
dependencies = [
 "futures 0.3.16",
Gavin Wood's avatar
Gavin Wood committed
 "jsonrpc-client-transports",
[[package]]
name = "jsonrpc-derive"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"
 "proc-macro-crate 0.1.5",
 "proc-macro2",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "jsonrpc-http-server"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "futures 0.3.16",
Gavin Wood's avatar
Gavin Wood committed
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log 0.4.14",
Gavin Wood's avatar
Gavin Wood committed
 "net2",
 "parking_lot 0.11.1",
 "unicase 2.6.0",
Demi Obenour's avatar
Demi Obenour committed
[[package]]
name = "jsonrpc-ipc-server"
version = "18.0.0"
Demi Obenour's avatar
Demi Obenour committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
Demi Obenour's avatar
Demi Obenour committed
dependencies = [
 "futures 0.3.16",
Demi Obenour's avatar
Demi Obenour committed
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log 0.4.14",
Demi Obenour's avatar
Demi Obenour committed
 "parity-tokio-ipc",
 "parking_lot 0.11.1",
 "tower-service",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "jsonrpc-pubsub"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "futures 0.3.16",
Gavin Wood's avatar
Gavin Wood committed
 "jsonrpc-core",
 "lazy_static",
 "log 0.4.14",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "serde",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]

[[package]]
name = "jsonrpc-server-utils"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "bytes 1.0.1",
 "futures 0.3.16",
Gavin Wood's avatar
Gavin Wood committed
 "globset",
 "jsonrpc-core",
 "lazy_static",
 "log 0.4.14",
 "tokio-stream",
 "tokio-util",
 "unicase 2.6.0",
[[package]]
name = "jsonrpc-ws-server"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"
dependencies = [
 "futures 0.3.16",
Gavin Wood's avatar
Gavin Wood committed
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log 0.4.14",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "slab",
[[package]]
name = "jsonrpsee"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"
dependencies = [
 "jsonrpsee-proc-macros",
 "jsonrpsee-types",
 "jsonrpsee-utils",
 "jsonrpsee-ws-client",
]

[[package]]
name = "jsonrpsee-proc-macros"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d802063f7a3c867456955f9d2f15eb3ee0edb5ec9ec2b5526324756759221c0f"
 "log 0.4.14",
 "proc-macro-crate 1.1.0",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "jsonrpsee-types"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"
 "anyhow",
 "beef",
 "futures-channel",
 "futures-util",
 "log 0.4.14",
 "soketto 0.7.0",
[[package]]
name = "jsonrpsee-utils"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"
dependencies = [
 "arrayvec 0.7.1",
 "beef",
 "jsonrpsee-types",
]

name = "jsonrpsee-ws-client"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"
 "arrayvec 0.7.1",
 "http",
 "log 0.4.14",
 "pin-project 1.0.8",
 "rustls-native-certs",
 "soketto 0.7.0",
 "tokio",
 "tokio-rustls",
 "tokio-util",
[[package]]
name = "keccak"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
[[package]]
name = "keccak-hasher"
version = "0.15.3"
Wei Tang's avatar
Wei Tang committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711adba9940a039f4374fc5724c0a5eaca84a2d558cce62256bfe26f0dbef05e"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "hash-db",
 "hash256-std-hasher",
 "tiny-keccak",
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"
Gavin Wood's avatar
Gavin Wood committed
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "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.7"
Ashley's avatar
Ashley committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
Ashley's avatar
Ashley committed
dependencies = [
 "log 0.4.14",
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512"
 "parity-util-mem",
 "smallvec 1.7.0",
[[package]]
name = "kvdb-memorydb"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3b6b85fc643f5acd0bffb2cc8a6d150209379267af0d41db72170021841f9f5"
 "kvdb",
 "parity-util-mem",
 "parking_lot 0.11.1",
]

[[package]]
name = "kvdb-rocksdb"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "fs-swap",
 "log 0.4.14",
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",
 "smallvec 1.7.0",
[[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"
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.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013"
version = "0.12.24+1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddbd6021eef06fb289a8f54b3c2acfdd85ff2a585dfbb24b8576325373d2152c"
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",
[[package]]
name = "libloading"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
dependencies = [
 "cfg-if 1.0.0",
 "winapi 0.3.9",
]

[[package]]
name = "libloading"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
dependencies = [
 "cfg-if 1.0.0",
 "winapi 0.3.9",
]

version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
[[package]]
name = "libp2p"
Roman's avatar
Roman committed
version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"
dependencies = [
 "bytes 1.0.1",
 "lazy_static",
 "libp2p-core",
 "libp2p-deflate",
 "libp2p-dns",
 "libp2p-floodsub",
 "libp2p-gossipsub",
 "libp2p-identify",
 "libp2p-kad",
 "libp2p-mdns",
Roman's avatar
Roman committed
 "libp2p-metrics",
 "libp2p-mplex",
 "libp2p-ping",
 "libp2p-plaintext",
 "libp2p-pnet",
 "libp2p-relay",
Roman's avatar
Roman committed
 "libp2p-rendezvous",
 "libp2p-request-response",
 "libp2p-swarm",
 "libp2p-swarm-derive",
 "libp2p-tcp",
 "libp2p-uds",
 "libp2p-wasm-ext",
 "libp2p-websocket",
 "libp2p-yamux",
 "parking_lot 0.11.1",
 "pin-project 1.0.8",
 "smallvec 1.7.0",
[[package]]
name = "libp2p-core"
Roman's avatar
Roman committed
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "bef22d9bba1e8bcb7ec300073e6802943fe8abb8190431842262b5f1c30abba1"
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",
Roman's avatar
Roman committed
 "libsecp256k1",
 "log 0.4.14",
 "multiaddr",
 "multihash 0.14.0",
Gavin Wood's avatar
Gavin Wood committed
 "multistream-select",
 "parking_lot 0.11.1",
 "pin-project 1.0.8",
Roman's avatar
Roman committed
 "prost",
 "prost-build",
 "rand 0.8.4",
Gavin Wood's avatar
Gavin Wood committed
 "ring",
 "rw-stream-sink",
 "smallvec 1.7.0",
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"
Roman's avatar
Roman committed
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"
dependencies = [
 "flate2",
[[package]]
name = "libp2p-dns"
Roman's avatar
Roman committed
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"
dependencies = [
 "async-std-resolver",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "log 0.4.14",
 "smallvec 1.7.0",
 "trust-dns-resolver",
[[package]]
name = "libp2p-floodsub"
Roman's avatar
Roman committed
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"
dependencies = [
 "cuckoofilter",
 "fnv",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.14",
Roman's avatar
Roman committed
 "prost",
 "prost-build",
 "rand 0.7.3",
 "smallvec 1.7.0",
]

[[package]]
name = "libp2p-gossipsub"
Roman's avatar
Roman committed
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"
dependencies = [
 "asynchronous-codec 0.6.0",
 "base64 0.13.0",
 "byteorder",
 "bytes 1.0.1",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.14",
Roman's avatar
Roman committed
 "prost",
 "prost-build",
 "rand 0.7.3",
 "smallvec 1.7.0",
 "unsigned-varint 0.7.0",
[[package]]
name = "libp2p-identify"
Roman's avatar
Roman committed
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.14",
Roman's avatar
Roman committed
 "lru 0.6.6",
 "prost",
 "prost-build",
 "smallvec 1.7.0",
Gavin Wood's avatar
Gavin Wood committed
 "wasm-timer",
[[package]]
name = "libp2p-kad"
Roman's avatar
Roman committed
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"
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",
 "log 0.4.14",
Roman's avatar
Roman committed
 "prost",
 "prost-build",
Gavin Wood's avatar
Gavin Wood committed
 "rand 0.7.3",
 "smallvec 1.7.0",
 "unsigned-varint 0.7.0",
Gavin Wood's avatar
Gavin Wood committed
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-mdns"
Roman's avatar
Roman committed
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"
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",
 "log 0.4.14",
 "rand 0.8.4",
 "smallvec 1.7.0",
 "socket2 0.4.0",
Gavin Wood's avatar
Gavin Wood committed
 "void",
Roman's avatar
Roman committed
[[package]]
name = "libp2p-metrics"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"
dependencies = [
 "libp2p-core",
 "libp2p-identify",
 "libp2p-kad",
 "libp2p-ping",
 "libp2p-swarm",
 "open-metrics-client",
]

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

[[package]]
name = "libp2p-ping"
Roman's avatar
Roman committed
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"
dependencies = [
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.14",
 "rand 0.7.3",
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-plaintext"
Roman's avatar
Roman committed
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"
dependencies = [
 "asynchronous-codec 0.6.0",
 "bytes 1.0.1",
 "libp2p-core",
 "log 0.4.14",
Roman's avatar
Roman committed
 "prost",
 "prost-build",
 "unsigned-varint 0.7.0",
 "void",
]

[[package]]
name = "libp2p-pnet"
Roman's avatar
Roman committed
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"
dependencies = [
 "log 0.4.14",
 "pin-project 1.0.8",
Gavin Wood's avatar
Gavin Wood committed
 "rand 0.7.3",
[[package]]
name = "libp2p-relay"
Roman's avatar
Roman committed
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"
dependencies = [
 "asynchronous-codec 0.6.0",
 "bytes 1.0.1",
 "futures-timer 3.0.2",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.14",
 "pin-project 1.0.8",
Roman's avatar
Roman committed
 "prost",
 "prost-build",
 "rand 0.7.3",
 "smallvec 1.7.0",
 "unsigned-varint 0.7.0",
 "void",
 "wasm-timer",
]

Roman's avatar
Roman committed
[[package]]
name = "libp2p-rendezvous"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"
dependencies = [
 "asynchronous-codec 0.6.0",
 "bimap",
 "futures 0.3.16",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.14",
 "prost",
 "prost-build",
 "rand 0.8.4",
 "sha2 0.9.8",
 "thiserror",
 "unsigned-varint 0.7.0",
 "void",
 "wasm-timer",
]

name = "libp2p-request-response"
Roman's avatar
Roman committed
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"
dependencies = [
 "async-trait",
 "bytes 1.0.1",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.14",
Roman's avatar
Roman committed
 "lru 0.7.0",
 "smallvec 1.7.0",
 "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"
Roman's avatar
Roman committed
version = "0.31.0"
Roman Borschel's avatar
Roman Borschel committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"
Roman Borschel's avatar
Roman Borschel committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "log 0.4.14",
Roman Borschel's avatar
Roman Borschel committed
 "rand 0.7.3",
 "smallvec 1.7.0",
Gavin Wood's avatar
Gavin Wood committed
 "void",
 "wasm-timer",
[[package]]
name = "libp2p-swarm-derive"
Roman's avatar
Roman committed
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"
dependencies = [
 "quote",
 "syn",
]

name = "libp2p-tcp"
Roman's avatar
Roman committed
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"
 "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",
 "log 0.4.14",
 "socket2 0.4.0",
[[package]]
name = "libp2p-uds"
Roman's avatar
Roman committed
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"
dependencies = [
 "async-std",
 "libp2p-core",
 "log 0.4.14",
[[package]]
name = "libp2p-wasm-ext"
Roman's avatar
Roman committed
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "js-sys",
 "libp2p-core",
 "parity-send-wrapper",
 "wasm-bindgen",
 "wasm-bindgen-futures",
[[package]]
name = "libp2p-websocket"
Roman's avatar
Roman committed
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"
Gavin Wood's avatar
Gavin Wood committed
 "either",
 "futures-rustls",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "log 0.4.14",
Gavin Wood's avatar
Gavin Wood committed
 "quicksink",
 "rw-stream-sink",
Roman's avatar
Roman committed
 "soketto 0.7.0",
 "webpki-roots",
[[package]]
name = "libp2p-yamux"
Roman's avatar
Roman committed
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Roman's avatar
Roman committed
checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "thiserror",
 "yamux",
version = "6.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c309a9d2470844aceb9a4a098cf5286154d20596868b75a6b36357d2bb9ca25d"
Gavin Wood's avatar
Gavin Wood committed
 "bindgen",
 "cc",
 "glob",
Gavin Wood's avatar
Gavin Wood committed
 "libc",
Andreas Doerr's avatar
Andreas Doerr committed
[[package]]
name = "libsecp256k1"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"
dependencies = [
 "arrayref",
 "base64 0.13.0",
 "digest 0.9.0",
Roman's avatar
Roman committed
 "libsecp256k1-core",
 "libsecp256k1-gen-ecmult",
 "libsecp256k1-gen-genmult",
Andreas Doerr's avatar
Andreas Doerr committed
 "rand 0.8.4",
 "serde",
Andreas Doerr's avatar
Andreas Doerr committed
]

[[package]]
name = "libsecp256k1-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"
dependencies = [
 "crunchy",
 "digest 0.9.0",
Andreas Doerr's avatar
Andreas Doerr committed
]

[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
dependencies = [
Roman's avatar
Roman committed
 "libsecp256k1-core",
Andreas Doerr's avatar
Andreas Doerr committed
]

[[package]]
name = "libsecp256k1-gen-genmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
dependencies = [
Roman's avatar
Roman committed
 "libsecp256k1-core",
[[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",
Gavin Wood's avatar
Gavin Wood committed
 "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 = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"
[[package]]
name = "linux-raw-sys"
version = "0.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "687387ff42ec7ea4f2149035a5675fedb675d26f98db90a1846ac63d3addb5f5"

[[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"