Skip to content
Cargo.lock 270 KiB
Newer Older
name = "md-5"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
name = "memfd"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e"
dependencies = [
 "rustix 0.37.27",
name = "memmap2"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
name = "memoffset"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
name = "memoffset"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
name = "memory-db"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe"
name = "merlin"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"
dependencies = [
 "byteorder",
 "keccak",
 "rand_core 0.5.1",
 "zeroize",
name = "merlin"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
 "byteorder",
 "keccak",
 "rand_core 0.6.4",
 "zeroize",
name = "messages-relay"
version = "0.1.0"
dependencies = [
 "async-std",
 "async-trait",
 "bp-messages",
 "env_logger",
 "finality-relay",
 "futures",
 "hex",
 "log",
 "num-traits",
 "parking_lot 0.12.1",
 "relay-utils",
 "sp-arithmetic",
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
name = "mio"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
dependencies = [
 "libc",
 "wasi 0.11.0+wasi-snapshot-preview1",
 "windows-sys 0.48.0",
]
name = "mixnet"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a"
dependencies = [
 "arrayref",
 "arrayvec 0.7.4",
 "bitflags 1.3.2",
 "blake2 0.10.6",
 "c2-chacha",
 "curve25519-dalek 4.0.0",
 "either",
 "hashlink",
 "lioness",
 "log",
 "parking_lot 0.12.1",
 "rand 0.8.5",
 "rand_chacha 0.3.1",
 "rand_distr",
 "subtle 2.4.1",
 "thiserror",
 "zeroize",
]
name = "mockall"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96"
dependencies = [
 "cfg-if 1.0.0",
 "downcast",
 "fragile",
 "lazy_static",
 "mockall_derive",
 "predicates",
 "predicates-tree",
]
name = "mockall_derive"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb"
dependencies = [
 "cfg-if 1.0.0",
 "proc-macro2 1.0.69",
 "quote 1.0.33",
 "syn 1.0.109",
name = "multiaddr"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd"
dependencies = [
 "arrayref",
 "byteorder",
 "data-encoding",
 "log",
 "multibase",
 "multihash",
 "percent-encoding",
 "serde",
 "static_assertions",
 "unsigned-varint",
 "url",
]
name = "multibase"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
 "base-x",
 "data-encoding",
 "data-encoding-macro",
name = "multihash"
version = "0.17.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"
 "core2",
 "digest 0.10.7",
 "multihash-derive",
 "sha2 0.10.7",
 "unsigned-varint",
name = "multihash-derive"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "proc-macro-crate 1.3.1",
 "proc-macro-error",
 "proc-macro2 1.0.69",
 "quote 1.0.33",
 "syn 1.0.109",
 "synstructure",
name = "multimap"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
name = "multistream-select"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"
 "futures",
 "log",
 "pin-project",
 "smallvec",
 "unsigned-varint",
]

name = "nalgebra"
version = "0.32.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "307ed9b18cc2423f29e83f84fd23a8e73628727990181f18641a8b5dc2ab1caa"
dependencies = [
 "approx",
 "matrixmultiply",
 "nalgebra-macros",
 "num-complex",
 "num-rational",
 "num-traits",
 "simba",
 "typenum",
name = "nalgebra-macros"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998"
dependencies = [
 "proc-macro2 1.0.69",
 "quote 1.0.33",
 "syn 1.0.109",
name = "netlink-packet-core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"
 "anyhow",
 "byteorder",
 "libc",
 "netlink-packet-utils",
]

[[package]]
name = "netlink-packet-route"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"
dependencies = [
 "anyhow",
 "bitflags 1.3.2",
 "byteorder",
 "libc",
 "netlink-packet-core",
 "netlink-packet-utils",
]

[[package]]
name = "netlink-packet-utils"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"
dependencies = [
 "anyhow",
 "byteorder",
 "paste",
name = "netlink-proto"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"
dependencies = [
 "netlink-packet-core",
 "netlink-sys",
name = "netlink-sys"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411"
[[package]]
name = "nix"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
 "bitflags 1.3.2",
 "cfg-if 1.0.0",
 "libc",
 "memoffset 0.6.5",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "no-std-net"
version = "0.6.0"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"

[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"

[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 "memchr",
 "minimal-lexical",
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"

[[package]]
name = "ntapi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
 "autocfg",
 "num-integer",
 "num-traits",
name = "num-complex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
dependencies = [
name = "num-format"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
name = "num-rational"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
 "autocfg",
 "num-bigint",
 "num-integer",
 "num-traits",
name = "num-traits"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
dependencies = [
[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
 "hermit-abi 0.3.2",
 "libc",
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
name = "object"
version = "0.30.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
dependencies = [
 "crc32fast",
 "hashbrown 0.13.2",
 "indexmap 1.9.3",
 "memchr",
name = "object"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
dependencies = [
name = "oid-registry"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a"
name = "oid-registry"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
dependencies = [
name = "once_cell"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"

[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"

[[package]]
name = "openssl-sys"
version = "0.9.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
 "cc",
Hernando Castano's avatar
Hernando Castano committed
 "pkg-config",
 "vcpkg",
[[package]]
name = "p256"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
dependencies = [
 "ecdsa 0.14.8",
 "elliptic-curve 0.12.3",
 "sha2 0.10.7",
name = "p384"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"
dependencies = [
 "ecdsa 0.14.8",
 "elliptic-curve 0.12.3",
 "sha2 0.10.7",
[[package]]
name = "pallet-authorship"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#ebe2aad6f0ae576a0e176f38a084fe7579f936dd"
dependencies = [
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "scale-info",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-balances"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#ebe2aad6f0ae576a0e176f38a084fe7579f936dd"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
]
name = "pallet-beefy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#ebe2aad6f0ae576a0e176f38a084fe7579f936dd"
 "frame-support",
 "frame-system",
 "log",
 "pallet-authorship",
 "pallet-session",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-consensus-beefy",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-beefy-mmr"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#ebe2aad6f0ae576a0e176f38a084fe7579f936dd"
 "array-bytes 6.1.0",
 "binary-merkle-tree",
 "frame-support",
 "frame-system",
 "log",
 "pallet-beefy",
 "pallet-mmr",
 "pallet-session",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-api",
 "sp-consensus-beefy",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-state-machine",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-bridge-beefy"
version = "0.1.0"
dependencies = [
 "bp-beefy",
 "bp-runtime",
 "bp-test-utils",
 "ckb-merkle-mountain-range 0.3.2",
 "frame-support",
 "frame-system",
 "log",
 "pallet-beefy-mmr",
 "pallet-mmr",
 "parity-scale-codec",
 "rand 0.8.5",
 "scale-info",
 "serde",
 "sp-consensus-beefy",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-bridge-grandpa"
version = "0.1.0"
dependencies = [
 "bp-header-chain",
 "bp-runtime",
 "bp-test-utils",
 "finality-grandpa",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-consensus-grandpa",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
 "sp-trie",
name = "pallet-bridge-messages"
version = "0.1.0"
 "bp-messages",
 "bp-runtime",
 "bp-test-utils",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "num-traits",
 "pallet-balances",
 "parity-scale-codec",
 "scale-info",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
[[package]]
name = "pallet-bridge-parachains"
version = "0.1.0"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "bp-header-chain",
 "bp-parachains",
 "bp-polkadot-core",
 "bp-runtime",
 "bp-test-utils",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "pallet-bridge-grandpa",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
 "sp-trie",
name = "pallet-bridge-relayers"
version = "0.1.0"
 "bp-messages",
 "bp-relayers",
 "bp-runtime",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "pallet-balances",
 "pallet-bridge-messages",
 "parity-scale-codec",
 "scale-info",
 "sp-arithmetic",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-grandpa"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#ebe2aad6f0ae576a0e176f38a084fe7579f936dd"
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "pallet-authorship",
 "pallet-session",
 "parity-scale-codec",
 "scale-info",
 "sp-application-crypto",
 "sp-consensus-grandpa",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-mmr"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#ebe2aad6f0ae576a0e176f38a084fe7579f936dd"
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-mmr-primitives",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-session"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#ebe2aad6f0ae576a0e176f38a084fe7579f936dd"
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "log",
 "pallet-timestamp",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-state-machine",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
 "sp-trie",
name = "pallet-timestamp"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#ebe2aad6f0ae576a0e176f38a084fe7579f936dd"
 "docify",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
 "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-transaction-payment"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#ebe2aad6f0ae576a0e176f38a084fe7579f936dd"
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
name = "pallet-transaction-payment-rpc-runtime-api"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#ebe2aad6f0ae576a0e176f38a084fe7579f936dd"
 "pallet-transaction-payment",
 "parity-scale-codec",
 "sp-api",
 "sp-runtime",
 "sp-weights",
[[package]]
name = "pallet-utility"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#ebe2aad6f0ae576a0e176f38a084fe7579f936dd"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
]
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "pallet-xcm-bridge-hub-router"
Hernando Castano's avatar
Hernando Castano committed
version = "0.1.0"
dependencies = [
 "bp-xcm-bridge-hub-router",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)",
 "staging-xcm",
 "staging-xcm-builder",
]

[[package]]
name = "parachains-relay"
version = "0.1.0"
dependencies = [
 "async-std",
 "async-trait",
 "bp-polkadot-core",
 "futures",
 "log",
 "parity-scale-codec",
 "relay-substrate-client",
 "relay-utils",
 "sp-core",
]

[[package]]
name = "parity-scale-codec"
version = "3.6.4"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8e946cc0cc711189c0b0249fb8b599cbeeab9784d83c415719368bb8d4ac64"
dependencies = [
 "arrayvec 0.7.4",
 "bitvec",
 "byte-slice-cast",
 "bytes",
 "impl-trait-for-tuples",
 "parity-scale-codec-derive",
 "serde",
]
name = "parity-scale-codec-derive"
version = "3.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a296c3079b5fefbc499e1de58dc26c09b1b9a5952d26694ee89f04a43ebbb3e"
 "proc-macro-crate 1.3.1",
 "proc-macro2 1.0.69",
 "quote 1.0.33",
 "syn 1.0.109",
name = "parity-send-wrapper"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"
[[package]]
name = "parity-util-mem"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d32c34f4f5ca7f9196001c0aba5a1f9a5a12382c8944b8b0f90233282d1e8f8"
dependencies = [
 "cfg-if 1.0.0",
 "ethereum-types",
 "hashbrown 0.12.3",
 "impl-trait-for-tuples",
 "lru 0.8.1",
 "parity-util-mem-derive",
 "parking_lot 0.12.1",
 "primitive-types",
 "smallvec",
 "winapi",
[[package]]
name = "parity-util-mem-derive"