Skip to content
Snippets Groups Projects
Cargo.lock 223 KiB
Newer Older
Gavin Wood's avatar
Gavin Wood committed
 "multistream-select",
 "parity-multiaddr",
 "parking_lot 0.11.1",
 "pin-project 1.0.4",
 "prost",
Gavin Wood's avatar
Gavin Wood committed
 "prost-build",
 "rand 0.7.3",
 "ring",
 "rw-stream-sink",
 "sha2 0.9.3",
 "smallvec 1.6.1",
Gavin Wood's avatar
Gavin Wood committed
 "thiserror",
 "unsigned-varint 0.6.0",
Gavin Wood's avatar
Gavin Wood committed
 "void",
 "zeroize",
[[package]]
name = "libp2p-core-derive"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4bc40943156e42138d22ed3c57ff0e1a147237742715937622a99b10fbe0156"
dependencies = [
[[package]]
name = "libp2p-deflate"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d42eed63305f0420736fa487f9acef720c4528bd7852a6a760f5ccde4813345"
dependencies = [
 "flate2",
[[package]]
name = "libp2p-dns"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5153b6db68fd4baa3b304e377db744dd8fea8ff4e4504509ee636abcde88d3e3"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
[[package]]
name = "libp2p-floodsub"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3c63dfa06581b24b1d12bf9815b43689a784424be217d6545c800c7c75a207f"
dependencies = [
 "cuckoofilter",
 "fnv",
 "libp2p-core",
 "libp2p-swarm",
 "prost-build",
 "rand 0.7.3",
]

[[package]]
name = "libp2p-gossipsub"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12451ba9493e87c91baf2a6dffce9ddf1fbc807a0861532d7cf477954f8ebbee"
dependencies = [
 "asynchronous-codec",
 "base64 0.13.0",
 "byteorder",
 "bytes 1.0.1",
 "libp2p-core",
 "libp2p-swarm",
 "log",
 "prost-build",
 "rand 0.7.3",
 "sha2 0.9.3",
 "smallvec 1.6.1",
 "unsigned-varint 0.6.0",
[[package]]
name = "libp2p-identify"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b40fb36a059b7a8cce1514bd8b546fa612e006c9937caa7f5950cb20021fe91e"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "libp2p-swarm",
Gavin Wood's avatar
Gavin Wood committed
 "prost-build",
Gavin Wood's avatar
Gavin Wood committed
 "wasm-timer",
[[package]]
name = "libp2p-kad"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "456f5de8e283d7800ca848b9b9a4e2a578b790bd8ae582b885e831353cf0e5df"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "arrayvec 0.5.2",
 "asynchronous-codec",
 "bytes 1.0.1",
Gavin Wood's avatar
Gavin Wood committed
 "either",
 "fnv",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "libp2p-swarm",
Gavin Wood's avatar
Gavin Wood committed
 "prost-build",
 "rand 0.7.3",
 "sha2 0.9.3",
 "smallvec 1.6.1",
 "uint",
 "unsigned-varint 0.6.0",
Gavin Wood's avatar
Gavin Wood committed
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-mdns"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b974db63233fc0e199f4ede7794294aae285c96f4b6010f853eac4099ef08590"
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",
Gavin Wood's avatar
Gavin Wood committed
 "rand 0.7.3",
 "socket2",
Gavin Wood's avatar
Gavin Wood committed
 "void",
]

[[package]]
name = "libp2p-mplex"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2705dc94b01ab9e3779b42a09bbf3712e637ed213e875c30face247291a85af0"
dependencies = [
 "asynchronous-codec",
 "bytes 1.0.1",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "nohash-hasher",
 "parking_lot 0.11.1",
 "rand 0.7.3",
 "unsigned-varint 0.6.0",
[[package]]
name = "libp2p-noise"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4aca322b52a0c5136142a7c3971446fb1e9964923a526c9cc6ef3b7c94e57778"
dependencies = [
 "bytes 1.0.1",
 "curve25519-dalek 3.0.2",
 "futures 0.3.12",
 "lazy_static",
 "libp2p-core",
 "log",
 "prost-build",
 "rand 0.7.3",
 "snow",
 "static_assertions",
 "x25519-dalek",
 "zeroize",
]

[[package]]
name = "libp2p-ping"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f3813276d0708c8db0f500d8beda1bda9ad955723b9cb272c41f4727256f73c"
dependencies = [
 "libp2p-core",
 "libp2p-swarm",
 "log",
 "rand 0.7.3",
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-plaintext"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e8c1ec305c9949351925cdc7196b9570f4330477f5e47fbf5bb340b57e26ed"
dependencies = [
 "asynchronous-codec",
 "bytes 1.0.1",
 "libp2p-core",
 "log",
 "prost-build",
 "unsigned-varint 0.6.0",
 "void",
]

[[package]]
name = "libp2p-pnet"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "rand 0.7.3",
name = "libp2p-request-response"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d37637a4b33b5390322ccc068a33897d0aa541daf4fec99f6a7efbf37295346e"
dependencies = [
 "async-trait",
 "bytes 1.0.1",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "libp2p-swarm",
 "minicbor",
 "unsigned-varint 0.6.0",
Gavin Wood's avatar
Gavin Wood committed
 "wasm-timer",
Roman Borschel's avatar
Roman Borschel committed
[[package]]
name = "libp2p-swarm"
Roman Borschel's avatar
Roman Borschel committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4f89ebb4d8953bda12623e9871959fe728dea3bf6eae0421dc9c42dc821e488"
Roman Borschel's avatar
Roman Borschel committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
Roman Borschel's avatar
Roman Borschel committed
 "rand 0.7.3",
Gavin Wood's avatar
Gavin Wood committed
 "void",
 "wasm-timer",
name = "libp2p-tcp"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dbd3d7076a478ac5a6aca55e74bdc250ac539b95de09b9d09915e0b8d01a6b2"
 "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",
[[package]]
name = "libp2p-uds"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80ac51ce419f60be966e02103c17f67ff5dc4422ba83ba54d251d6c62a4ed487"
dependencies = [
 "async-std",
[[package]]
name = "libp2p-wasm-ext"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6149c46cb76935c80bc8be6ec6e3ebd5f5e1679765a255fb34331d54610f15dd"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "js-sys",
 "libp2p-core",
 "parity-send-wrapper",
 "wasm-bindgen",
 "wasm-bindgen-futures",
[[package]]
name = "libp2p-websocket"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3b1c6a3431045da8b925ed83384e4c5163e14b990572307fca9c507435d4d22"
Gavin Wood's avatar
Gavin Wood committed
 "either",
 "futures-rustls",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
Gavin Wood's avatar
Gavin Wood committed
 "quicksink",
 "rw-stream-sink",
 "soketto",
 "url 2.2.0",
 "webpki-roots",
[[package]]
name = "libp2p-yamux"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490b8b27fc40fe35212df1b6a3d14bffaa4117cbff956fdc2892168a371102ad"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "thiserror",
 "yamux",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb5b56f651c204634b936be2f92dbb42c36867e00ff7fe2405591f3b9fa66f09"
Gavin Wood's avatar
Gavin Wood committed
 "bindgen",
 "cc",
 "glob",
Gavin Wood's avatar
Gavin Wood committed
 "libc",
[[package]]
name = "libsecp256k1"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "arrayref",
 "crunchy",
 "digest 0.8.1",
Gavin Wood's avatar
Gavin Wood committed
 "hmac-drbg",
 "rand 0.7.3",
 "sha2 0.8.2",
Gavin Wood's avatar
Gavin Wood committed
 "typenum",
[[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",
 "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 = "0d0ad4b5cc8385a881c561fac3501353d63d2a2b7a357b5064d71815c9a92724"
[[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"
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
[[package]]
name = "lru"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3aae342b73d57ad0b8b364bd12584819f2c1fe9114285dfcf8b0722607671635"
 "hashbrown",
[[package]]
name = "mach"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
Gavin Wood's avatar
Gavin Wood committed
 "libc",
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"

[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
 "regex-automata",
]

[[package]]
name = "matches"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
Tomasz Drwięga's avatar
Tomasz Drwięga committed

[[package]]
name = "matrixmultiply"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "916806ba0031cd542105d916a97c8572e1fa6dd79c9c51e7eb43a09ec2dd84c1"
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "memchr"
version = "2.3.4"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
Tomasz Drwięga's avatar
Tomasz Drwięga committed

[[package]]
name = "memmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
dependencies = [
 "libc",
 "winapi 0.3.9",
[[package]]
name = "memmap2"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e73be3b7d04a0123e933fea1d50d126cc7196bbc0362c0ce426694f777194eee"
dependencies = [
 "libc",
]

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "memoffset"
version = "0.5.6"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
dependencies = [
[[package]]
name = "memoffset"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
dependencies = [
 "autocfg",
]

name = "memory-db"
version = "0.26.0"
Wei Tang's avatar
Wei Tang committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "814bbecfc0451fc314eeea34f05bbcd5b98a7ad7af37faee088b86a1e633f1d4"
Gavin Wood's avatar
Gavin Wood committed
 "hash-db",
 "hashbrown",
 "parity-util-mem",
[[package]]
name = "memory_units"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"
[[package]]
name = "merlin"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"
dependencies = [
 "byteorder",
Gavin Wood's avatar
Gavin Wood committed
 "keccak",
 "rand_core 0.5.1",
 "zeroize",
[[package]]
name = "minicbor"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3265a9f5210bb726f81ef9c456ae0aff5321cd95748c0e71889b0e19d8f0332b"
dependencies = [
 "minicbor-derive",
]

[[package]]
name = "minicbor-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "130b9455e28a3f308f6579671816a6f2621e2e0cbf55dc2f886345bef699481e"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "miniz_oxide"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "mio"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "cfg-if 0.1.10",
Gavin Wood's avatar
Gavin Wood committed
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "libc",
Gavin Wood's avatar
Gavin Wood committed
 "net2",
 "slab",
 "winapi 0.2.8",
Maciej Hirsz's avatar
Maciej Hirsz committed
[[package]]
name = "mio-extras"
Maciej Hirsz's avatar
Maciej Hirsz committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
Maciej Hirsz's avatar
Maciej Hirsz committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "lazycell",
Gavin Wood's avatar
Gavin Wood committed
 "mio",
 "slab",
Demi Obenour's avatar
Demi Obenour committed
[[package]]
name = "mio-named-pipes"
version = "0.1.7"
Demi Obenour's avatar
Demi Obenour committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
Demi Obenour's avatar
Demi Obenour committed
dependencies = [
 "log",
 "mio",
 "miow 0.3.6",
 "winapi 0.3.9",
[[package]]
name = "mio-uds"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "iovec",
 "libc",
 "mio",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "miow"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "kernel32-sys",
 "net2",
 "winapi 0.2.8",
 "ws2_32-sys",
Demi Obenour's avatar
Demi Obenour committed
[[package]]
name = "miow"
version = "0.3.6"
Demi Obenour's avatar
Demi Obenour committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
Demi Obenour's avatar
Demi Obenour committed
dependencies = [
 "socket2",
 "winapi 0.3.9",
[[package]]
name = "more-asserts"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"
[[package]]
name = "multibase"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"
dependencies = [
 "base-x",
 "data-encoding",
 "data-encoding-macro",
]

Roman Borschel's avatar
Roman Borschel committed
[[package]]
name = "multihash"
Roman Borschel's avatar
Roman Borschel committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"
Roman Borschel's avatar
Roman Borschel committed
dependencies = [
 "blake2b_simd",
 "blake2s_simd",
 "blake3",
 "digest 0.9.0",
 "generic-array 0.14.4",
 "multihash-derive",
 "unsigned-varint 0.5.1",
[[package]]
name = "multihash-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85ee3c48cb9d9b275ad967a0e96715badc13c6029adb92f34fa17b9ff28fd81f"
dependencies = [
 "proc-macro-crate",
 "proc-macro-error",
 "proc-macro2",
 "quote",
 "syn",
 "synstructure",
]

[[package]]
name = "multimap"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333"
[[package]]
name = "multistream-select"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840"
dependencies = [
 "bytes 1.0.1",
 "pin-project 1.0.4",
 "smallvec 1.6.1",
 "unsigned-varint 0.6.0",
[[package]]
name = "nalgebra"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6b6147c3d50b4f3cdabfe2ecc94a0191fd3d6ad58aefd9664cf396285883486"
dependencies = [
 "approx",
 "generic-array 0.13.2",
 "matrixmultiply",
 "num-complex",
 "num-rational",
 "rand 0.7.3",
 "rand_distr",
 "simba",
[[package]]
name = "names"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"
Gavin Wood's avatar
Gavin Wood committed
 "rand 0.3.23",
[[package]]
name = "nb-connect"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"
dependencies = [
 "libc",
 "winapi 0.3.9",
]

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "net2"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "cfg-if 0.1.10",
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "winapi 0.3.9",
[[package]]
name = "nix"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "bitflags",
 "cc",
Gavin Wood's avatar
Gavin Wood committed
 "libc",
[[package]]
name = "node-bench"
version = "0.8.0"
 "derive_more",
 "fs_extra",
 "hash-db",
 "hex",
 "kvdb-rocksdb",
 "lazy_static",
 "log",
 "node-primitives",
 "node-runtime",
 "parity-util-mem",
 "rand 0.7.3",
 "sc-basic-authorship",
 "sc-cli",
 "sc-client-api",
 "sc-transaction-pool",
 "sp-core",
 "sp-state-machine",
 "sp-transaction-pool",
 "sp-trie",
 "tempfile",
[[package]]
name = "node-browser-testing"
version = "2.0.0"
 "futures-timer 3.0.2",
 "jsonrpc-core",
 "node-cli",
 "sc-rpc-api",
 "serde",
 "serde_json",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "wasm-bindgen-test",
]

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "node-cli"
version = "2.0.0"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "assert_cmd",
Gavin Wood's avatar
Gavin Wood committed
 "frame-benchmarking-cli",
 "frame-support",
 "frame-system",
Gavin Wood's avatar
Gavin Wood committed
 "hex-literal",
Gavin Wood's avatar
Gavin Wood committed
 "nix",
 "node-executor",
 "node-inspect",
 "node-primitives",
 "node-rpc",
 "node-runtime",
 "pallet-authority-discovery",
 "pallet-balances",
 "pallet-contracts",
 "pallet-grandpa",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-im-online",
 "pallet-indices",
 "pallet-staking",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-timestamp",
 "pallet-transaction-payment",
 "parity-scale-codec",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "rand 0.7.3",
Gavin Wood's avatar
Gavin Wood committed
 "sc-authority-discovery",
 "sc-basic-authorship",
 "sc-chain-spec",
 "sc-cli",
 "sc-client-api",
 "sc-client-db",
Gavin Wood's avatar
Gavin Wood committed
 "sc-consensus-babe",
 "sc-consensus-epochs",
Gavin Wood's avatar
Gavin Wood committed
 "sc-finality-grandpa",
 "sc-finality-grandpa-warp-sync",
Gavin Wood's avatar
Gavin Wood committed
 "sc-keystore",
 "sc-network",
 "sc-offchain",
 "sc-rpc",
 "sc-service",
 "sc-service-test",
 "sc-telemetry",
 "sc-tracing",
 "sc-transaction-pool",
 "serde",
Gavin Wood's avatar
Gavin Wood committed
 "sp-authority-discovery",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-core",
 "sp-finality-grandpa",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
 "sp-timestamp",
 "sp-transaction-pool",
Gavin Wood's avatar
Gavin Wood committed
 "structopt",
 "substrate-browser-utils",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-build-script-utils",
 "substrate-frame-cli",
Gavin Wood's avatar
Gavin Wood committed
 "tempfile",
 "wasm-bindgen",
 "wasm-bindgen-futures",
Gav Wood's avatar
Gav Wood committed
]

[[package]]
name = "node-executor"
version = "2.0.0"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "node-primitives",
 "node-runtime",
 "node-testing",
 "pallet-balances",
 "pallet-contracts",
 "pallet-grandpa",
 "pallet-im-online",
 "pallet-indices",
 "pallet-session",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-treasury",
 "parity-scale-codec",
 "sc-executor",
 "sp-application-crypto",
 "sp-consensus-babe",
Gavin Wood's avatar
Gavin Wood committed
 "sp-core",
Gavin Wood's avatar
Gavin Wood committed
 "sp-io",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
 "sp-state-machine",
 "sp-trie",
 "substrate-test-client",
 "trie-root",
[[package]]
name = "node-inspect"
version = "0.8.0"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "sc-cli",
 "sc-client-api",