Newer
Older
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
[[package]]
name = "bzip2-sys"
version = "0.1.11+1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "cache-padded"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
[[package]]
name = "camino"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b"
dependencies = [
"serde",
]
[[package]]
name = "cargo-platform"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
dependencies = [
"serde",
]
[[package]]
name = "cargo_metadata"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
"serde",
"serde_json",
]
[[package]]
name = "castaway"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed247d1586918e46f2bbe0f13b06498db8dab5a8c1093f156652e9f2e0a73fc3"
[[package]]
name = "cc"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
[[package]]
name = "cfg-expr"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"
dependencies = [
"smallvec",
]
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"
"cfg-if 1.0.0",
"cipher",
"zeroize",
]
[[package]]
name = "chacha20poly1305"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"
"multihash",
"serde",
"unsigned-varint",
[[package]]
name = "cipher"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
dependencies = [
"generic-array 0.14.4",
]
[[package]]
name = "ckb-merkle-mountain-range"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"
dependencies = [
"cfg-if 0.1.10",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa66045b9cb23c2e9c1520732030608b02ee07e5cfaa5a521ec15ded7fa24c90"
"libloading",
[[package]]
name = "clap"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
"strsim 0.8.0",
"textwrap 0.11.0",
"unicode-width",
"vec_map",
]
[[package]]
name = "clap"
version = "3.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"
dependencies = [
"atty",
"bitflags",
"clap_derive",
"strsim 0.10.0",
"termcolor",
"textwrap 0.15.1",
]
[[package]]
name = "clap_derive"
version = "3.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
dependencies = [
"heck 0.4.0",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "cmake"
version = "0.1.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
dependencies = [
"cc",
]
[[package]]
name = "coarsetime"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"
dependencies = [
"libc",
"once_cell",
"wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
]
[[package]]
name = "comfy-table"
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85914173c2f558d61613bfbbf1911f14e630895087a7ed2fafc0f5319e1536e7"
dependencies = [
"strum 0.24.1",
"strum_macros 0.24.0",
"unicode-width",
]
[[package]]
name = "concurrent-queue"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
dependencies = [
"cache-padded",
]
[[package]]
name = "const-oid"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "core-foundation"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
name = "core2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
name = "cpp_demangle"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "931ab2a3e6330a07900b8e7ca4e106cdcbb93f2b9a52df55e54ee53d8305b55d"
name = "cpufeatures"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
dependencies = [
"libc",
]
[[package]]
name = "cranelift-bforest"
version = "0.88.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44409ccf2d0f663920cab563d2b79fcd6b2e9a2bcc6e929fef76c8f82ad6c17a"
dependencies = [
"cranelift-entity",
]
[[package]]
name = "cranelift-codegen"
version = "0.88.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de2018ad96eb97f621f7d6b900a0cc661aec8d02ea4a50e56ecb48e5a2fcaf"
"arrayvec 0.7.2",
"bumpalo",
"cranelift-bforest",
"cranelift-codegen-meta",
"cranelift-codegen-shared",
"cranelift-entity",
"target-lexicon",
]
[[package]]
name = "cranelift-codegen-meta"
version = "0.88.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5287ce36e6c4758fbaf298bd1a8697ad97a4f2375a3d1b61142ea538db4877e5"
dependencies = [
"cranelift-codegen-shared",
]
[[package]]
name = "cranelift-codegen-shared"
version = "0.88.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2855c24219e2f08827f3f4ffb2da92e134ae8d8ecc185b11ec8f9878cf5f588e"
[[package]]
name = "cranelift-entity"
version = "0.88.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b65673279d75d34bf11af9660ae2dbd1c22e6d28f163f5c72f4e1dc56d56103"
dependencies = [
"serde",
]
[[package]]
name = "cranelift-frontend"
version = "0.88.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed2b3d7a4751163f6c4a349205ab1b7d9c00eecf19dcea48592ef1f7688eefc"
dependencies = [
"cranelift-codegen",
"log",
"target-lexicon",
]
[[package]]
name = "cranelift-isle"
version = "0.88.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be64cecea9d90105fc6a2ba2d003e98c867c1d6c4c86cc878f97ad9fb916293"
[[package]]
name = "cranelift-native"
version = "0.88.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a03a6ac1b063e416ca4b93f6247978c991475e8271465340caa6f92f3c16a4"
dependencies = [
"cranelift-codegen",
"target-lexicon",
]
[[package]]
name = "cranelift-wasm"
version = "0.88.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c699873f7b30bc5f20dd03a796b4183e073a46616c91704792ec35e45d13f913"
dependencies = [
"cranelift-codegen",
"cranelift-entity",
"cranelift-frontend",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3825b1e8580894917dc4468cb634a1b4e9745fddc854edad72d9c04644c0319f"
[[package]]
name = "crossbeam-channel"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
[[package]]
name = "crossbeam-deque"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
dependencies = [
"cfg-if 1.0.0",
[[package]]
name = "crossbeam-queue"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
dependencies = [
"cfg-if 1.0.0",
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-bigint"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"
dependencies = [
"generic-array 0.14.4",
"rand_core 0.6.3",
"subtle",
"zeroize",
]
[[package]]
name = "crypto-common"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
dependencies = [
"generic-array 0.14.4",
[[package]]
name = "crypto-mac"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
]
[[package]]
name = "crypto-mac"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
dependencies = [
"generic-array 0.14.4",
[[package]]
name = "ctor"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "ctr"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
dependencies = [
"cipher",
]
[[package]]
name = "cuckoofilter"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"
"byteorder",
"fnv",
"rand 0.7.3",
Svyatoslav Nikolsky
committed
[[package]]
name = "cumulus-client-cli"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
Svyatoslav Nikolsky
committed
dependencies = [
"clap 3.2.22",
"parity-scale-codec",
"sc-chain-spec",
"sc-cli",
"sc-service",
"sp-core",
"sp-runtime",
"url",
Svyatoslav Nikolsky
committed
]
[[package]]
name = "cumulus-client-collator"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
Svyatoslav Nikolsky
committed
dependencies = [
"cumulus-client-consensus-common",
"cumulus-client-network",
"cumulus-primitives-core",
"parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-overseer",
"polkadot-primitives",
"sc-client-api",
"sp-api",
"sp-consensus",
"sp-core",
"sp-runtime",
"tracing",
Svyatoslav Nikolsky
committed
]
name = "cumulus-client-consensus-aura"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
"async-trait",
"cumulus-client-consensus-common",
"cumulus-primitives-core",
"parity-scale-codec",
"sc-client-api",
"sc-consensus",
"sc-consensus-aura",
"sc-consensus-slots",
"sc-telemetry",
"sp-api",
"sp-application-crypto",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-aura",
"sp-core",
"sp-inherents",
"sp-keystore",
"sp-runtime",
"substrate-prometheus-endpoint",
"tracing",
name = "cumulus-client-consensus-common"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
"cumulus-relay-chain-interface",
"parity-scale-codec",
"polkadot-primitives",
"sc-client-api",
"sc-consensus",
"sp-blockchain",
"sp-consensus",
"sp-runtime",
"sp-trie",
"tracing",
name = "cumulus-client-network"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
"async-trait",
"cumulus-relay-chain-interface",
"parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-node-primitives",
"polkadot-parachain",
"polkadot-primitives",
"sc-client-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-runtime",
name = "cumulus-client-pov-recovery"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
"cumulus-primitives-core",
"cumulus-relay-chain-interface",
"parity-scale-codec",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-overseer",
"polkadot-primitives",
"rand 0.8.5",
"sc-client-api",
"sc-consensus",
"sp-consensus",
"sp-maybe-compressed-blob",
"sp-runtime",
"tracing",
name = "cumulus-client-service"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
"cumulus-client-cli",
"cumulus-client-collator",
"cumulus-client-consensus-common",
"cumulus-client-pov-recovery",
"cumulus-primitives-core",
"cumulus-relay-chain-interface",
"parking_lot 0.12.1",
"polkadot-primitives",
"sc-client-api",
"sc-consensus",
"sc-service",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-runtime",
name = "cumulus-pallet-aura-ext"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
"frame-support",
"frame-system",
"pallet-aura",
"parity-scale-codec",
"sp-application-crypto",
"sp-consensus-aura",
"sp-runtime",
"sp-std",
name = "cumulus-pallet-dmp-queue"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
"cumulus-primitives-core",
"frame-support",
"frame-system",
"parity-scale-codec",
"sp-io",
"sp-runtime",
"sp-std",
"xcm",
name = "cumulus-pallet-parachain-system"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
"cumulus-pallet-parachain-system-proc-macro",
"cumulus-primitives-core",
"cumulus-primitives-parachain-inherent",
"environmental",
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"log",
"parity-scale-codec",
"polkadot-parachain",
"sp-core",
"sp-externalities",
"sp-inherents",
"sp-io",
"sp-runtime",
"sp-state-machine",
"sp-std",
"sp-trie",
"sp-version",
name = "cumulus-pallet-parachain-system-proc-macro"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
name = "cumulus-pallet-xcm"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
"cumulus-primitives-core",
"frame-support",
"frame-system",
"parity-scale-codec",
"sp-io",
"sp-runtime",
"sp-std",
"xcm",
name = "cumulus-pallet-xcmp-queue"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
"cumulus-primitives-core",
"frame-support",
"frame-system",
"log",
"parity-scale-codec",
Svyatoslav Nikolsky
committed
"polkadot-runtime-common",
"rand_chacha 0.3.1",
Svyatoslav Nikolsky
committed
"sp-io",
"sp-runtime",
"sp-std",
"xcm",
"xcm-executor",
name = "cumulus-primitives-core"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
"parity-scale-codec",
"polkadot-core-primitives",
"polkadot-parachain",
"polkadot-primitives",
"sp-api",
"sp-runtime",
"sp-std",
"sp-trie",
name = "cumulus-primitives-parachain-inherent"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
dependencies = [
"async-trait",
"cumulus-primitives-core",
"cumulus-relay-chain-interface",
"cumulus-test-relay-sproof-builder",
"parity-scale-codec",
"sc-client-api",
"sp-api",
"sp-core",
"sp-inherents",
"sp-runtime",
"sp-state-machine",
"sp-std",
"sp-trie",
"tracing",
]
[[package]]
name = "cumulus-primitives-timestamp"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
dependencies = [
"cumulus-primitives-core",
"parity-scale-codec",
"sp-inherents",
"sp-std",
"sp-timestamp",
]
name = "cumulus-relay-chain-inprocess-interface"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
dependencies = [
"async-trait",
"cumulus-primitives-core",
"cumulus-relay-chain-interface",
"futures-timer",
"polkadot-client",
"polkadot-service",
"sc-telemetry",
"sc-tracing",
"sp-consensus",
"sp-core",
"sp-runtime",
"sp-state-machine",
]
[[package]]
name = "cumulus-relay-chain-interface"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
dependencies = [
"async-trait",
"cumulus-primitives-core",
"futures",
"jsonrpsee-core",
"parity-scale-codec",
"polkadot-overseer",
"polkadot-service",
"sc-client-api",
"sp-api",
"sp-blockchain",
"sp-state-machine",
"thiserror",
[[package]]
name = "cumulus-test-relay-sproof-builder"
version = "0.1.0"
source = "git+https://github.com/paritytech/cumulus?branch=gav-xcm-v3#c446b6321ba3440dd44a56fd97bcb0453621f077"
dependencies = [
"cumulus-primitives-core",
"parity-scale-codec",
"polkadot-primitives",
"sp-runtime",
"sp-state-machine",
"sp-std",
]
[[package]]
name = "curl"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc6d233563261f8db6ffb83bbaad5a73837a6e6b28868e926337ebbdece0be3"
dependencies = [
"curl-sys",
"libc",
"openssl-probe",
"openssl-sys",
"schannel",
"socket2",
"winapi",
]
[[package]]
name = "curl-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d130987e6a6a34fe0889e1083022fa48cd90e6709a84be3fb8dd95801de5af20"
dependencies = [
"cc",
"libc",
"libnghttp2-sys",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
]
[[package]]
name = "curve25519-dalek"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"
dependencies = [
"byteorder",
"digest 0.8.1",
"rand_core 0.5.1",
"zeroize",
]
[[package]]
name = "curve25519-dalek"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
dependencies = [
"byteorder",
"digest 0.9.0",