Newer
Older
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155"
"blake2 0.10.6",
"curve25519-dalek 4.1.1",
"ring 0.16.20",
"subtle 2.4.1",
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
[[package]]
name = "socket2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
dependencies = [
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "soketto"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"
"httparse",
"rand 0.8.5",
[[package]]
name = "sp-api"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
dependencies = [
"log",
"parity-scale-codec",
"sp-api-proc-macro",
Branislav Kontur
committed
"sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-runtime",
"sp-state-machine",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-version",
[[package]]
name = "sp-api-proc-macro"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"blake2 0.10.6",
"proc-macro-crate 3.1.0",
"proc-macro2 1.0.76",
"quote 1.0.35",
"syn 2.0.48",
version = "23.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parity-scale-codec",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
version = "16.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parity-scale-codec",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"static_assertions",
]
Branislav Kontur
committed
[[package]]
name = "sp-ark-bls12-381"
version = "0.4.2"
source = "git+https://github.com/paritytech/arkworks-substrate#caa2eed74beb885dd07c7db5f916f2281dad818f"
dependencies = [
"ark-bls12-381-ext",
"sp-crypto-ec-utils",
]
[[package]]
name = "sp-ark-ed-on-bls12-381-bandersnatch"
version = "0.4.2"
source = "git+https://github.com/paritytech/arkworks-substrate#caa2eed74beb885dd07c7db5f916f2281dad818f"
dependencies = [
"ark-ed-on-bls12-381-bandersnatch-ext",
"sp-crypto-ec-utils",
]
[[package]]
name = "sp-authority-discovery"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
dependencies = [
"parity-scale-codec",
"sp-application-crypto",
"sp-runtime",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parity-scale-codec",
"parking_lot 0.12.1",
"sp-consensus",
"sp-runtime",
"sp-state-machine",
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"sp-inherents",
"sp-runtime",
"sp-state-machine",
[[package]]
name = "sp-consensus-beefy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
dependencies = [
"lazy_static",
"parity-scale-codec",
"scale-info",
"serde",
"sp-api",
"sp-application-crypto",
"sp-core",
"sp-io",
"sp-mmr-primitives",
"sp-runtime",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
]
[[package]]
name = "sp-consensus-grandpa"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
dependencies = [
"finality-grandpa",
"log",
"parity-scale-codec",
"scale-info",
"serde",
"sp-api",
"sp-application-crypto",
"sp-core",
"sp-keystore",
"sp-runtime",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "sp-consensus-slots"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
dependencies = [
"parity-scale-codec",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-timestamp",
version = "21.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"array-bytes 6.1.0",
"bandersnatch_vrfs",
Branislav Kontur
committed
"bip39",
"blake2 0.10.6",
"bounded-collections",
"bs58 0.5.0",
Branislav Kontur
committed
"itertools",
"libsecp256k1",
"log",
"merlin 3.0.0",
"parity-scale-codec",
"parking_lot 0.12.1",
"rand 0.8.5",
"scale-info",
"schnorrkel 0.11.4",
"secp256k1",
"secrecy",
"serde",
"sp-core-hashing 9.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
Branislav Kontur
committed
"sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
Branislav Kontur
committed
"sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
Branislav Kontur
committed
"w3f-bls",
Serban Iorga
committed
[[package]]
name = "sp-core-hashing"
version = "9.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ee599a8399448e65197f9a6cee338ad192e9023e35e31f22382964c3c174c68"
dependencies = [
"blake2b_simd",
"byteorder",
"digest 0.10.7",
"sha2 0.10.7",
"sha3",
"sp-std 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"twox-hash",
]
[[package]]
name = "sp-core-hashing"
version = "9.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
dependencies = [
"byteorder",
"digest 0.10.7",
"sha2 0.10.7",
"sha3",
"twox-hash",
]
[[package]]
name = "sp-core-hashing-proc-macro"
version = "9.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
dependencies = [
"sp-core-hashing 9.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
Branislav Kontur
committed
[[package]]
name = "sp-crypto-ec-utils"
version = "0.4.1"
source = "git+https://github.com/paritytech/polkadot-sdk#dcc76525d98a097be152293eee3389f6af5c4404"
Branislav Kontur
committed
dependencies = [
"ark-bls12-377",
"ark-bls12-377-ext",
"ark-bls12-381",
"ark-bls12-381-ext",
"ark-bw6-761",
"ark-bw6-761-ext",
"ark-ec",
"ark-ed-on-bls12-377",
"ark-ed-on-bls12-377-ext",
"ark-ed-on-bls12-381-bandersnatch",
"ark-ed-on-bls12-381-bandersnatch-ext",
"ark-scale",
"sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
]
[[package]]
name = "sp-database"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parking_lot 0.12.1",
version = "8.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
Branislav Kontur
committed
dependencies = [
"proc-macro2 1.0.76",
"quote 1.0.35",
"syn 2.0.48",
Branislav Kontur
committed
]
[[package]]
name = "sp-debug-derive"
version = "8.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk#dcc76525d98a097be152293eee3389f6af5c4404"
"proc-macro2 1.0.76",
"quote 1.0.35",
"syn 2.0.48",
]
[[package]]
name = "sp-externalities"
version = "0.19.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parity-scale-codec",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
Branislav Kontur
committed
"sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
]
[[package]]
name = "sp-externalities"
version = "0.19.0"
source = "git+https://github.com/paritytech/polkadot-sdk#dcc76525d98a097be152293eee3389f6af5c4404"
Branislav Kontur
committed
dependencies = [
"environmental",
"parity-scale-codec",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
[[package]]
name = "sp-genesis-builder"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
dependencies = [
"serde_json",
"sp-api",
"sp-runtime",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
]
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"async-trait",
"impl-trait-for-tuples",
"parity-scale-codec",
"scale-info",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
version = "23.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parity-scale-codec",
"secp256k1",
Branislav Kontur
committed
"sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
Branislav Kontur
committed
"sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
Branislav Kontur
committed
"sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
version = "24.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
[[package]]
name = "sp-keystore"
version = "0.27.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parity-scale-codec",
"parking_lot 0.12.1",
Branislav Kontur
committed
"sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"thiserror",
[[package]]
name = "sp-maybe-compressed-blob"
version = "4.1.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"thiserror",
"zstd 0.12.4",
]
[[package]]
name = "sp-metadata-ir"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "sp-mixnet"
version = "0.1.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
dependencies = [
"parity-scale-codec",
"scale-info",
"sp-api",
"sp-application-crypto",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
]
Svyatoslav Nikolsky
committed
[[package]]
name = "sp-mmr-primitives"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
Svyatoslav Nikolsky
committed
dependencies = [
Svyatoslav Nikolsky
committed
"log",
"parity-scale-codec",
"scale-info",
Svyatoslav Nikolsky
committed
"serde",
Branislav Kontur
committed
"sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
Svyatoslav Nikolsky
committed
]
version = "8.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
version = "6.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
version = "24.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parity-scale-codec",
"sp-application-crypto",
"sp-arithmetic",
"sp-core",
"sp-io",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
version = "17.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parity-scale-codec",
Branislav Kontur
committed
"sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-runtime-interface-proc-macro 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
Branislav Kontur
committed
"sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"static_assertions",
]
[[package]]
name = "sp-runtime-interface"
version = "17.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk#dcc76525d98a097be152293eee3389f6af5c4404"
Branislav Kontur
committed
dependencies = [
"bytes",
"impl-trait-for-tuples",
"parity-scale-codec",
"primitive-types",
"sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-runtime-interface-proc-macro 11.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"static_assertions",
]
[[package]]
name = "sp-runtime-interface-proc-macro"
version = "11.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
Branislav Kontur
committed
dependencies = [
"Inflector",
"proc-macro-crate 3.1.0",
"proc-macro2 1.0.76",
"quote 1.0.35",
"syn 2.0.48",
Branislav Kontur
committed
]
[[package]]
name = "sp-runtime-interface-proc-macro"
version = "11.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk#dcc76525d98a097be152293eee3389f6af5c4404"
"proc-macro-crate 3.1.0",
"proc-macro2 1.0.76",
"quote 1.0.35",
"syn 2.0.48",
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parity-scale-codec",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "sp-staking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parity-scale-codec",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
version = "0.28.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parity-scale-codec",
"parking_lot 0.12.1",
Branislav Kontur
committed
"sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "sp-statement-store"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"curve25519-dalek 4.1.1",
"sp-api",
"sp-application-crypto",
"sp-core",
Branislav Kontur
committed
"sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
Branislav Kontur
committed
"sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"x25519-dalek 2.0.0",
Serban Iorga
committed
[[package]]
name = "sp-std"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53458e3c57df53698b3401ec0934bea8e8cfce034816873c0b0abbd83d7bac0d"
[[package]]
name = "sp-std"
version = "8.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
Branislav Kontur
committed
[[package]]
name = "sp-std"
version = "8.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk#dcc76525d98a097be152293eee3389f6af5c4404"
[[package]]
name = "sp-storage"
version = "13.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
dependencies = [
"parity-scale-codec",
"ref-cast",
"serde",
Branislav Kontur
committed
"sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
Branislav Kontur
committed
[[package]]
name = "sp-storage"
version = "13.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk#dcc76525d98a097be152293eee3389f6af5c4404"
Branislav Kontur
committed
dependencies = [
"impl-serde",
"parity-scale-codec",
"ref-cast",
"serde",
"sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
]
[[package]]
name = "sp-timestamp"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parity-scale-codec",
"sp-inherents",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "sp-tracing"
version = "10.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parity-scale-codec",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"tracing",
"tracing-core",
"tracing-subscriber",
Branislav Kontur
committed
[[package]]
name = "sp-tracing"
version = "10.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk#dcc76525d98a097be152293eee3389f6af5c4404"
Branislav Kontur
committed
dependencies = [
"parity-scale-codec",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"tracing",
"tracing-core",
"tracing-subscriber",
]
version = "22.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"ahash 0.8.3",
"memory-db",
"nohash-hasher",
"parity-scale-codec",
"parking_lot 0.12.1",
Branislav Kontur
committed
"rand 0.8.5",
"scale-info",
"schnellru",
"sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"thiserror",
"tracing",
"trie-root",
]
[[package]]
name = "sp-version"
version = "22.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parity-scale-codec",
"parity-wasm",
"sp-core-hashing-proc-macro",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-version-proc-macro",
"thiserror",
[[package]]
name = "sp-version-proc-macro"
version = "8.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
dependencies = [
"parity-scale-codec",
"proc-macro2 1.0.76",
"quote 1.0.35",
"syn 2.0.48",
version = "14.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
"parity-scale-codec",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"wasmtime",
]
Branislav Kontur
committed
[[package]]
name = "sp-wasm-interface"
version = "14.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk#dcc76525d98a097be152293eee3389f6af5c4404"
Branislav Kontur
committed
dependencies = [
"anyhow",
"impl-trait-for-tuples",
"log",
"parity-scale-codec",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)",
"wasmtime",
]
[[package]]
name = "sp-weights"
version = "20.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
dependencies = [
"parity-scale-codec",
"scale-info",
"serde",
"smallvec",
Branislav Kontur
committed
"sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
Serban Iorga
committed
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
[[package]]
name = "spki"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
dependencies = [
"base64ct",
"der",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfc443bad666016e012538782d9e3006213a7db43e9fb1dda91657dc06a6fa08"
Adrian Catangiu
committed
"num-format",
"proc-macro2 1.0.76",
"quote 1.0.35",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "staging-xcm"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
dependencies = [
"array-bytes 6.1.0",
"bounded-collections",
"derivative",
"environmental",
"impl-trait-for-tuples",
"log",
"parity-scale-codec",
"scale-info",
"serde",
"sp-weights",
"xcm-procedural",
]
[[package]]
name = "staging-xcm-builder"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
8921
8922
8923
8924
8925
8926
8927
8928
8929
8930
8931
8932
8933
8934
8935
8936
8937
8938
8939
8940
8941
dependencies = [
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"log",
"pallet-transaction-payment",
"parity-scale-codec",
"polkadot-parachain-primitives",
"scale-info",
"sp-arithmetic",
"sp-io",
"sp-runtime",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-weights",
"staging-xcm",
"staging-xcm-executor",
]
[[package]]
name = "staging-xcm-executor"
version = "1.0.0"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#dcc76525d98a097be152293eee3389f6af5c4404"
dependencies = [
"environmental",
"frame-benchmarking",
"frame-support",
"impl-trait-for-tuples",
"log",
"parity-scale-codec",
Branislav Kontur
committed
"scale-info",
"sp-arithmetic",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
"sp-weights",
"staging-xcm",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
"proc-macro-error",
"proc-macro2 1.0.76",
"quote 1.0.35",