Newer
Older
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
[[package]]
name = "more-asserts"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
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",
]
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"
"blake2b_simd",
"blake2s_simd",
"blake3",
"generic-array 0.14.4",
"multihash-derive",
"sha3",
[[package]]
name = "multihash-derive"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85ee3c48cb9d9b275ad967a0e96715badc13c6029adb92f34fa17b9ff28fd81f"
"proc-macro-crate 0.1.5",
"proc-macro-error 1.0.4",
"proc-macro2",
"quote",
"syn",
"synstructure",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333"
[[package]]
name = "multistream-select"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8"
Chevdor
committed
"futures 0.3.16",
"pin-project 1.0.5",
"smallvec 1.6.1",
"unsigned-varint 0.7.0",
[[package]]
name = "nalgebra"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"
dependencies = [
"approx",
"matrixmultiply",
"nalgebra-macros",
"num-rational 0.4.0",
"num-traits",
"rand_distr",
"simba",
"typenum",
]
[[package]]
name = "nalgebra-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "names"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"
[[package]]
name = "native-tls"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
dependencies = [
"lazy_static",
"libc",
"log 0.4.14",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework 2.3.0",
"security-framework-sys 2.3.0",
"tempfile",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670361df1bc2399ee1ff50406a0d422587dd3bb0da596e1978fe8e05dabddf4f"
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
[[package]]
name = "node-bench"
Chevdor
committed
"futures 0.3.16",
"serde",
"serde_json",
[[package]]
name = "node-browser-testing"
dependencies = [
"jsonrpc-core",
"node-cli",
"serde",
"serde_json",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-bindgen-test",
]
"async-std",
Chevdor
committed
"futures 0.3.16",
Cecile Tonglet
committed
"libp2p-wasm-ext",
"nix",
"node-executor",
"node-inspect",
"node-primitives",
"node-rpc",
"node-runtime",
"pallet-im-online",
"pallet-transaction-payment",
Cecile Tonglet
committed
"platforms",
Cecile Tonglet
committed
"regex",
"sc-authority-discovery",
"sc-basic-authorship",
"sc-chain-spec",
"sc-cli",
"sc-client-api",
"sc-consensus-slots",
"sc-finality-grandpa",
"sc-keystore",
"sc-network",
"sc-rpc",
"sc-service",
"sc-service-test",
"sc-sync-state-rpc",
Cecile Tonglet
committed
"serde_json",
"soketto 0.4.2",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-finality-grandpa",
"sp-inherents",
"sp-keyring",
"sp-keystore",
"sp-trie",
"substrate-browser-utils",
]
[[package]]
name = "node-executor"
"frame-benchmarking",
"frame-support",
"frame-system",
Chevdor
committed
"futures 0.3.16",
"node-primitives",
"node-runtime",
"node-testing",
"pallet-balances",
"pallet-contracts",
"pallet-im-online",
"pallet-timestamp",
"pallet-treasury",
"sp-externalities",
"sp-keystore",
"sp-runtime",
"sp-state-machine",
"sp-trie",
[[package]]
name = "node-inspect"
"sc-cli",
"sc-client-api",
"sc-service",
"sp-blockchain",
"sp-core",
"sp-runtime",
"structopt",
[[package]]
name = "node-rpc"
"jsonrpc-core",
"node-primitives",
"pallet-contracts-rpc",
"sc-consensus-babe",
"sc-consensus-babe-rpc",
"sc-consensus-epochs",
"sc-finality-grandpa",
"sc-finality-grandpa-rpc",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-keystore",
"sp-runtime",
[[package]]
name = "node-rpc-client"
"jsonrpc-core-client",
"node-primitives",
"sc-rpc",
thiolliere
committed
"frame-election-provider-support",
"frame-executive",
"frame-support",
"frame-system",
"hex-literal",
"pallet-authority-discovery",
"pallet-authorship",
"pallet-babe",
"pallet-balances",
"pallet-bounties",
"pallet-collective",
"pallet-contracts",
"pallet-contracts-primitives",
"pallet-contracts-rpc-runtime-api",
"pallet-democracy",
"pallet-election-provider-multi-phase",
"pallet-grandpa",
"pallet-identity",
"pallet-im-online",
"pallet-indices",
"pallet-randomness-collective-flip",
"pallet-recovery",
"pallet-scheduler",
"pallet-session-benchmarking",
"pallet-society",
"pallet-staking",
"pallet-staking-reward-curve",
"pallet-sudo",
"pallet-timestamp",
"pallet-tips",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
"pallet-uniques",
"sp-api",
"sp-authority-discovery",
"sp-block-builder",
"sp-consensus-babe",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-npos-elections",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-staking",
"sp-std",
"sp-transaction-pool",
"sp-version",
[[package]]
name = "node-template"
"frame-benchmarking",
"frame-benchmarking-cli",
"pallet-transaction-payment-rpc",
"sc-client-api",
"sc-consensus-aura",
"sc-executor",
"sc-finality-grandpa",
"sc-keystore",
"sc-rpc",
"sc-rpc-api",
"sp-api",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-aura",
"sp-core",
"sp-finality-grandpa",
"sp-runtime",
"substrate-frame-rpc-system",
]
[[package]]
name = "node-template-runtime"
"frame-benchmarking",
"frame-executive",
"frame-support",
"frame-system",
"frame-system-benchmarking",
"frame-system-rpc-runtime-api",
"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",
"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",
[[package]]
name = "node-testing"
Chevdor
committed
"futures 0.3.16",
"node-executor",
"node-primitives",
"node-runtime",
"pallet-transaction-payment",
"sc-block-builder",

