Skip to content
Cargo.lock 302 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 = [
 "generic-array 0.14.4",
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",
 "cpufeatures 0.2.1",
 "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"

[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "winapi 0.3.9",
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 = [
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "winapi 0.3.9",
[[package]]
name = "anyhow"
version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a03e93e97a28fbc9f42fbc5ba0886a3c67eb637b476dbee711f80a6ffe8223d"
[[package]]
name = "approx"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "072df7202e63b127ab55acfe16ce97013d5b97bf160489336d3f1840fd78e99e"
dependencies = [
[[package]]
name = "arbitrary"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "510c76ecefdceada737ea728f4f9a84bd2e1ef29f1ba555e560940fe279954de"
[[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"
version = "1.6.1"
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",
 "async-mutex",
 "blocking",
 "futures-lite",
 "num_cpus",
]

[[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",
 "winapi 0.3.9",
[[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"
version = "1.3.0"
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",
 "winapi 0.3.9",
]

[[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.7",
 "wasm-bindgen-futures",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "async-std-resolver"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed4e2c3da14d8ad45acb1e3191db7a918e9505b6f155b218e70a7c9a1a48c638"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "async-std",
 "async-trait",
 "futures-io",
 "futures-util",
 "pin-utils",
 "trust-dns-resolver",
]

[[package]]
name = "async-task"
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
[[package]]
name = "async-trait"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
dependencies = [
 "proc-macro2",
[[package]]
name = "asynchronous-codec"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"
dependencies = [
 "futures-sink",
 "futures-util",
 "memchr",
 "pin-project-lite 0.2.7",
[[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.7",
[[package]]
name = "atomic"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
[[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",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "winapi 0.3.9",
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "backoff"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721c249ab59cbc483ad4294c9ee2671835c1e43e9ffc277e6b4ecfef733cfdc5"
dependencies = [
 "instant",
[[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",
 "object",
[[package]]
name = "base-x"
version = "0.2.8"
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"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dea908e7347a8c64e378c17e30ef880ad73e3b4498346b055c2c00ea342f3179"
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#aa7520bd0a2094204a6c0b33865aa264e6d686a5"
dependencies = [
 "beefy-primitives",
 "fnv",
 "log",
 "parity-scale-codec",
 "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#aa7520bd0a2094204a6c0b33865aa264e6d686a5"
dependencies = [
 "beefy-gadget",
 "beefy-primitives",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "jsonrpc-pubsub",
 "log",
 "parity-scale-codec",
[[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#aa7520bd0a2094204a6c0b33865aa264e6d686a5"
[[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#aa7520bd0a2094204a6c0b33865aa264e6d686a5"
dependencies = [
 "parity-scale-codec",
 "scale-info",
 "sp-api",
 "sp-application-crypto",
 "sp-core",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "bimap"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50ae17cabbc8a38a1e3e4c1a6a664e9a09672dc14d0896fa8d865d3a5a446b07"

[[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"
version = "0.59.2"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
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 = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"
 "radium",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "blake2"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "crypto-mac 0.8.0",
 "digest 0.9.0",
 "opaque-debug 0.3.0",
[[package]]
name = "blake2"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"
dependencies = [
 "digest 0.10.3",
]

[[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"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
dependencies = [
 "arrayref",
 "arrayvec 0.5.2",
 "constant_time_eq",
]

[[package]]
name = "blake2s_simd"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"
dependencies = [
 "arrayref",
 "arrayvec 0.5.2",
 "constant_time_eq",
]

[[package]]
name = "blake3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
dependencies = [
 "arrayref",
 "arrayvec 0.5.2",
 "cc",
 "cfg-if 0.1.10",
 "constant_time_eq",
 "crypto-mac 0.8.0",
 "digest 0.9.0",
]

[[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",
 "digest 0.10.3",
]

[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
 "block-padding 0.1.5",
 "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 = [
 "block-padding 0.2.1",
 "generic-array 0.14.4",
[[package]]
name = "block-buffer"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"
dependencies = [
 "generic-array 0.14.4",
]

[[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 = "block-padding"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"

[[package]]
name = "blocking"
version = "1.1.0"
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 = "b47cca82fca99417fe405f09d93bb8fff90bdd03d13c631f18096ee123b4281c"
[[package]]
name = "bp-header-chain"
version = "0.1.0"
dependencies = [
 "assert_matches",
 "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",
 "sp-std",
version = "0.1.0"
dependencies = [
 "bitvec",
 "scale-info",
[[package]]
name = "bp-millau"
version = "0.1.0"
dependencies = [
 "fixed-hash",
 "frame-system",
 "impl-codec",
 "impl-serde",
 "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",
 "serde",
 "sp-core",
]

[[package]]
name = "bp-polkadot"
version = "0.1.0"
dependencies = [
 "bp-polkadot-core",
 "bp-runtime",
]

[[package]]
name = "bp-polkadot-core"
version = "0.1.0"
dependencies = [
 "bp-runtime",
 "frame-support",
 "frame-system",
 "parity-util-mem",
 "scale-info",
 "sp-api",
 "sp-core",
 "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-messages",
 "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-header-chain",
 "bp-polkadot-core",
 "bp-runtime",
 "scale-info",
 "sp-version",
[[package]]
name = "bp-wococo"
version = "0.1.0"
dependencies = [
 "bp-messages",
 "bp-polkadot-core",
 "sp-api",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "bridge-runtime-common"
version = "0.1.0"
dependencies = [
 "bp-parachains",
 "pallet-transaction-payment",
 "scale-info",