Skip to content
Cargo.lock 274 KiB
Newer Older
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36147930a4995137dc096e5b17a573b446799be2bbaea433e821ce6a80abe2c5"
dependencies = [
 "anyhow",
 "base64",
 "bincode",
 "directories-next",
 "file-per-thread-logger",
 "log",
 "toml",
 "winapi 0.3.9",
 "zstd",
]

[[package]]
name = "wasmtime-cranelift"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab3083a47e1ede38aac06a1d9831640d673f9aeda0b82a64e4ce002f3432e2e7"
dependencies = [
 "anyhow",
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-frontend",
 "cranelift-native",
 "cranelift-wasm",
 "gimli 0.25.0",
 "log",
 "object",
 "target-lexicon",
 "thiserror",
 "wasmparser",
 "wasmtime-environ",
]

[[package]]
name = "wasmtime-environ"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c2d194b655321053bc4111a1aa4ead552655c8a17d17264bc97766e70073510"
 "anyhow",
 "cfg-if 1.0.0",
 "gimli 0.25.0",
 "indexmap",
 "log",
 "more-asserts",
 "object",
 "target-lexicon",
 "wasmparser",
 "wasmtime-types",
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "864ac8dfe4ce310ac59f16fdbd560c257389cb009ee5d030ac6e30523b023d11"
 "addr2line 0.16.0",
 "bincode",
 "cfg-if 1.0.0",
 "gimli 0.25.0",
 "object",
 "target-lexicon",
 "thiserror",
 "wasmparser",
 "wasmtime-environ",
 "wasmtime-runtime",
 "winapi 0.3.9",
]

[[package]]
name = "wasmtime-runtime"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab97da813a26b98c9abfd3b0c2d99e42f6b78b749c0646344e2e262d212d8c8b"
Hernando Castano's avatar
Hernando Castano committed
 "anyhow",
 "cfg-if 1.0.0",
 "indexmap",
 "lazy_static",
 "libc",
 "log",
Hernando Castano's avatar
Hernando Castano committed
 "mach",
 "thiserror",
 "wasmtime-environ",
 "winapi 0.3.9",
]

[[package]]
name = "wasmtime-types"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff94409cc3557bfbbcce6b14520ccd6bd3727e965c0fe68d63ef2c185bf379c6"
dependencies = [
 "cranelift-entity",
 "serde",
 "thiserror",
 "wasmparser",
]

[[package]]
name = "web-sys"
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
dependencies = [
 "js-sys",
 "wasm-bindgen",
]

version = "0.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
[[package]]
name = "webpki-roots"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
dependencies = [
[[package]]
name = "wepoll-ffi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
[[package]]
name = "which"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "widestring"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"

[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"

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

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

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

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

Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "winreg"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
dependencies = [
 "winapi 0.3.9",
]

[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
 "winapi 0.2.8",
 "winapi-build",
]

[[package]]
name = "wyz"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"

[[package]]
name = "x25519-dalek"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"
 "curve25519-dalek 3.2.0",
version = "0.9.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#bd69f54b6853e9a2f5e0869e5e76213259d4573d"
dependencies = [
 "derivative",
 "impl-trait-for-tuples",
 "log",
 "parity-scale-codec",
 "scale-info",
 "xcm-procedural",
]

[[package]]
name = "xcm-builder"
version = "0.9.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#bd69f54b6853e9a2f5e0869e5e76213259d4573d"
dependencies = [
 "frame-support",
 "frame-system",
 "log",
 "pallet-transaction-payment",
 "parity-scale-codec",
 "polkadot-parachain",
 "scale-info",
 "sp-arithmetic",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "xcm",
 "xcm-executor",
version = "0.9.13"
source = "git+https://github.com/paritytech/polkadot?branch=master#bd69f54b6853e9a2f5e0869e5e76213259d4573d"
dependencies = [
 "frame-support",
 "impl-trait-for-tuples",
 "log",
 "parity-scale-codec",
 "sp-arithmetic",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "xcm",
]

[[package]]
name = "xcm-procedural"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#bd69f54b6853e9a2f5e0869e5e76213259d4573d"
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "yamux"
Hernando Castano's avatar
Hernando Castano committed
version = "0.9.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Hernando Castano's avatar
Hernando Castano committed
checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "futures 0.3.18",
Hernando Castano's avatar
Hernando Castano committed
 "nohash-hasher",
 "parking_lot 0.11.2",
 "rand 0.8.4",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "static_assertions",
[[package]]
name = "zeroize"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"
dependencies = [
 "zeroize_derive",
]

[[package]]
name = "zeroize_derive"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65f1a51723ec88c66d5d1fe80c841f17f63587d6691901d66be9bec6c3b51f73"
dependencies = [
 "proc-macro2",
 "synstructure",
version = "0.9.0+zstd.1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07749a5dc2cb6b36661290245e350f15ec3bbb304e493db54a1d354480522ccd"
dependencies = [
 "zstd-safe",
]

[[package]]
name = "zstd-safe"
version = "4.1.1+zstd.1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c91c90f2c593b003603e5e0493c837088df4469da25aafff8bce42ba48caf079"
dependencies = [
 "libc",
 "zstd-sys",
]

[[package]]
name = "zstd-sys"
version = "1.6.1+zstd.1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "615120c7a2431d16cf1cf979e7fc31ba7a5b5e5707b29c8a99e5dbf8a8392a33"