Skip to content
Snippets Groups Projects
Cargo.lock 215 KiB
Newer Older
 "rand 0.7.3",
 "sha2 0.8.2",
 "snow",
 "static_assertions",
 "x25519-dalek",
 "zeroize",
]

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

[[package]]
name = "libp2p-plaintext"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "903a12e99c72dbebefea258de887982adeacc7025baa1ceb10b7fa9928f54791"
dependencies = [
 "bytes 0.5.6",
 "futures 0.3.5",
 "futures_codec",
 "libp2p-core",
 "log",
 "prost",
 "prost-build",
 "rw-stream-sink",
 "unsigned-varint 0.4.0",
 "void",
]

[[package]]
name = "libp2p-pnet"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d0db10e139d22d7af0b23ed7949449ec86262798aa0fd01595abdbcb02dc87"
dependencies = [
 "futures 0.3.5",
 "pin-project",
Gavin Wood's avatar
Gavin Wood committed
 "rand 0.7.3",
 "salsa20",
 "sha3",
name = "libp2p-request-response"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c0c9e8a4cd69d97e9646c54313d007512f411aba8c5226cfcda16df6a6e84a3"
dependencies = [
 "async-trait",
 "bytes 0.5.6",
 "futures 0.3.5",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "libp2p-swarm",
 "minicbor",
 "smallvec 1.4.1",
 "unsigned-varint 0.5.1",
Gavin Wood's avatar
Gavin Wood committed
 "wasm-timer",
Roman Borschel's avatar
Roman Borschel committed
[[package]]
name = "libp2p-swarm"
version = "0.22.0"
Roman Borschel's avatar
Roman Borschel committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7193e444210132237b81b755ec7fe53f1c4bd2f53cf719729b94c0c72eb6eaa1"
Roman Borschel's avatar
Roman Borschel committed
dependencies = [
 "futures 0.3.5",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
Roman Borschel's avatar
Roman Borschel committed
 "rand 0.7.3",
Bastian Köcher's avatar
Bastian Köcher committed
 "smallvec 1.4.1",
Gavin Wood's avatar
Gavin Wood committed
 "void",
 "wasm-timer",
name = "libp2p-tcp"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44f42ec130d7a37a7e47bf4398026b7ad9185c08ed26972e2720f8b94112796f"
Gavin Wood's avatar
Gavin Wood committed
 "async-std",
 "futures 0.3.5",
 "futures-timer 3.0.2",
Gavin Wood's avatar
Gavin Wood committed
 "get_if_addrs",
 "ipnet",
 "libp2p-core",
[[package]]
name = "libp2p-uds"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dea7acb0a034f70d7db94c300eba3f65c0f6298820105624088a9609c9974d77"
dependencies = [
 "async-std",
 "futures 0.3.5",
 "libp2p-core",
 "log",
]

[[package]]
name = "libp2p-wasm-ext"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34c1faac6f92c21fbe155417957863ea822fba9e9fd5eb24c0912336a100e63f"
dependencies = [
 "futures 0.3.5",
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.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d650534ebd99f48f6fa292ed5db10d30df2444943afde4407ceeddab8e513fca"
Gavin Wood's avatar
Gavin Wood committed
 "async-tls",
 "either",
 "futures 0.3.5",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
Gavin Wood's avatar
Gavin Wood committed
 "quicksink",
 "rustls",
Gavin Wood's avatar
Gavin Wood committed
 "rw-stream-sink",
 "soketto",
 "url 2.1.1",
 "webpki",
 "webpki-roots 0.18.0",
[[package]]
name = "libp2p-yamux"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "781d9b9f043dcdabc40640807125368596b849fd4d96cdca2dcf052fdf6f33fd"
dependencies = [
 "futures 0.3.5",
Gavin Wood's avatar
Gavin Wood committed
 "libp2p-core",
 "parking_lot 0.11.0",
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",
 "subtle 2.2.3",
Gavin Wood's avatar
Gavin Wood committed
 "typenum",
[[package]]
name = "libz-sys"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
[[package]]
name = "linked-hash-map"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
[[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"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9290cf6f928576eeb9c096c6fad9d8d452a0a1a70a2bbffa6e36064eedc0aac9"
dependencies = [
 "failure",
 "nalgebra",
 "statrs",
]

[[package]]
name = "lite-json"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c73e713a23ac6e12074c9e96ef2dfb770921e0cb9244c093bd38424209e0e523"
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.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
dependencies = [
 "scopeguard 0.3.3",
]

[[package]]
name = "lock_api"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
 "scopeguard 1.1.0",
[[package]]
name = "lock_api"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
dependencies = [
 "scopeguard 1.1.0",
]

version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
Gavin Wood's avatar
Gavin Wood committed
 "cfg-if",
Tomasz Drwięga's avatar
Tomasz Drwięga committed

name = "lru"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "0609345ddee5badacf857d4f547e0e5a2e987db77085c24cd887f73573a04237"
 "hashbrown 0.6.3",
]

[[package]]
name = "lru"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35c456c123957de3a220cd03786e0d86aa542a88b46029973b542f426da6ef34"
dependencies = [
 "hashbrown 0.6.3",
[[package]]
name = "lru"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "111b945ac72ec09eb7bc62a0fbdc3cc6e80555a7245f52a69d3921a75b53b153"
dependencies = [
 "hashbrown 0.8.1",
]

[[package]]
name = "lru_time_cache"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adb241df5c4caeb888755363fc95f8a896618dc0d435e9e775f7930cb099beab"

[[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 = "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"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4f7ec66360130972f34830bfad9ef05c6610a43938a467bcc9ab9369ab3478f"
dependencies = [
 "rawpointer",
]

[[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.3"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
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",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "memoffset"
version = "0.5.5"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
dependencies = [
 "autocfg 1.0.0",
name = "memory-db"
Wei Tang's avatar
Wei Tang committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36f36ddb0b2cdc25d38babba472108798e3477f02be5165f038c5e393e50c57a"
Gavin Wood's avatar
Gavin Wood committed
 "hash-db",
 "hashbrown 0.8.1",
 "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"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6feca46f4fa3443a01769d768727f10c10a20fdb65e52dc16a81f0c8269bb78"
dependencies = [
 "byteorder 1.3.4",
Gavin Wood's avatar
Gavin Wood committed
 "keccak",
 "rand_core 0.5.1",
 "zeroize",
[[package]]
name = "minicbor"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fc03ad6f8f548db7194a5ff5a6f96342ecae4e3ef67d2bf18bacc0e245cd041"
dependencies = [
 "minicbor-derive",
]

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

[[package]]
name = "miniz_oxide"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
dependencies = [
 "adler",
]

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "mio"
version = "0.6.22"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "cfg-if",
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "libc",
Demi Obenour's avatar
Demi Obenour committed
 "miow 0.2.1",
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.5",
 "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"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
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"
Roman Borschel's avatar
Roman Borschel committed
[[package]]
name = "multihash"
version = "0.11.2"
Roman Borschel's avatar
Roman Borschel committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f75db05d738947aa5389863aadafbcf2e509d7ba099dc2ddcdf4fc66bf7a9e03"
Roman Borschel's avatar
Roman Borschel committed
dependencies = [
 "blake2b_simd",
 "blake2s_simd",
 "digest 0.8.1",
Roman Borschel's avatar
Roman Borschel committed
 "sha-1",
 "sha2 0.8.2",
Roman Borschel's avatar
Roman Borschel committed
 "sha3",
 "unsigned-varint 0.3.3",
[[package]]
name = "multimap"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce"
[[package]]
name = "multistream-select"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9157e87afbc2ef0d84cc0345423d715f445edde00141c93721c162de35a05e5"
dependencies = [
 "bytes 0.5.6",
 "futures 0.3.5",
Roman Borschel's avatar
Roman Borschel committed
 "pin-project",
Bastian Köcher's avatar
Bastian Köcher committed
 "smallvec 1.4.1",
 "unsigned-varint 0.4.0",
[[package]]
name = "nalgebra"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaa9fddbc34c8c35dd2108515587b8ce0cab396f17977b8c738568e4edb521a2"
dependencies = [
 "alga",
 "approx",
 "generic-array 0.12.3",
 "matrixmultiply",
 "num-complex",
 "num-rational",
[[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",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "net2"
version = "0.2.34"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "cfg-if",
 "libc",
 "winapi 0.3.9",
[[package]]
name = "nix"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "bitflags",
 "cc",
 "cfg-if",
 "libc",
 "void",
[[package]]
name = "node-bench"
version = "0.8.0-rc6"
 "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-finality-tracker",
 "sp-inherents",
 "sp-state-machine",
 "sp-transaction-pool",
 "sp-trie",
 "tempfile",
[[package]]
name = "node-browser-testing"
version = "2.0.0-rc6"
 "futures 0.3.5",
 "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-rc6"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "assert_cmd",
 "frame-benchmarking-cli",
 "frame-support",
 "frame-system",
 "futures 0.3.5",
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.10.2",
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",
 "sc-finality-grandpa",
 "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-finality-tracker",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "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",
 "tracing",
 "wasm-bindgen",
 "wasm-bindgen-futures",
Gav Wood's avatar
Gav Wood committed
]

[[package]]
name = "node-executor"
version = "2.0.0-rc6"
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-core",
Gavin Wood's avatar
Gavin Wood committed
 "sp-io",
 "sp-runtime",
 "sp-state-machine",
 "sp-trie",
 "substrate-test-client",
 "trie-root",
[[package]]
name = "node-inspect"
version = "0.8.0-rc6"
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",
 "sc-service",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "structopt",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "node-primitives"
version = "2.0.0-rc6"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "frame-system",
 "parity-scale-codec",
Gavin Wood's avatar
Gavin Wood committed
 "pretty_assertions",
 "sp-application-crypto",
Gavin Wood's avatar
Gavin Wood committed
 "sp-core",
 "sp-runtime",
 "sp-serializer",
[[package]]
name = "node-rpc"
version = "2.0.0-rc6"
Gavin Wood's avatar
Gavin Wood committed
 "jsonrpc-core",
 "node-primitives",
 "node-runtime",
 "pallet-contracts-rpc",
 "pallet-transaction-payment-rpc",
 "sc-client-api",
Gavin Wood's avatar
Gavin Wood committed
 "sc-consensus-babe",
 "sc-consensus-babe-rpc",
 "sc-consensus-epochs",
 "sc-finality-grandpa",
 "sc-finality-grandpa-rpc",
Gavin Wood's avatar
Gavin Wood committed
 "sc-keystore",
 "sc-rpc",
Gavin Wood's avatar
Gavin Wood committed
 "sp-api",
Xiliang Chen's avatar
Xiliang Chen committed
 "sp-block-builder",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
Gavin Wood's avatar
Gavin Wood committed
 "sp-transaction-pool",
 "substrate-frame-rpc-system",
[[package]]
name = "node-rpc-client"
version = "2.0.0-rc6"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "futures 0.1.29",
 "hyper 0.12.35",
 "jsonrpc-core-client",
Gavin Wood's avatar
Gavin Wood committed
 "node-primitives",
 "sc-rpc",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "node-runtime"
version = "2.0.0-rc6"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "frame-benchmarking",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-benchmarking",
Gavin Wood's avatar
Gavin Wood committed
 "frame-system-rpc-runtime-api",
Gavin Wood's avatar
Gavin Wood committed
 "integer-sqrt",
 "node-primitives",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-collective",
 "pallet-contracts",
 "pallet-contracts-primitives",
 "pallet-contracts-rpc-runtime-api",
 "pallet-democracy",
 "pallet-elections-phragmen",
 "pallet-finality-tracker",
 "pallet-grandpa",
 "pallet-identity",
 "pallet-im-online",
 "pallet-indices",
 "pallet-membership",
 "pallet-multisig",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-offences",
 "pallet-offences-benchmarking",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-proxy",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-randomness-collective-flip",
 "pallet-recovery",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-session",
 "pallet-session-benchmarking",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-society",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-sudo",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "pallet-treasury",
 "pallet-utility",
 "pallet-vesting",
 "parity-scale-codec",
 "serde",
 "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-version",
 "static_assertions",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-wasm-builder-runner",
[[package]]
name = "node-template"
version = "2.0.0-rc6"
 "frame-benchmarking",
 "frame-benchmarking-cli",
Gavin Wood's avatar
Gavin Wood committed
 "node-template-runtime",
 "pallet-transaction-payment-rpc",
Gavin Wood's avatar
Gavin Wood committed
 "sc-basic-authorship",
 "sc-cli",
Gavin Wood's avatar
Gavin Wood committed
 "sc-consensus-aura",
 "sc-executor",
 "sc-finality-grandpa",
Gavin Wood's avatar
Gavin Wood committed
 "sc-service",
 "sc-transaction-pool",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
Gavin Wood's avatar
Gavin Wood committed
 "sp-consensus",
 "sp-consensus-aura",
 "sp-core",
 "sp-finality-grandpa",
 "sp-inherents",
 "sp-runtime",
 "sp-transaction-pool",
 "structopt",
 "substrate-build-script-utils",
 "substrate-frame-rpc-system",
]

[[package]]
name = "node-template-runtime"
version = "2.0.0-rc6"
Gavin Wood's avatar
Gavin Wood committed
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-benchmarking",
 "frame-system-rpc-runtime-api",
Gavin Wood's avatar
Gavin Wood committed
 "pallet-aura",
 "pallet-balances",
 "pallet-grandpa",
 "pallet-randomness-collective-flip",
 "pallet-sudo",
 "pallet-template",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "serde",
 "sp-api",
 "sp-block-builder",
 "sp-consensus-aura",
 "sp-core",
 "sp-inherents",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-std",
 "sp-transaction-pool",
 "sp-version",
 "substrate-wasm-builder-runner",
[[package]]
name = "node-testing"
version = "2.0.0-rc6"
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "frame-system",
 "fs_extra",
 "futures 0.3.5",
Gavin Wood's avatar
Gavin Wood committed
 "node-executor",
 "node-primitives",
 "node-runtime",
 "pallet-balances",
 "pallet-contracts",
 "pallet-grandpa",
 "pallet-indices",