Skip to content
Cargo.lock 235 KiB
Newer Older
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-kad"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "456f5de8e283d7800ca848b9b9a4e2a578b790bd8ae582b885e831353cf0e5df"
dependencies = [
 "arrayvec 0.5.2",
 "asynchronous-codec",
 "bytes 1.0.1",
 "either",
 "fnv",
 "futures 0.3.12",
 "libp2p-core",
 "libp2p-swarm",
 "prost-build",
 "rand 0.7.3",
 "sha2 0.9.2",
 "smallvec 1.6.1",
 "uint",
 "unsigned-varint 0.6.0",
 "void",
 "wasm-timer",
]

[[package]]
name = "libp2p-mdns"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b974db63233fc0e199f4ede7794294aae285c96f4b6010f853eac4099ef08590"
dependencies = [
 "data-encoding",
 "dns-parser",
 "futures 0.3.12",
 "lazy_static",
 "libp2p-core",
 "libp2p-swarm",
 "rand 0.7.3",
 "smallvec 1.6.1",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-mplex"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2705dc94b01ab9e3779b42a09bbf3712e637ed213e875c30face247291a85af0"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "asynchronous-codec",
 "bytes 1.0.1",
 "futures 0.3.12",
 "libp2p-core",
 "nohash-hasher",
 "parking_lot 0.11.1",
 "rand 0.7.3",
 "smallvec 1.6.1",
[[package]]
name = "libp2p-noise"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4aca322b52a0c5136142a7c3971446fb1e9964923a526c9cc6ef3b7c94e57778"
 "curve25519-dalek 3.0.0",
 "futures 0.3.12",
 "lazy_static",
 "libp2p-core",
 "prost-build",
 "rand 0.7.3",
 "sha2 0.9.2",
 "snow",
 "static_assertions",
 "x25519-dalek 1.1.0",
 "zeroize",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-ping"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f3813276d0708c8db0f500d8beda1bda9ad955723b9cb272c41f4727256f73c"
dependencies = [
 "futures 0.3.12",
 "libp2p-core",
 "libp2p-swarm",
 "rand 0.7.3",
 "void",
 "wasm-timer",
[[package]]
name = "libp2p-plaintext"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e8c1ec305c9949351925cdc7196b9570f4330477f5e47fbf5bb340b57e26ed"
dependencies = [
 "asynchronous-codec",
 "bytes 1.0.1",
 "futures 0.3.12",
 "libp2p-core",
 "prost-build",
 "void",
]

[[package]]
name = "libp2p-pnet"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599"
dependencies = [
 "futures 0.3.12",
 "pin-project 1.0.4",
 "rand 0.7.3",
 "salsa20",
]

[[package]]
name = "libp2p-request-response"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d37637a4b33b5390322ccc068a33897d0aa541daf4fec99f6a7efbf37295346e"
dependencies = [
 "async-trait",
 "futures 0.3.12",
 "libp2p-core",
 "libp2p-swarm",
 "smallvec 1.6.1",
[[package]]
name = "libp2p-swarm"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ea8c69839a0e593c8c6a24282cb234d48ac37be4153183f4914e00f5303e75"
dependencies = [
 "futures 0.3.12",
 "libp2p-core",
 "smallvec 1.6.1",
 "void",
 "wasm-timer",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "libp2p-tcp"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dbd3d7076a478ac5a6aca55e74bdc250ac539b95de09b9d09915e0b8d01a6b2"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.3.12",
 "futures-timer 3.0.2",
 "libp2p-core",
[[package]]
name = "libp2p-uds"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80ac51ce419f60be966e02103c17f67ff5dc4422ba83ba54d251d6c62a4ed487"
dependencies = [
 "async-std",
 "futures 0.3.12",
 "libp2p-core",
[[package]]
name = "libp2p-wasm-ext"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6149c46cb76935c80bc8be6ec6e3ebd5f5e1679765a255fb34331d54610f15dd"
dependencies = [
 "futures 0.3.12",
 "js-sys",
 "libp2p-core",
 "parity-send-wrapper",
 "wasm-bindgen",
 "wasm-bindgen-futures",
[[package]]
name = "libp2p-websocket"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3b1c6a3431045da8b925ed83384e4c5163e14b990572307fca9c507435d4d22"
 "either",
 "futures 0.3.12",
 "libp2p-core",
 "quicksink",
 "rw-stream-sink",
 "soketto",
 "webpki-roots",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "libp2p-yamux"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490b8b27fc40fe35212df1b6a3d14bffaa4117cbff956fdc2892168a371102ad"
dependencies = [
 "futures 0.3.12",
 "libp2p-core",
 "parking_lot 0.11.1",
 "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 = "eb5b56f651c204634b936be2f92dbb42c36867e00ff7fe2405591f3b9fa66f09"
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 = [
 "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",
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d0ad4b5cc8385a881c561fac3501353d63d2a2b7a357b5064d71815c9a92724"
 "nalgebra",
 "statrs",
[[package]]
name = "lock_api"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
 "scopeguard",
[[package]]
name = "lock_api"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
dependencies = [
 "scopeguard",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "log"
version = "0.4.13"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "cfg-if 0.1.10",
[[package]]
name = "loom"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed"
dependencies = [
 "cfg-if 0.1.10",
 "generator",
 "scoped-tls",
 "serde",
 "serde_json",
]

[[package]]
name = "lru"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3aae342b73d57ad0b8b364bd12584819f2c1fe9114285dfcf8b0722607671635"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "mach"
version = "0.3.2"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
[[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"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "matrixmultiply"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4f7ec66360130972f34830bfad9ef05c6610a43938a467bcc9ab9369ab3478f"
 "rawpointer",
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "memchr"
version = "2.3.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
asynchronous rob's avatar
asynchronous rob 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",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "memoffset"
version = "0.5.5"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
dependencies = [
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "memory-db"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cbd2a22f201c03cc1706a727842490abfea17b7b53260358239828208daba3c"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hash-db",
 "parity-util-mem",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "memory_units"
version = "0.3.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "memrange"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc29ba65898edc4fdc252cb31cd3925f37c1a8ba25bb46eec883569984976530"
 "rustc-serialize",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "merlin"
version = "2.0.0"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6feca46f4fa3443a01769d768727f10c10a20fdb65e52dc16a81f0c8269bb78"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "byteorder",
 "keccak",
 "rand_core 0.5.1",
 "zeroize",
[[package]]
name = "metered-channel"
version = "0.1.0"
dependencies = [
 "assert_matches",
 "futures 0.3.12",
 "futures-timer 3.0.2",
]

[[package]]
name = "mick-jaeger"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df"
dependencies = [
 "futures 0.3.12",
[[package]]
name = "minicbor"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0164190d1771b1458c3742075b057ed55d25cd9dfb930aade99315a1eb1fe12d"
dependencies = [
 "minicbor-derive",
]

[[package]]
name = "minicbor-derive"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e071b3159835ee91df62dbdbfdd7ec366b7ea77c838f43aff4acda6b61bcfb9"
 "proc-macro2 1.0.24",
[[package]]
name = "miniz_oxide"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
dependencies = [
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "mio"
version = "0.6.22"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "cfg-if 0.1.10",
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "libc",
Gavin Wood's avatar
Gavin Wood committed
 "miow 0.2.1",
 "net2",
 "slab",
 "winapi 0.2.8",
[[package]]
name = "mio-extras"
Gavin Wood's avatar
Gavin Wood committed
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
 "lazycell",
 "mio",
 "slab",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "mio-named-pipes"
version = "0.1.7"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "mio",
 "miow 0.3.5",
 "winapi 0.3.9",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "mio-uds"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
 "iovec",
 "libc",
 "mio",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "kernel32-sys",
 "net2",
 "winapi 0.2.8",
 "ws2_32-sys",
Gavin Wood's avatar
Gavin Wood 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",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "more-asserts"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb63389ee5fcd4df3f8727600f4a0c3df53c541f0ed4e8b50a9ae51a80fc1efe"
 "digest 0.9.0",
 "generic-array 0.14.4",
 "multihash-derive",
 "sha2 0.9.2",
]

[[package]]
name = "multihash-derive"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f5653449cd45d502a53480ee08d7a599e8f4893d2bacb33c63d65bc20af6c1a"
dependencies = [
 "proc-macro-crate",
 "proc-macro-error",
 "proc-macro2 1.0.24",
 "quote 1.0.7",
 "synstructure",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "multimap"
version = "0.8.1"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "multistream-select"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840"
dependencies = [
 "futures 0.3.12",
 "pin-project 1.0.4",
 "smallvec 1.6.1",
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6b6147c3d50b4f3cdabfe2ecc94a0191fd3d6ad58aefd9664cf396285883486"
 "approx",
 "generic-array 0.13.2",
 "matrixmultiply",
 "num-complex",
 "num-rational",
 "num-traits 0.2.14",
 "rand 0.7.3",
 "rand_distr",
 "simba",
 "typenum",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "names"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "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",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "net2"
version = "0.2.34"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "cfg-if 0.1.10",
 "winapi 0.3.9",
[[package]]
name = "nix"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f"
 "bitflags",
 "bytes 0.4.12",
 "cfg-if 0.1.10",
 "gcc",
 "libc",
 "void",
[[package]]
name = "nix"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
dependencies = [
 "bitflags",
 "cc",
 "cfg-if 1.0.0",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
version = "5.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
dependencies = [
 "memchr",
 "version_check",
[[package]]
name = "num-bigint"
Gavin Wood's avatar
Gavin Wood committed
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
 "num-integer",
 "num-traits 0.2.14",
[[package]]
name = "num-complex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
 "num-traits 0.2.14",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "num-integer"
version = "0.1.43"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "num-traits 0.2.14",
[[package]]
name = "num-rational"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
dependencies = [
 "num-bigint",
 "num-integer",
 "num-traits 0.2.14",
[[package]]
name = "num-traits"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
 "num-traits 0.2.14",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "num-traits"
version = "0.2.14"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "num_cpus"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hermit-abi",
 "libc",
[[package]]
name = "object"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cbca9424c482ee628fa549d9c812e2cd22f1180b9222c9200fdfa6eb31aecb2"
[[package]]
name = "object"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
dependencies = [
 "crc32fast",
 "indexmap",
 "wasmparser 0.57.0",
]
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "once_cell"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
dependencies = [
 "parking_lot 0.11.1",
[[package]]
name = "oorandom"
version = "11.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"

[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"

[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
[[package]]
name = "ordered-float"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579"
dependencies = [
 "num-traits 0.2.14",
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
 "winapi 0.3.9",
]

[[package]]
name = "owning_ref"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
dependencies = [
 "stable_deref_trait",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "pallet-authority-discovery"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#4b687dfb4def2b5eee9f5a20629e3fc3563587ee"
 "frame-support",
 "frame-system",
 "pallet-session",
 "parity-scale-codec",
 "serde",
 "sp-application-crypto",
 "sp-authority-discovery",
 "sp-runtime",
 "sp-std",
[[package]]
name = "pallet-authorship"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#4b687dfb4def2b5eee9f5a20629e3fc3563587ee"
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples 0.2.0",
 "parity-scale-codec",
 "sp-authorship",
 "sp-inherents",
 "sp-runtime",
 "sp-std",
name = "pallet-babe"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#4b687dfb4def2b5eee9f5a20629e3fc3563587ee"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-session",
 "pallet-timestamp",
 "parity-scale-codec",
 "serde",
 "sp-application-crypto",
 "sp-consensus-babe",
 "sp-consensus-vrf",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-staking",
 "sp-std",
 "sp-timestamp",
name = "pallet-balances"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#4b687dfb4def2b5eee9f5a20629e3fc3563587ee"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-bounties"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#4b687dfb4def2b5eee9f5a20629e3fc3563587ee"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "pallet-treasury",
 "parity-scale-codec",
 "serde",
 "sp-runtime",
 "sp-std",
name = "pallet-collective"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate?branch=master#4b687dfb4def2b5eee9f5a20629e3fc3563587ee"
dependencies = [
André Silva's avatar
André Silva committed
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
name = "pallet-democracy"
version = "2.0.1"