Squirrel
committed
"sc-consensus",
"sc-executor",
"sc-service",
"sp-api",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-runtime",
"sp-timestamp",
"substrate-test-client",
[[package]]
name = "nodrop"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]]
name = "nohash-hasher"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c5c51b9083a3c620fa67a2a635d1ce7d95b897e957d6b28ff9a5da960a103a6"
dependencies = [
"version_check 0.9.2",
]
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi 0.3.9",
[[package]]
name = "num-bigint"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
"num-traits",
[[package]]
name = "num-complex"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"
"num-traits",
[[package]]
name = "num-integer"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
"num-traits",
]
[[package]]
name = "num-rational"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
"num-traits",
[[package]]
name = "num-rational"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
dependencies = [
"num-integer",
"num-traits",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
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 = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
[[package]]
name = "object"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"
"crc32fast",
"indexmap",
[[package]]
name = "once_cell"
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
[[package]]
name = "oorandom"
version = "11.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
[[package]]
name = "opaque-debug"
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"
version = "0.10.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"foreign-types",
"libc",
"once_cell",
"openssl-sys",
]
[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
[[package]]
name = "openssl-sys"
version = "0.9.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"
dependencies = [
"autocfg 1.0.1",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
[[package]]
name = "owning_ref"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
[[package]]
name = "pallet-assets"
"frame-benchmarking",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
dependencies = [
"frame-support",
"frame-system",
"pallet-balances",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
]
"frame-support",
"frame-system",
"pallet-timestamp",
"sp-application-crypto",
"sp-consensus-aura",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
"frame-support",
"frame-system",
"pallet-session",
"sp-application-crypto",
"sp-authority-discovery",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
"impl-trait-for-tuples",
"sp-authorship",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
[[package]]
dependencies = [
"frame-election-provider-support",
"pallet-authorship",
"pallet-balances",
"pallet-offences",
"pallet-staking",
"pallet-staking-reward-curve",
"sp-application-crypto",
"frame-benchmarking",
"frame-support",
"frame-system",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
[[package]]
name = "pallet-bounties"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"pallet-balances",
"pallet-treasury",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
]
Andrew Dirksen
committed
[[package]]
Andrew Dirksen
committed
dependencies = [
"frame-support",
"frame-system",
"hex-literal",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
Andrew Dirksen
committed
]
dependencies = [
"bitflags",
"frame-benchmarking",
"frame-support",
"frame-system",
"hex-literal",
"pallet-balances",
"pallet-contracts-primitives",
"pallet-contracts-proc-macro",
"pallet-randomness-collective-flip",
"pallet-timestamp",
"pallet-utility",
"pretty_assertions 0.7.2",
Alexander Theißen
committed
"pwasm-utils",
"sp-core",
"sp-io",
"sp-runtime",
"sp-sandbox",
"sp-std",
Alexander Theißen
committed
"wasmi-validation",
[[package]]
name = "pallet-contracts-primitives"
Alexander Theißen
committed
"bitflags",
"serde",
"sp-core",
[[package]]
name = "pallet-contracts-proc-macro"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
dependencies = [