Newer
Older
[[package]]
name = "memrange"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc29ba65898edc4fdc252cb31cd3925f37c1a8ba25bb46eec883569984976530"
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6feca46f4fa3443a01769d768727f10c10a20fdb65e52dc16a81f0c8269bb78"
"byteorder",
"keccak",
"rand_core 0.5.1",
"zeroize",
[[package]]
name = "miniz_oxide"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
"cfg-if",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log 0.4.8",
"net2",
"slab",
"winapi 0.2.8",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
"lazycell",
"log 0.4.8",
"mio",
"slab",
[[package]]
name = "mio-named-pipes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
dependencies = [
"log 0.4.8",
"mio",
"miow 0.3.5",
"winapi 0.3.8",
]
[[package]]
name = "mio-uds"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
[[package]]
name = "miow"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
dependencies = [
"socket2",
"winapi 0.3.8",
]
[[package]]
name = "more-asserts"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"
[[package]]
name = "multihash"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f75db05d738947aa5389863aadafbcf2e509d7ba099dc2ddcdf4fc66bf7a9e03"
dependencies = [
"blake2b_simd",
"blake2s_simd",
"digest",
"sha-1",
"sha2",
"sha3",
"unsigned-varint 0.3.3",
]
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9157e87afbc2ef0d84cc0345423d715f445edde00141c93721c162de35a05e5"
"pin-project",
"smallvec 1.4.0",
"unsigned-varint 0.4.0",
thiolliere
committed
[[package]]
name = "nalgebra"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaa9fddbc34c8c35dd2108515587b8ce0cab396f17977b8c738568e4edb521a2"
thiolliere
committed
dependencies = [
"alga",
"approx",
"generic-array",
"matrixmultiply",
"num-complex",
"num-rational",
thiolliere
committed
]
[[package]]
name = "names"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
"cfg-if",
"libc",
"winapi 0.3.8",
[[package]]
name = "netstat2"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29449d242064c48d3057a194b049a2bdcccadda16faa18a91468677b44e8d422"
dependencies = [
"bitflags",
"byteorder",
"enum-primitive-derive",
"libc",
[[package]]
name = "nix"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f"
dependencies = [
"bitflags",
"bytes 0.4.12",
"cfg-if",
"gcc",
"libc",
"void",
[[package]]
name = "nix"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
"bitflags",
"cc",
"cfg-if",
"libc",
"void",
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
]
[[package]]
name = "ntapi"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a31937dea023539c72ddae0e3571deadc1414b300483fa7aaec176168cfa9d2"
[[package]]
name = "num-bigint"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
thiolliere
committed
[[package]]
name = "num-complex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
thiolliere
committed
dependencies = [
thiolliere
committed
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
[[package]]
name = "num-rational"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
"autocfg 1.0.0",
"num-bigint",
"num-integer",
[[package]]
name = "num-traits"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
[[package]]
name = "object"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5666bbb90bc4d1e5bdcb26c0afda1822d25928341e9384ab187a9b37ab69e36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
dependencies = [
"frame-support",
"frame-system",
"pallet-session",
"parity-scale-codec",
"serde",
"sp-application-crypto",
"sp-authority-discovery",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
dependencies = [
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"parity-scale-codec",
"sp-authorship",
"sp-inherents",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
dependencies = [
"frame-support",
"frame-system",
"pallet-session",
"pallet-timestamp",
"parity-scale-codec",
"serde",
"sp-consensus-babe",
"sp-consensus-vrf",
"sp-inherents",
"sp-io",
"sp-runtime",
"sp-staking",
"sp-std",
"sp-timestamp",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"parity-scale-codec",
"serde",
"sp-finality-tracker",
"sp-inherents",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-support",
"frame-system",
"pallet-finality-tracker",
"pallet-session",
"parity-scale-codec",
"serde",
"sp-application-crypto",
"sp-core",
"sp-finality-grandpa",
"sp-runtime",
[[package]]
name = "pallet-identity"
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"enumflags2",
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-benchmarking",
"frame-support",
"frame-system",
"pallet-authorship",
"pallet-session",
"parity-scale-codec",
"serde",
"sp-application-crypto",
"sp-core",
"sp-io",
"sp-runtime",
"sp-staking",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-core",
"sp-io",
"sp-keyring",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
[[package]]
name = "pallet-multisig"
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
]
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-support",
"frame-system",
"pallet-balances",
"parity-scale-codec",
"serde",
"sp-runtime",
"sp-staking",
"sp-std",
[[package]]
name = "pallet-offences-benchmarking"
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"pallet-babe",
"pallet-balances",
"pallet-grandpa",
"pallet-im-online",
"pallet-offences",
"pallet-session",
"pallet-staking",
"parity-scale-codec",
"sp-runtime",
"sp-staking",
"sp-std",
]
[[package]]
name = "pallet-proxy"
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-core",
"sp-runtime",
"sp-std",
]
name = "pallet-randomness-collective-flip"
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-support",
"frame-system",
"parity-scale-codec",
"safe-mix",
"sp-runtime",
"sp-std",
[[package]]
name = "pallet-recovery"
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"enumflags2",
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
]
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"pallet-timestamp",
"parity-scale-codec",
"serde",
"sp-staking",
"sp-std",
"sp-trie",
[[package]]
name = "pallet-session-benchmarking"
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"pallet-session",
"pallet-staking",
"sp-runtime",
"sp-std",
]
[[package]]
name = "pallet-society"
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-support",
"frame-system",
"parity-scale-codec",
"rand_chacha 0.2.2",
"serde",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-benchmarking",
"frame-support",
"frame-system",
"pallet-authorship",
"pallet-session",
"parity-scale-codec",
"rand_chacha 0.2.2",
"serde",
"sp-application-crypto",
"sp-io",
"sp-runtime",
"sp-staking",
"sp-std",
"static_assertions",
name = "pallet-staking-reward-curve"
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
[[package]]
name = "pallet-sudo"
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-io",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-benchmarking",
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"parity-scale-codec",
"serde",
"sp-inherents",
"sp-runtime",
"sp-std",
"sp-timestamp",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-support",
"frame-system",
"pallet-transaction-payment-rpc-runtime-api",
"parity-scale-codec",
"smallvec 1.4.0",
name = "pallet-transaction-payment-rpc"
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"jsonrpc-core",
"jsonrpc-core-client",
"jsonrpc-derive",
"pallet-transaction-payment-rpc-runtime-api",
"parity-scale-codec",
"serde",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-rpc",
"sp-runtime",
name = "pallet-transaction-payment-rpc-runtime-api"
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-support",
"parity-scale-codec",
"serde",
"sp-api",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-benchmarking",
"frame-support",
"frame-system",
"pallet-balances",
"parity-scale-codec",
"serde",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate?branch=ashley-chainops#4db2f17e23f18c9da203df75c629d2f23e04cd1f"
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-runtime",
"sp-std",
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00d595e372d119261593297debbe4193811a4dc811d2a1ccbb8caaa6666ad7ab"
"crc32fast",
"libc",
"log 0.4.8",
"memmap",
"parking_lot 0.10.2",
name = "parity-multiaddr"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f77055f9e81921a8cc7bebeb6cded3d128931d51f1e3dd6251f0770a6d431477"
"byteorder",
"data-encoding",
"parity-multihash",
"percent-encoding 2.1.0",
"serde",
"static_assertions",
"unsigned-varint 0.3.3",
[[package]]
name = "parity-multiaddr"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc20af3143a62c16e7c9e92ea5c6ae49f7d271d97d4d8fe73afc28f0514a3d0f"
dependencies = [
"arrayref",
"bs58",
"byteorder",
"data-encoding",
"multihash",
"percent-encoding 2.1.0",
"serde",
"static_assertions",
"unsigned-varint 0.4.0",
"url 2.1.1",
]
name = "parity-multihash"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a1cd2ba02391b81367bec529fb209019d718684fdc8ad6a712c2b536e46f775"
"blake2",
"bytes 0.5.4",
"rand 0.7.3",
"sha-1",
"sha2",
"sha3",
"unsigned-varint 0.3.3",
name = "parity-scale-codec"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a74f02beb35d47e0706155c9eac554b50c671e0d868fe8296bcdf44a9a4847bf"
"arrayvec 0.5.1",
"bitvec",
"byte-slice-cast",
"parity-scale-codec-derive",
"serde",
name = "parity-scale-codec-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a0ec292e92e8ec7c58e576adacc1e3f399c597c8f263c42f18420abe58e7245"