Cargo.lock 213 KiB
Newer Older
 "wasm-bindgen-macro",
]

[[package]]
name = "wasm-bindgen-backend"
version = "0.2.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e53963b583d18a5aa3aaae4b4c1cb535218246131ba22a71f05b518098571df"
dependencies = [
 "bumpalo",
 "lazy_static",
 "log 0.4.8",
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-futures"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dba48d66049d2a6cc8488702e7259ab7afc9043ad0dc5448444f46f2a453b362"
 "cfg-if",
 "js-sys",
 "wasm-bindgen",
 "web-sys",
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fcfd5ef6eec85623b4c6e844293d4516470d8f19cd72d0d12246017eb9060b8"
dependencies = [
 "quote 1.0.7",
 "wasm-bindgen-macro-support",
]

[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9adff9ee0e94b926ca81b57f57f86d5545cdcb1d259e21ec9bdd95b901754c75"
dependencies = [
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",
 "wasm-bindgen-backend",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-shared"
version = "0.2.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7b90ea6c632dd06fd765d44542e234d5e63d9bb917ecd64d79778a13bd79ae"
[[package]]
name = "wasm-timer"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "324c5e65a08699c9c4334ba136597ab22b85dccd4b65dd1e36ccf8f723a95b54"
dependencies = [
 "futures 0.3.5",
 "js-sys",
 "parking_lot 0.9.0",
 "pin-utils",
 "send_wrapper 0.2.0",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "web-sys",
[[package]]
name = "wasmi"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf617d864d25af3587aa745529f7aaa541066c876d57e050c0d0c85c61c92aff"
dependencies = [
 "libc",
 "memory_units",
 "num-rational",
 "num-traits 0.2.12",
 "parity-wasm",
 "wasmi-validation",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "wasmi-validation"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea78c597064ba73596099281e2f4cfc019075122a65cdda3205af94f0b264d93"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "parity-wasm",
[[package]]
name = "wasmparser"
version = "0.57.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32fddd575d477c6e9702484139cf9f23dcd554b06d185ed0f56c857dd3a47aa6"
[[package]]
name = "wasmparser"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a950e6a618f62147fd514ff445b2a0b53120d382751960797f85f058c7eda9b9"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "wasmtime-debug"
version = "0.19.0"
source = "git+https://github.com/paritytech/wasmtime?branch=update-upstream#f744c4e564b40a4cfce6a7090f093ec1726c68e9"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "anyhow",
 "more-asserts",
 "target-lexicon",
 "thiserror",
 "wasmparser 0.59.0",
 "wasmtime-environ",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "wasmtime-environ"
version = "0.19.0"
source = "git+https://github.com/paritytech/wasmtime?branch=update-upstream#f744c4e564b40a4cfce6a7090f093ec1726c68e9"
dependencies = [
 "anyhow",
 "base64 0.12.3",
 "bincode",
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-frontend",
 "cranelift-wasm",
 "directories",
 "errno",
 "file-per-thread-logger",
 "indexmap",
 "libc",
 "log 0.4.8",
 "more-asserts",
 "rayon",
 "serde",
 "sha2 0.8.2",
 "thiserror",
 "toml",
 "wasmparser 0.59.0",
 "winapi 0.3.9",
]

[[package]]
name = "wasmtime-jit"
version = "0.19.0"
source = "git+https://github.com/paritytech/wasmtime?branch=update-upstream#f744c4e564b40a4cfce6a7090f093ec1726c68e9"
dependencies = [
 "anyhow",
 "cfg-if",
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-frontend",
 "cranelift-native",
 "cranelift-wasm",
 "gimli 0.21.0",
 "log 0.4.8",
 "more-asserts",
 "object 0.20.0",
 "region",
 "target-lexicon",
 "thiserror",
 "wasmparser 0.59.0",
 "wasmtime-debug",
 "wasmtime-environ",
 "wasmtime-obj",
 "wasmtime-profiling",
 "wasmtime-runtime",
 "winapi 0.3.9",
]

[[package]]
name = "wasmtime-obj"
version = "0.19.0"
source = "git+https://github.com/paritytech/wasmtime?branch=update-upstream#f744c4e564b40a4cfce6a7090f093ec1726c68e9"
dependencies = [
 "anyhow",
 "more-asserts",
 "object 0.20.0",
 "target-lexicon",
 "wasmtime-debug",
 "wasmtime-environ",
]

[[package]]
name = "wasmtime-profiling"
version = "0.19.0"
source = "git+https://github.com/paritytech/wasmtime?branch=update-upstream#f744c4e564b40a4cfce6a7090f093ec1726c68e9"
dependencies = [
 "anyhow",
 "cfg-if",
 "gimli 0.21.0",
 "lazy_static",
 "libc",
 "object 0.19.0",
 "scroll",
 "serde",
 "target-lexicon",
 "wasmtime-environ",
 "wasmtime-runtime",
]

[[package]]
name = "wasmtime-runtime"
version = "0.19.0"
source = "git+https://github.com/paritytech/wasmtime?branch=update-upstream#f744c4e564b40a4cfce6a7090f093ec1726c68e9"
dependencies = [
 "backtrace",
 "cc",
 "cfg-if",
 "indexmap",
 "lazy_static",
 "libc",
 "log 0.4.8",
 "memoffset",
 "more-asserts",
 "region",
 "thiserror",
 "wasmtime-environ",
 "winapi 0.3.9",
[[package]]
name = "wast"
version = "21.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1844f66a2bc8526d71690104c0e78a8e59ffa1597b7245769d174ebb91deb5"
dependencies = [
 "leb128",
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce85d72b74242c340e9e3492cfb602652d7bb324c3172dd441b5577e39a2e18c"
dependencies = [
[[package]]
name = "web-sys"
version = "0.3.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "863539788676619aac1a23e2df3655e96b32b0e05eb72ca34ba045ad573c625d"
dependencies = [
 "js-sys",
 "wasm-bindgen",
name = "webpki"
version = "0.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae"
 "ring",
 "untrusted",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "webpki-roots"
version = "0.18.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91cd5736df7f12a964a5067a12c62fa38e1bd8080aff1f80bc29be7c80d19ab4"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "webpki",
[[package]]
name = "webpki-roots"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8eff4b7516a57307f9349c64bf34caa34b940b66fed4b2fb3136cb7386e5739"
dependencies = [
 "webpki",
[[package]]
name = "wepoll-sys-stjepang"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fd319e971980166b53e17b1026812ad66c6b54063be879eb182342b55284694"
dependencies = [
 "cc",
]

ddorgan's avatar
ddorgan committed
[[package]]
name = "westend-runtime"
version = "0.8.19"
ddorgan's avatar
ddorgan committed
dependencies = [
 "bitvec",
 "frame-benchmarking",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-benchmarking",
ddorgan's avatar
ddorgan committed
 "frame-system-rpc-runtime-api",
 "hex-literal",
 "libsecp256k1",
 "log 0.3.9",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-collective",
 "pallet-democracy",
 "pallet-elections-phragmen",
 "pallet-finality-tracker",
 "pallet-grandpa",
 "pallet-identity",
 "pallet-im-online",
 "pallet-indices",
 "pallet-membership",
ddorgan's avatar
ddorgan committed
 "pallet-nicks",
 "pallet-offences",
 "pallet-offences-benchmarking",
 "pallet-proxy",
ddorgan's avatar
ddorgan committed
 "pallet-randomness-collective-flip",
 "pallet-recovery",
 "pallet-scheduler",
 "pallet-session",
 "pallet-session-benchmarking",
ddorgan's avatar
ddorgan 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",
 "polkadot-parachain",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "rustc-hex",
 "serde",
 "serde_derive",
 "serde_json",
 "smallvec 1.4.1",
ddorgan's avatar
ddorgan committed
 "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-trie",
 "sp-version",
 "static_assertions",
 "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
ddorgan's avatar
ddorgan committed
 "tiny-keccak 1.5.0",
]

[[package]]
name = "which"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
dependencies = [
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "winapi"
version = "0.3.9"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
 "winapi 0.3.9",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "ws"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c51a2c47b5798ccc774ffb93ff536aec7c4275d722fd9c740c83cdd1af1f2d94"
dependencies = [
 "bytes 0.4.12",
 "httparse",
 "log 0.4.8",
 "mio",
 "mio-extras",
 "rand 0.7.3",
 "sha-1",
 "slab",
 "url 2.1.1",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "winapi 0.2.8",
 "winapi-build",
[[package]]
name = "x25519-dalek"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "637ff90c9540fa3073bb577e65033069e4bae7c79d49d74aa3ffdf5342a53217"
dependencies = [
 "curve25519-dalek",
 "rand_core 0.5.1",
 "zeroize",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "yamux"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd37e58a1256a0b328ce9c67d8b62ecdd02f4803ba443df478835cb1a41a637c"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.3.5",
 "log 0.4.8",
 "nohash-hasher",
 "rand 0.7.3",
 "static_assertions",
name = "zeroize"
Gavin Wood's avatar
Gavin Wood committed
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cbac2ed2ba24cc90f5e06485ac8c7c1e5449fe8911aef4d8877218af021a5b8"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "zeroize_derive",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "zeroize_derive"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",
 "synstructure",
Gavin Wood's avatar
Gavin Wood committed
]
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "zstd"
version = "0.5.3+zstd.1.4.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "zstd-safe",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "zstd-safe"
version = "2.0.5+zstd.1.4.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "libc",
 "zstd-sys",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "zstd-sys"
version = "1.4.17+zstd.1.4.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "itertools 0.9.0",