Skip to content
Cargo.lock 301 KiB
Newer Older
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
dependencies = [
 "lazy_static",
 "regex",
]

[[package]]
name = "addr2line"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "adler"
version = "1.0.2"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
Tomasz Drwięga's avatar
Tomasz Drwięga committed

[[package]]
name = "aead"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
Tomasz Drwięga's avatar
Tomasz Drwięga committed
]
Hernando Castano's avatar
Hernando Castano committed

[[package]]
name = "aes"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
dependencies = [
 "cfg-if 1.0.0",
 "cipher",
 "opaque-debug 0.3.0",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "aes-gcm"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "aead",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "ghash",
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
[[package]]
name = "aho-corasick"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
 "memchr",
]

[[package]]
name = "always-assert"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"

name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
[[package]]
name = "anyhow"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
[[package]]
name = "approx"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "072df7202e63b127ab55acfe16ce97013d5b97bf160489336d3f1840fd78e99e"
dependencies = [
[[package]]
name = "arbitrary"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "510c76ecefdceada737ea728f4f9a84bd2e1ef29f1ba555e560940fe279954de"
[[package]]
name = "array-bytes"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a913633b0c922e6b745072795f50d90ebea78ba31a57e2ac8c2fc7b50950949"

[[package]]
name = "array_tool"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"

[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"

[[package]]
name = "arrayvec"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
dependencies = [
 "nodrop",
]

[[package]]
name = "arrayvec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "asn1_der"
version = "0.7.5"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"
Hernando Castano's avatar
Hernando Castano committed

[[package]]
name = "assert_matches"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"

[[package]]
name = "async-attributes"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
dependencies = [
 "quote",
 "syn",
]

[[package]]
name = "async-channel"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
dependencies = [
 "concurrent-queue",
 "event-listener",
 "futures-core",
]

[[package]]
name = "async-executor"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
dependencies = [
 "async-task",
 "concurrent-queue",
 "fastrand",
 "futures-lite",
]

[[package]]
name = "async-global-executor"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"
dependencies = [
 "async-executor",
 "async-io",
 "futures-lite",
]

[[package]]
name = "async-io"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
dependencies = [
 "concurrent-queue",
 "futures-lite",
 "parking",
 "polling",
 "waker-fn",
[[package]]
name = "async-lock"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
dependencies = [
 "event-listener",
]

[[package]]
name = "async-mutex"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
dependencies = [
 "event-listener",
]

[[package]]
name = "async-process"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"
dependencies = [
 "async-io",
 "blocking",
 "cfg-if 1.0.0",
 "event-listener",
 "futures-lite",
 "once_cell",
 "signal-hook",
[[package]]
name = "async-std"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"
 "async-global-executor",
 "async-io",
 "futures-channel",
 "futures-core",
 "futures-io",
 "futures-lite",
 "gloo-timers",
 "pin-project-lite 0.2.9",
 "wasm-bindgen-futures",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "async-std-resolver"
version = "0.22.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ba50e24d9ee0a8950d3d03fc6d0dd10aa14b5de3b101949b4e160f7fee7c723"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "async-std",
 "async-trait",
 "futures-io",
 "futures-util",
 "pin-utils",
Hernando Castano's avatar
Hernando Castano committed
 "trust-dns-resolver",
]

[[package]]
name = "async-task"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
[[package]]
name = "async-trait"
version = "0.1.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
dependencies = [
 "proc-macro2",
[[package]]
name = "asynchronous-codec"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"
dependencies = [
 "futures-sink",
 "futures-util",
 "memchr",
 "pin-project-lite 0.2.9",
[[package]]
name = "atomic-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"

[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
 "hermit-abi",
 "libc",
[[package]]
name = "autocfg"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backoff"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721c249ab59cbc483ad4294c9ee2671835c1e43e9ffc277e6b4ecfef733cfdc5"
dependencies = [
 "instant",
[[package]]
name = "backoff"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
dependencies = [
 "futures-core",
 "instant",
 "pin-project-lite 0.2.9",
 "rand 0.8.5",
 "tokio",
]

[[package]]
name = "backtrace"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"
dependencies = [
 "cfg-if 1.0.0",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "miniz_oxide",
[[package]]
name = "base-x"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
[[package]]
name = "base16ct"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"

[[package]]
name = "base58"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"
[[package]]
name = "base64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2b2456fd614d856680dcd9fcc660a51a820fa09daef2e49772b56a193c8474"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"
dependencies = [
 "serde",
]

[[package]]
name = "beefy-gadget"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech//substrate?branch=sv-locked-for-gav-xcm-v3-and-bridges#87f3fdea8f227d33322c439d45a9e1796637e972"
 "beefy-primitives",
 "fnv",
 "log",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "sc-keystore",
 "sc-network",
 "sc-network-gossip",
 "sc-utils",
 "sp-api",
 "sp-application-crypto",
 "sp-arithmetic",
 "sp-blockchain",
 "sp-core",
 "sp-keystore",
 "sp-runtime",
 "substrate-prometheus-endpoint",
 "thiserror",
 "wasm-timer",
]

[[package]]
name = "beefy-gadget-rpc"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech//substrate?branch=sv-locked-for-gav-xcm-v3-and-bridges#87f3fdea8f227d33322c439d45a9e1796637e972"
dependencies = [
 "beefy-gadget",
 "beefy-primitives",
 "log",
 "parity-scale-codec",
 "parking_lot 0.12.1",
[[package]]
name = "beefy-merkle-tree"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech//substrate?branch=sv-locked-for-gav-xcm-v3-and-bridges#87f3fdea8f227d33322c439d45a9e1796637e972"
dependencies = [
 "beefy-primitives",
 "sp-api",
[[package]]
name = "beefy-primitives"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech//substrate?branch=sv-locked-for-gav-xcm-v3-and-bridges#87f3fdea8f227d33322c439d45a9e1796637e972"
dependencies = [
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-core",
[[package]]
name = "bincode"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "bindgen"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "bitflags",
Hernando Castano's avatar
Hernando Castano committed
 "cexpr",
 "clang-sys",
 "lazy_static",
 "lazycell",
 "peeking_take_while",
 "proc-macro2",
Hernando Castano's avatar
Hernando Castano committed
 "regex",
 "rustc-hash",
 "shlex",
]

[[package]]
name = "bitflags"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitvec"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 "radium",
[[package]]
name = "blake2"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"
dependencies = [
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
dependencies = [
 "arrayvec 0.4.12",
 "constant_time_eq",
]

[[package]]
name = "blake2b_simd"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"
dependencies = [
 "arrayref",
 "constant_time_eq",
]

[[package]]
name = "blake2s_simd"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"
dependencies = [
 "arrayref",
 "constant_time_eq",
]

[[package]]
name = "blake3"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"
dependencies = [
 "arrayref",
 "arrayvec 0.7.2",
 "cc",
 "cfg-if 1.0.0",
 "constant_time_eq",
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
 "block-padding",
 "generic-array 0.12.4",
]

[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
[[package]]
name = "block-buffer"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
 "byte-tools",
]

[[package]]
name = "blocking"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "046e47d4b2d391b1f6f8b407b1deb8dee56c1852ccd868becf2710f601b5f427"
dependencies = [
 "async-channel",
 "async-task",
 "atomic-waker",
 "fastrand",
 "futures-lite",
[[package]]
name = "bounded-vec"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3372be4090bf9d4da36bd8ba7ce6ca1669503d0cf6e667236c6df7f053153eb6"
[[package]]
name = "bp-beefy"
version = "0.1.0"
dependencies = [
 "beefy-merkle-tree",
 "beefy-primitives",
 "bp-runtime",
 "frame-support",
 "pallet-beefy-mmr",
 "pallet-mmr",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-application-crypto",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "static_assertions",
]

name = "bp-bridge-hub-cumulus"
version = "0.1.0"
dependencies = [
 "bp-messages",
 "bp-polkadot-core",
 "bp-runtime",
 "frame-support",
 "frame-system",
 "polkadot-primitives",
 "polkadot-runtime-constants",
 "smallvec",
 "sp-api",
 "sp-std",
]

[[package]]
name = "bp-bridge-hub-rococo"
version = "0.1.0"
dependencies = [
 "bp-bridge-hub-cumulus",
 "bp-messages",
 "bp-runtime",
 "frame-support",
 "polkadot-runtime-constants",
 "smallvec",
 "sp-api",
 "sp-std",
]

[[package]]
name = "bp-bridge-hub-wococo"
version = "0.1.0"
dependencies = [
 "bp-bridge-hub-cumulus",
 "bp-messages",
 "bp-runtime",
 "frame-support",
 "sp-api",
 "sp-std",
]

[[package]]
name = "bp-header-chain"
version = "0.1.0"
dependencies = [
 "scale-info",
 "sp-core",
 "sp-finality-grandpa",
 "sp-runtime",
 "sp-std",
[[package]]
name = "bp-kusama"
version = "0.1.0"
dependencies = [
 "bp-polkadot-core",
 "bp-runtime",
 "sp-api",
]

version = "0.1.0"
dependencies = [
 "scale-info",
[[package]]
name = "bp-millau"
version = "0.1.0"
dependencies = [
 "frame-system",
 "impl-codec",
 "scale-info",
 "sp-api",
 "sp-core",
 "sp-std",
[[package]]
name = "bp-parachains"
version = "0.1.0"
dependencies = [
 "bp-polkadot-core",
 "bp-runtime",
 "frame-support",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
[[package]]
name = "bp-polkadot"
version = "0.1.0"
dependencies = [
 "bp-polkadot-core",
 "bp-runtime",
 "sp-api",
]

[[package]]
name = "bp-polkadot-core"
version = "0.1.0"
dependencies = [
 "bp-runtime",
 "frame-support",
 "frame-system",
 "parity-util-mem",
 "scale-info",
 "sp-core",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "bp-relayers"
version = "0.1.0"
dependencies = [
 "frame-support",
 "hex",
 "hex-literal",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "bp-rialto"
version = "0.1.0"
dependencies = [
 "bp-runtime",
 "frame-support",
 "frame-system",
 "sp-api",
 "sp-core",
[[package]]
name = "bp-rialto-parachain"
version = "0.1.0"
dependencies = [
 "bp-messages",
 "bp-runtime",
 "frame-support",
 "frame-system",
 "sp-api",
 "sp-core",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "bp-rococo"
version = "0.1.0"
dependencies = [
 "bp-polkadot-core",
 "bp-runtime",
[[package]]
name = "bp-runtime"
version = "0.1.0"
 "frame-system",
 "scale-info",
 "sp-state-machine",
[[package]]
name = "bp-test-utils"
version = "0.1.0"
dependencies = [
 "bp-header-chain",
 "finality-grandpa",
 "parity-scale-codec",
 "sp-application-crypto",
 "sp-finality-grandpa",
 "sp-runtime",
[[package]]
name = "bp-westend"
version = "0.1.0"
dependencies = [
 "bp-polkadot-core",
 "bp-runtime",
[[package]]
name = "bp-wococo"
version = "0.1.0"
dependencies = [
 "bp-polkadot-core",
[[package]]
name = "bridge-runtime-common"
version = "0.1.0"
dependencies = [
 "bp-header-chain",
 "bp-parachains",