Cargo.lock 214 KiB
Newer Older
dependencies = [
 "bytes 0.4.12",
 "fnv",
 "itoa",
[[package]]
name = "http"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
dependencies = [
 "bytes 0.5.5",
 "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",
[[package]]
name = "http-body"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
dependencies = [
 "bytes 0.5.5",
 "http 0.2.1",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "httparse"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"

[[package]]
name = "humantime"
Gavin Wood's avatar
Gavin Wood committed
version = "1.3.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
 "quick-error",
asynchronous rob's avatar
asynchronous rob committed

version = "0.12.35"
asynchronous rob's avatar
asynchronous rob 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.10",
 "tokio-io",
 "tokio-reactor",
 "tokio-tcp",
 "tokio-threadpool",
 "tokio-timer",
 "want 0.2.0",
[[package]]
name = "hyper"
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6e7655b9594024ad0ee439f3b5a7299369dc2a3f459b47c696f9ff676f9aa1f"
dependencies = [
 "bytes 0.5.5",
 "futures-channel",
 "futures-core",
 "futures-util",
 "h2 0.2.5",
 "http 0.2.1",
 "http-body 0.3.1",
 "httparse",
 "itoa",
 "log 0.4.8",
 "pin-project",
 "tokio 0.2.21",
 "tower-service",
 "want 0.3.0",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
Gavin Wood's avatar
Gavin Wood committed
name = "hyper-rustls"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "bytes 0.5.5",
 "ct-logs",
 "futures-util",
 "hyper 0.13.6",
 "log 0.4.8",
 "rustls-native-certs",
 "tokio 0.2.21",
 "tokio-rustls",
 "webpki",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "idna"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
asynchronous rob's avatar
asynchronous rob committed
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",
[[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",
[[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.1"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f"
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.18",
 "quote 1.0.7",
 "syn 1.0.33",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "indexmap"
version = "1.4.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe"
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

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"
 "futures 0.3.5",
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 = "ip_network"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ee15951c035f79eddbef745611ec962f63f4558f1dadf98ab723cc603487c6f"

[[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",
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
 "either",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "itoa"
version = "0.4.6"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
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.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4b9172132a62451e56142bff9afc91c8e4a4500aa5b847da36815b63bfda916"
dependencies = [
 "wasm-bindgen",
]

[[package]]
name = "jsonrpc-client-transports"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecbdaacc17243168d9d1fa6b2bd7556a27e1e60a621d8a2a6e590ae2b145d158"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713"
dependencies = [
 "jsonrpc-client-transports",
[[package]]
name = "jsonrpc-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fadf6945e227246825a583514534d864554e9f23d80b3c77d034b10983db5ef"
dependencies = [
 "proc-macro-crate",
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "jsonrpc-http-server"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0da906d682799df05754480dac1b9e70ec92e12c19ebafd2662a5ea1c9fd6522"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hyper 0.12.35",
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log 0.4.8",
 "net2",
 "unicase",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "jsonrpc-ipc-server"
version = "14.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dedccd693325d833963b549e959137f30a7a0ea650cde92feda81dc0c1393cb5"
dependencies = [
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log 0.4.8",
 "parity-tokio-ipc",
 "parking_lot 0.10.2",
 "tokio-service",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "jsonrpc-pubsub"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "jsonrpc-core",
 "log 0.4.8",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "jsonrpc-server-utils"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56cbfb462e7f902e21121d9f0d1c2b77b2c5b642e1a4e8f4ebfa2e15b94402bb"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "903d3109fe7c4acb932b567e1e607e0f524ed04741b09fb0e61841bc40a022fc"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "jsonrpc-core",
 "jsonrpc-server-utils",
 "log 0.4.8",
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"
version = "0.8.19"
 "bitvec",
 "frame-benchmarking",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-benchmarking",
 "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-offences-benchmarking",
 "pallet-proxy",
 "pallet-randomness-collective-flip",
 "pallet-recovery",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-scheduler",
 "pallet-session",
 "pallet-session-benchmarking",
 "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-primitives",
 "polkadot-runtime-common",
 "rustc-hex",
 "serde",
 "serde_derive",
 "serde_json",
 "smallvec 1.4.1",
 "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",
 "static_assertions",
 "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 1.5.0",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "log 0.4.8",
[[package]]
name = "kvdb"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0315ef2f688e33844400b31f11c263f2b3dc21d8b9355c6891c5f185fae43f9a"
dependencies = [
 "parity-util-mem",
 "smallvec 1.4.1",
]

[[package]]
name = "kvdb-memorydb"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73de822b260a3bdfb889dbbb65bb2d473eee2253973d6fa4a5d149a2a4a7c66e"
dependencies = [
 "kvdb",
 "parity-util-mem",
]

[[package]]
name = "kvdb-rocksdb"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c341ef15cfb1f923fa3b5138bfbd2d4813a2c1640b473727a53351c7f0b0fa2"
dependencies = [
 "fs-swap",
 "kvdb",
 "log 0.4.8",
 "num_cpus",
 "owning_ref",
 "parity-util-mem",
 "regex",
 "rocksdb",
 "smallvec 1.4.1",
[[package]]
name = "kvdb-web"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2701a1369d6ea4f1b9f606db46e5e2a4a8e47f22530a07823d653f85ab1f6c34"
 "futures 0.3.5",
 "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.72"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9f8082297d534141b30c8d39e9b1773713ab50fdbe4ff30f750d063b3bfd701"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "libflate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9bac9023e1db29c084f9f8cd9d3852e5e8fddf98fb47c4964a0ea4663d95949"
dependencies = [
 "adler32",
 "crc32fast",
 "libflate_lz77",
[[package]]
name = "libflate_lz77"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3286f09f7d4926fc486334f28d8d2e6ebe4f7f9994494b6dab27ddfad2c9b11b"

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 = [
 "winapi 0.3.9",
[[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"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Cecile Tonglet's avatar
Cecile Tonglet committed
checksum = "0306a49ee6a89468f96089906f36b0eef82c988dcfc8acf3e2dcd6ad1c859f85"
dependencies = [
 "bytes 0.5.5",
 "futures 0.3.5",
 "lazy_static",
 "libp2p-core",
 "libp2p-core-derive",
 "libp2p-dns",
 "libp2p-identify",
 "libp2p-kad",
 "libp2p-mdns",
 "libp2p-mplex",
 "libp2p-noise",
 "libp2p-ping",
 "libp2p-swarm",
 "libp2p-tcp",
 "libp2p-wasm-ext",
 "libp2p-websocket",
 "libp2p-yamux",
 "parity-multiaddr",
 "pin-project",
 "smallvec 1.4.1",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-core"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a694fd76d7c33a45a0e6e1525e9b9b5d11127c9c94e560ac0f8abba54ed80af"
dependencies = [
 "asn1_der",
 "bs58",
 "ed25519-dalek",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "lazy_static",
 "libsecp256k1",
 "log 0.4.8",
 "multistream-select",
 "parity-multiaddr",
 "pin-project",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "ring",
 "rw-stream-sink",
 "sha2 0.8.2",
 "smallvec 1.4.1",
 "thiserror",
 "void",
 "zeroize",
[[package]]
name = "libp2p-core-derive"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "515c4a7cba5d321bb88ed3ed803997bdd5634ce35c9c5e8e9ace9c512e57eceb"
dependencies = [
 "quote 1.0.7",
 "syn 1.0.33",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-dns"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f751924b6b98e350005e0b87a822beb246792a3fb878c684e088f866158120ac"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.3.5",
 "libp2p-core",
 "log 0.4.8",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "libp2p-identify"
version = "0.20.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "912c00a7bf67e0e765daf0cc37e08f675ea26aba3d6d1fbfaee81f19a4c23049"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "futures 0.3.5",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.8",
 "prost",
 "prost-build",
 "smallvec 1.4.1",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-kad"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44ed3a4c8111c570ab2bffb30c6353178d7603ce3787e3c5f2493c8d3d16d1f0"
dependencies = [
 "arrayvec 0.5.1",
 "bytes 0.5.5",
 "either",
 "fnv",
 "futures 0.3.5",
 "futures_codec",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.8",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sha2 0.8.2",
 "smallvec 1.4.1",
 "void",
 "wasm-timer",
]

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

[[package]]
name = "libp2p-mplex"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14ae0ffacd30f073f96cd518b2c9cd2cb18ac27c3d136a4b23cf1af99f33e541"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bytes 0.5.5",
 "futures 0.3.5",
 "futures_codec",
 "libp2p-core",
 "log 0.4.8",
[[package]]
name = "libp2p-noise"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Cecile Tonglet's avatar
Cecile Tonglet committed
checksum = "8f353f8966bbaaf7456535fffd3f366f153148773a0cf04b2ec3860955cb720e"
Cecile Tonglet's avatar
Cecile Tonglet committed
 "bytes 0.5.5",
 "curve25519-dalek",
 "futures 0.3.5",
 "lazy_static",
 "libp2p-core",
 "log 0.4.8",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sha2 0.8.2",
 "snow",
 "static_assertions",
 "x25519-dalek",
 "zeroize",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-ping"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70130cf130e4ba6dc177366e72dd9f86f9e3588fa1a0c4145247e676f16affad"
dependencies = [
 "futures 0.3.5",
 "libp2p-core",
 "libp2p-swarm",
 "log 0.4.8",
 "rand 0.7.3",
 "void",
 "wasm-timer",
[[package]]
name = "libp2p-swarm"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f88d5e2a090a2aadf042cd33484e2f015c6dab212567406a59deece5dedbd133"
dependencies = [
 "futures 0.3.5",
 "libp2p-core",
 "log 0.4.8",
 "smallvec 1.4.1",
 "void",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-tcp"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b1fa2bbad054020cb875546a577a66a65a5bf42eff55ed5265f92ffee3cc052"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "get_if_addrs",
 "ipnet",
 "libp2p-core",
 "log 0.4.8",
[[package]]
name = "libp2p-wasm-ext"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0feb99e32fea20ffb1bbf56a6fb2614bff7325ff44a515728385170b3420d2c3"
dependencies = [
 "futures 0.3.5",
 "js-sys",
 "libp2p-core",
 "parity-send-wrapper",
 "wasm-bindgen",
 "wasm-bindgen-futures",
[[package]]
name = "libp2p-websocket"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "046a5201f6e471f22b22b394e4d084269ed1e28cf7300f7b49874385db84c7bd"
 "async-tls",
 "either",
 "futures 0.3.5",
 "libp2p-core",
 "log 0.4.8",
 "quicksink",
 "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.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46ae9bf2f7d8a4be9c7e9b61df9de9dc1bd66419d669098f22f81f8d9571029a"
dependencies = [
 "futures 0.3.5",
 "libp2p-core",
 "thiserror",
 "yamux",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "librocksdb-sys"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "883213ae3d09bfc3d104aefe94b25ebb183b6f4d3a515b23b14817e1f4854005"
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 0.8.1",
 "hmac-drbg",
 "rand 0.7.3",
 "sha2 0.8.2",
 "subtle 2.2.3",
 "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"
version = "0.5.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
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"