diff --git a/.bazelrc b/.bazelrc new file mode 100644 index 00000000..7cc03555 --- /dev/null +++ b/.bazelrc @@ -0,0 +1,3 @@ +build --action_env CC=clang +build --action_env CXX=clang++ +build --incompatible_strict_action_env diff --git a/.gitignore b/.gitignore index 6535bff6..8b5bbdd8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,12 @@ .vscode .envrc +# Ignore all bazel-* symlinks. There is no full list since this can change +# based on the name of the directory bazel is cloned into. +/bazel-* +/MODULE.bazel +/MODULE.bazel.lock + /zombienet /demo/sovereign/target /demo/sovereign/demo-rollup/demo_data diff --git a/BUILD.bazel b/BUILD.bazel new file mode 100644 index 00000000..e69de29b diff --git a/Cargo.lock b/Cargo.lock index c7f9ceb2..ab8aa66d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1317,8 +1317,19 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "bp-xcm-bridge-hub-router" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -2117,12 +2128,12 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-service", - "sp-core", - "sp-runtime", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-cli 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "url", ] @@ -2133,19 +2144,19 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sc-client-api", - "sp-api", - "sp-consensus", - "sp-core", - "sp-runtime", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "tracing", ] @@ -2159,35 +2170,35 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-primitives-aura", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-relay-chain-interface", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-primitives-parachain-inherent 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-relay-chain-interface 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "schnellru", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-timestamp", - "substrate-prometheus-endpoint", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "tracing", ] @@ -2198,25 +2209,25 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-relay-chain-interface 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-consensus-babe", "schnellru", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-runtime", - "sp-timestamp", - "sp-trie", - "substrate-prometheus-endpoint", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "tracing", ] @@ -2227,11 +2238,11 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent", - "sp-consensus", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "cumulus-primitives-parachain-inherent 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", ] @@ -2241,20 +2252,20 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "async-trait", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sc-client-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "tracing", ] @@ -2264,21 +2275,21 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-relay-chain-interface 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "rand 0.8.5", - "sc-client-api", - "sc-consensus", - "sp-consensus", - "sp-maybe-compressed-blob", - "sp-runtime", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "tracing", ] @@ -2292,29 +2303,29 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-transaction-pool", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-sync 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-transactions 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-rpc 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-sysinfo 6.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -2322,49 +2333,100 @@ name = "cumulus-pallet-aura-ext" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "cumulus-pallet-parachain-system", - "frame-support", - "frame-system", - "pallet-aura", - "pallet-timestamp", + "cumulus-pallet-parachain-system 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-aura 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-consensus-aura", - "sp-runtime", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "cumulus-pallet-aura-ext" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "cumulus-pallet-parachain-system 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-aura 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "cumulus-pallet-parachain-system" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", + "cumulus-pallet-parachain-system-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-primitives-parachain-inherent 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "impl-trait-for-tuples", "log", - "pallet-message-queue", + "pallet-message-queue 7.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-runtime-parachains", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-runtime-parachains 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "scale-info", - "sp-core", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-state-machine", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-trie", - "sp-version", - "staging-xcm", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "trie-db", +] + +[[package]] +name = "cumulus-pallet-parachain-system" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "bytes", + "cumulus-pallet-parachain-system-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "cumulus-primitives-parachain-inherent 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "environmental", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "impl-trait-for-tuples", + "log", + "pallet-message-queue 7.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-runtime-parachains 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "scale-info", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "trie-db", ] @@ -2379,34 +2441,75 @@ dependencies = [ "syn 2.0.39", ] +[[package]] +name = "cumulus-pallet-parachain-system-proc-macro" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "proc-macro-crate 1.3.1", + "proc-macro2", + "quote", + "syn 2.0.39", +] + [[package]] name = "cumulus-pallet-session-benchmarking" version = "3.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-session", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "sp-runtime", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "cumulus-pallet-session-benchmarking" +version = "3.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "cumulus-pallet-xcm" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "staging-xcm", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "cumulus-pallet-xcm" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -2415,23 +2518,48 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "bounded-collections", - "bp-xcm-bridge-hub-router", - "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", + "bp-xcm-bridge-hub-router 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-message-queue", + "pallet-message-queue 7.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "polkadot-runtime-common", - "polkadot-runtime-parachains", + "polkadot-runtime-common 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-runtime-parachains 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "staging-xcm", - "staging-xcm-executor", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "cumulus-pallet-xcmp-queue" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "bounded-collections", + "bp-xcm-bridge-hub-router 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "pallet-message-queue 7.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "polkadot-runtime-common 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-runtime-parachains 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "scale-info", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -2440,11 +2568,11 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-primitives", - "sp-api", - "sp-consensus-aura", - "sp-runtime", + "polkadot-core-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -2454,15 +2582,32 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", + "polkadot-core-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "scale-info", - "sp-api", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-trie", - "staging-xcm", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "cumulus-primitives-core" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "polkadot-core-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "scale-info", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -2471,20 +2616,43 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "cumulus-test-relay-sproof-builder", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-relay-chain-interface 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-test-relay-sproof-builder 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "sc-client-api", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "scale-info", - "sp-api", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-trie", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "tracing", +] + +[[package]] +name = "cumulus-primitives-parachain-inherent" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "cumulus-relay-chain-interface 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "cumulus-test-relay-sproof-builder 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "scale-info", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "tracing", ] @@ -2493,12 +2661,25 @@ name = "cumulus-primitives-timestamp" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "cumulus-primitives-core", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "futures", "parity-scale-codec", - "sp-inherents", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-timestamp", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "cumulus-primitives-timestamp" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "futures", + "parity-scale-codec", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -2506,19 +2687,39 @@ name = "cumulus-primitives-utility" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "cumulus-primitives-core", - "frame-support", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-xcm-benchmarks", + "pallet-xcm-benchmarks 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "sp-io", - "sp-runtime", + "polkadot-runtime-common 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-runtime-parachains 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-builder 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "cumulus-primitives-utility" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "pallet-xcm-benchmarks 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "polkadot-runtime-common 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-runtime-parachains 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm-builder 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -2527,22 +2728,22 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-relay-chain-interface 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli", - "sc-client-api", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sp-api", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sc-cli 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-sysinfo 6.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -2551,15 +2752,33 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "async-trait", - "cumulus-primitives-core", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "futures", + "jsonrpsee-core 0.16.3", + "parity-scale-codec", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", +] + +[[package]] +name = "cumulus-relay-chain-interface" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "futures", "jsonrpsee-core 0.16.3", "parity-scale-codec", - "polkadot-overseer", - "sc-client-api", - "sp-api", - "sp-blockchain", - "sp-state-machine", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", ] @@ -2570,32 +2789,32 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "array-bytes 6.2.0", "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-relay-chain-interface 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "cumulus-relay-chain-rpc-interface", "futures", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives", + "polkadot-core-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "sc-authority-discovery", - "sc-network", - "sc-network-common", - "sc-service", - "sc-tracing", - "sc-utils", - "sp-api", - "sp-consensus", - "sp-consensus-babe", - "sp-runtime", - "substrate-prometheus-endpoint", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-authority-discovery 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "tracing", ] @@ -2605,30 +2824,30 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-relay-chain-interface 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "either", "futures", "futures-timer", "jsonrpsee 0.16.3", "parity-scale-codec", "pin-project", - "polkadot-overseer", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "rand 0.8.5", - "sc-client-api", - "sc-rpc-api", - "sc-service", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-rpc-api 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "schnellru", "serde", "serde_json", "smoldot 0.11.0", "smoldot-light 0.9.0", - "sp-api", - "sp-authority-discovery", - "sp-consensus-babe", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", "tokio", @@ -2642,13 +2861,27 @@ name = "cumulus-test-relay-sproof-builder" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "cumulus-primitives-core", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "polkadot-primitives", - "sp-runtime", - "sp-state-machine", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-trie", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "cumulus-test-relay-sproof-builder" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -3632,6 +3865,14 @@ dependencies = [ "parity-scale-codec", ] +[[package]] +name = "fork-tree" +version = "3.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", +] + [[package]] name = "form_urlencoded" version = "1.2.1" @@ -3652,26 +3893,51 @@ name = "frame-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support", - "frame-support-procedural", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "static_assertions", ] +[[package]] +name = "frame-benchmarking" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "linregress", + "log", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "static_assertions", +] + [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" @@ -3682,9 +3948,9 @@ dependencies = [ "chrono", "clap", "comfy-table", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "gethostname", "handlebars", "itertools 0.10.5", @@ -3694,27 +3960,27 @@ dependencies = [ "parity-scale-codec", "rand 0.8.5", "rand_pcg", - "sc-block-builder", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-service", - "sc-sysinfo", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-cli 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-db 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-sysinfo 6.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "serde", "serde_json", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-database", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-database 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-trie", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", "thousands", @@ -3731,41 +3997,87 @@ dependencies = [ "syn 2.0.39", ] +[[package]] +name = "frame-election-provider-solution-type" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "proc-macro-crate 1.3.1", + "proc-macro2", + "quote", + "syn 2.0.39", +] + [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-election-provider-solution-type", - "frame-support", - "frame-system", + "frame-election-provider-solution-type 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-npos-elections", - "sp-runtime", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "frame-election-provider-support" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-election-provider-solution-type 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "frame-executive" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support", - "frame-system", - "frame-try-runtime", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "frame-executive" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "frame-metadata" version = "15.1.0" @@ -3800,10 +4112,10 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "spinners", "substrate-rpc-client", "tokio", @@ -3821,7 +4133,7 @@ dependencies = [ "docify", "environmental", "frame-metadata 16.0.0", - "frame-support-procedural", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "impl-trait-for-tuples", "k256", "log", @@ -3832,21 +4144,62 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-core-hashing-proc-macro", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core-hashing-proc-macro 9.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-metadata-ir", - "sp-runtime", - "sp-staking", - "sp-state-machine", + "sp-genesis-builder 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-metadata-ir 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-weights", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "static_assertions", + "tt-call", +] + +[[package]] +name = "frame-support" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "aquamarine", + "array-bytes 6.2.0", + "bitflags 1.3.2", + "docify", + "environmental", + "frame-metadata 16.0.0", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "impl-trait-for-tuples", + "k256", + "log", + "macro_magic", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "serde_json", + "smallvec", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core-hashing-proc-macro 9.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-genesis-builder 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-metadata-ir 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "static_assertions", "tt-call", ] @@ -3860,7 +4213,7 @@ dependencies = [ "cfg-expr", "derive-syn-parse", "expander 2.0.0", - "frame-support-procedural-tools", + "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "itertools 0.10.5", "macro_magic", "proc-macro-warning", @@ -3870,12 +4223,43 @@ dependencies = [ "syn 2.0.39", ] +[[package]] +name = "frame-support-procedural" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse", + "expander 2.0.0", + "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "itertools 0.10.5", + "macro_magic", + "proc-macro-warning", + "proc-macro2", + "quote", + "sp-core-hashing 9.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "syn 2.0.39", +] + [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support-procedural-tools-derive", + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "proc-macro-crate 1.3.1", + "proc-macro2", + "quote", + "syn 2.0.39", +] + +[[package]] +name = "frame-support-procedural-tools" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "proc-macro-crate 1.3.1", "proc-macro2", "quote", @@ -3892,23 +4276,52 @@ dependencies = [ "syn 2.0.39", ] +[[package]] +name = "frame-support-procedural-tools-derive" +version = "3.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.39", +] + [[package]] name = "frame-system" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "cfg-if", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-version", - "sp-weights", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "frame-system" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "cfg-if", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -3916,23 +4329,47 @@ name = "frame-system-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "frame-system-benchmarking" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "frame-system-rpc-runtime-api" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -3940,13 +4377,25 @@ name = "frame-try-runtime" version = "0.10.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "sp-api", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "frame-try-runtime" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "fs-err" version = "2.10.0" @@ -6158,15 +6607,15 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-offchain", - "sp-api", - "sp-blockchain", - "sp-consensus", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-consensus-beefy", - "sp-core", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -6178,11 +6627,11 @@ dependencies = [ "jsonrpsee 0.16.3", "parity-scale-codec", "serde", - "sp-api", - "sp-blockchain", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -6689,121 +7138,241 @@ name = "pallet-asset-rate" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] -name = "pallet-asset-tx-payment" +name = "pallet-asset-rate" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + +[[package]] +name = "pallet-asset-tx-payment" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-transaction-payment", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-asset-tx-payment" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-assets" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-assets" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-aura" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-timestamp", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-consensus-aura", - "sp-runtime", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-aura" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support", - "frame-system", - "pallet-session", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-authority-discovery", - "sp-runtime", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-authority-discovery" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-authorship" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-authorship" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-babe" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-authorship", - "pallet-session", - "pallet-timestamp", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-consensus-babe", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-babe" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-bags-list" version = "4.0.0-dev" @@ -6811,17 +7380,17 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "aquamarine", "docify", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -6831,33 +7400,48 @@ name = "pallet-balances" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-balances" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-beefy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-authorship", - "pallet-session", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", "serde", "sp-consensus-beefy", - "sp-runtime", - "sp-session", - "sp-staking", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -6868,21 +7452,21 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "array-bytes 6.2.0", "binary-merkle-tree", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "pallet-beefy", "pallet-mmr", - "pallet-session", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-consensus-beefy", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -6891,16 +7475,16 @@ name = "pallet-bounties" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-treasury", + "pallet-treasury 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -6909,17 +7493,17 @@ name = "pallet-child-bounties" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "pallet-bounties", - "pallet-treasury", + "pallet-treasury 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -6928,34 +7512,53 @@ name = "pallet-collator-selection" version = "3.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-authorship", - "pallet-session", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-runtime", - "sp-staking", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-collator-selection" +version = "3.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "rand 0.8.5", + "scale-info", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-collective" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -6965,14 +7568,14 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -6981,16 +7584,16 @@ name = "pallet-democracy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -6999,54 +7602,91 @@ name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-election-provider-support-benchmarking", + "pallet-election-provider-support-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-npos-elections", - "sp-runtime", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "strum 0.24.1", ] +[[package]] +name = "pallet-election-provider-multi-phase" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "pallet-election-provider-support-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "rand 0.8.5", + "scale-info", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "strum 0.24.1", +] + [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "sp-npos-elections", - "sp-runtime", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-election-provider-support-benchmarking" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-staking", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7056,39 +7696,58 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "docify", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-staking", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-fast-unstake" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "docify", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-grandpa" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-authorship", - "pallet-session", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-consensus-grandpa", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-grandpa 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7098,33 +7757,49 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-identity" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "enumflags2", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-im-online" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-authorship", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7133,15 +7808,15 @@ name = "pallet-indices" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-keyring", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keyring 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7150,15 +7825,15 @@ name = "pallet-membership" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7167,18 +7842,37 @@ name = "pallet-message-queue" version = "7.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-weights", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "pallet-message-queue" +version = "7.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -7186,16 +7880,16 @@ name = "pallet-mmr" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7204,14 +7898,14 @@ name = "pallet-multisig" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7220,14 +7914,14 @@ name = "pallet-nis" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-runtime", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7236,16 +7930,16 @@ name = "pallet-nomination-pools" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7255,18 +7949,18 @@ name = "pallet-nomination-pools-benchmarking" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-bags-list", "pallet-nomination-pools", - "pallet-staking", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-staking", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7277,7 +7971,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "pallet-nomination-pools", "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7286,15 +7980,15 @@ name = "pallet-offences" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-staking", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7303,22 +7997,22 @@ name = "pallet-offences-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-babe", - "pallet-balances", + "pallet-babe 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-grandpa", "pallet-im-online", "pallet-offences", - "pallet-session", - "pallet-staking", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-staking", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7327,15 +8021,15 @@ name = "pallet-preimage" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7344,13 +8038,13 @@ name = "pallet-proxy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7359,16 +8053,16 @@ name = "pallet-ranked-collective" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7377,13 +8071,13 @@ name = "pallet-recovery" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7393,16 +8087,16 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-io", - "sp-runtime", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7411,13 +8105,13 @@ name = "pallet-root-testing" version = "1.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7427,16 +8121,16 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "docify", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-weights", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -7444,21 +8138,43 @@ name = "pallet-session" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "impl-trait-for-tuples", "log", - "pallet-timestamp", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-state-machine", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-trie", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "pallet-session" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "impl-trait-for-tuples", + "log", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -7466,15 +8182,15 @@ name = "pallet-session-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-session", - "pallet-staking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "rand 0.8.5", - "sp-runtime", - "sp-session", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7483,16 +8199,16 @@ name = "pallet-society" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7501,24 +8217,47 @@ name = "pallet-staking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-authorship", - "pallet-session", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-staking", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-staking" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "rand_chacha 0.2.2", + "scale-info", + "serde", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" @@ -7536,7 +8275,16 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "log", - "sp-arithmetic", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "pallet-staking-reward-fn" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "log", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -7545,8 +8293,8 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-staking", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -7554,15 +8302,15 @@ name = "pallet-state-trie-migration" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7572,35 +8320,51 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "docify", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-sudo" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "docify", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-sugondat-blobs" version = "0.1.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "quickcheck", "quickcheck_macros", "scale-info", "serde", "sha2 0.10.8", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-trie", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sugondat-nmt", "sugondat-primitives", ] @@ -7611,18 +8375,38 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "docify", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-inherents", - "sp-io", - "sp-runtime", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-timestamp", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "pallet-timestamp" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "docify", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "parity-scale-codec", + "scale-info", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -7630,17 +8414,17 @@ name = "pallet-tips" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-treasury", + "pallet-treasury 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7649,31 +8433,47 @@ name = "pallet-transaction-payment" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-transaction-payment" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "jsonrpsee 0.16.3", - "pallet-transaction-payment-rpc-runtime-api", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-weights", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-rpc 6.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -7681,11 +8481,23 @@ name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "parity-scale-codec", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "pallet-transaction-payment-rpc-runtime-api" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-weights", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -7694,32 +8506,51 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "docify", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "impl-trait-for-tuples", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-treasury" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "docify", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "impl-trait-for-tuples", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-utility" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7728,28 +8559,43 @@ name = "pallet-vesting" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "pallet-vesting" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "pallet-whitelist" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-api", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] @@ -7759,21 +8605,44 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "bounded-collections", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-builder 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "pallet-xcm" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "bounded-collections", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm-builder 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -7781,18 +8650,37 @@ name = "pallet-xcm-benchmarks" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-builder 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "pallet-xcm-benchmarks" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm-builder 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -7800,34 +8688,69 @@ name = "parachains-common" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "cumulus-primitives-core", - "cumulus-primitives-utility", - "frame-support", - "frame-system", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-primitives-utility 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "log", "num-traits", - "pallet-asset-tx-payment", - "pallet-assets", - "pallet-authorship", - "pallet-balances", - "pallet-collator-selection", - "pallet-message-queue", + "pallet-asset-tx-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-collator-selection 3.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-message-queue 7.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-primitives", - "rococo-runtime-constants", + "polkadot-core-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "rococo-runtime-constants 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "scale-info", "smallvec", - "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-runtime", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-builder", - "substrate-wasm-builder", - "westend-runtime-constants", + "staging-parachain-info 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-builder 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-wasm-builder 5.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "westend-runtime-constants 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "parachains-common" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "cumulus-primitives-utility 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "log", + "num-traits", + "pallet-asset-tx-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-collator-selection 3.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-message-queue 7.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "polkadot-core-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "rococo-runtime-constants 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "scale-info", + "smallvec", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-parachain-info 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm-builder 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "substrate-wasm-builder 5.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "westend-runtime-constants 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -8148,15 +9071,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-metrics 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "rand 0.8.5", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8167,12 +9090,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "rand 0.8.5", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8185,17 +9108,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "rand 0.8.5", "schnellru", - "sp-core", - "sp-keystore", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8208,16 +9131,16 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "rand 0.8.5", - "sc-network", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8229,19 +9152,19 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-service", - "sc-cli", - "sc-executor", - "sc-service", + "sc-cli 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-storage-monitor", - "sc-sysinfo", - "sc-tracing", - "sp-core", - "sp-io", - "sp-keyring", - "sp-maybe-compressed-blob", + "sc-sysinfo 6.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keyring 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -8256,17 +9179,17 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-core", - "sp-keystore", - "sp-runtime", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", "tokio-util", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8276,11 +9199,23 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "polkadot-core-primitives" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "polkadot-dispute-distribution" version = "1.0.0" @@ -8293,17 +9228,17 @@ dependencies = [ "indexmap 1.9.3", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-network", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "schnellru", - "sp-application-crypto", - "sp-keystore", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8312,11 +9247,11 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-primitives", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "reed-solomon-novelpoly", - "sp-core", - "sp-trie", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", ] @@ -8327,18 +9262,18 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "rand 0.8.5", "rand_chacha 0.3.1", - "sc-network", - "sc-network-common", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "tracing-gum", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8353,15 +9288,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", + "polkadot-node-metrics 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sc-network", - "sp-consensus", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8372,14 +9307,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-core", - "sp-maybe-compressed-blob", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8395,24 +9330,24 @@ dependencies = [ "kvdb", "merlin 2.0.1", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.5.1", - "sc-keystore", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "schnellru", "schnorrkel 0.9.1", - "sp-application-crypto", - "sp-consensus", - "sp-consensus-slots", - "sp-runtime", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8426,15 +9361,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "sp-consensus", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8446,14 +9381,14 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", - "polkadot-statement-table", - "sp-keystore", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-statement-table 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8464,10 +9399,10 @@ dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-keystore", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "wasm-timer", ] @@ -8481,15 +9416,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sp-maybe-compressed-blob", - "tracing-gum", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8498,13 +9433,13 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", - "polkadot-primitives", - "sc-client-api", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-consensus-babe", - "sp-blockchain", - "tracing-gum", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8516,12 +9451,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8533,14 +9468,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-keystore", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8552,12 +9487,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sp-blockchain", - "sp-inherents", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8569,12 +9504,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8586,12 +9521,12 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8607,21 +9542,21 @@ dependencies = [ "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives", + "polkadot-core-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-core-pvf-common", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", - "polkadot-parachain-primitives", - "polkadot-primitives", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "rand 0.8.5", "slotmap", - "sp-core", - "sp-maybe-compressed-blob", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "tempfile", "tokio", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8630,14 +9565,14 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "futures", - "polkadot-node-primitives", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "sp-keystore", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8651,18 +9586,18 @@ dependencies = [ "landlock", "libc", "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-executor-wasmtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "seccompiler", - "sp-core", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-io", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8671,13 +9606,13 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-primitives", + "polkadot-node-subsystem-types 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "schnellru", - "sp-consensus-babe", - "tracing-gum", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8690,31 +9625,68 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", - "polkadot-primitives", - "sc-network", - "sp-core", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", "tokio", ] [[package]] -name = "polkadot-node-metrics" +name = "polkadot-node-jaeger" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "bs58 0.5.0", - "futures", - "futures-timer", + "lazy_static", + "log", + "mick-jaeger", + "parity-scale-codec", + "parking_lot 0.12.1", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "thiserror", + "tokio", +] + +[[package]] +name = "polkadot-node-metrics" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "bs58 0.5.0", + "futures", + "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "prioritized-metered-channel", - "sc-cli", - "sc-service", - "sc-tracing", - "substrate-prometheus-endpoint", - "tracing-gum", + "sc-cli 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "polkadot-node-metrics" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "bs58 0.5.0", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "prioritized-metered-channel", + "sc-cli 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -8730,15 +9702,39 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", - "polkadot-primitives", + "polkadot-node-jaeger 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "rand 0.8.5", + "sc-authority-discovery 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "strum 0.24.1", + "thiserror", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "polkadot-node-network-protocol" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-channel 1.9.0", + "async-trait", + "bitvec", + "derive_more", + "fatality", + "futures", + "hex", + "parity-scale-codec", + "polkadot-node-jaeger 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "rand 0.8.5", - "sc-authority-discovery", - "sc-network", + "sc-authority-discovery 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "strum 0.24.1", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -8750,16 +9746,39 @@ dependencies = [ "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "schnorrkel 0.9.1", + "serde", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", + "zstd 0.12.4", +] + +[[package]] +name = "polkadot-node-primitives" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "bitvec", + "bounded-vec", + "futures", + "parity-scale-codec", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "schnorrkel 0.9.1", "serde", - "sp-application-crypto", - "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-maybe-compressed-blob", - "sp-runtime", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", "zstd 0.12.4", ] @@ -8769,9 +9788,9 @@ name = "polkadot-node-subsystem" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "polkadot-node-jaeger", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-jaeger 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-subsystem-types 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8784,19 +9803,45 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-primitives", - "polkadot-statement-table", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "polkadot-node-jaeger 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-statement-table 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "smallvec", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", +] + +[[package]] +name = "polkadot-node-subsystem-types" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "bitvec", + "derive_more", + "futures", + "orchestra", + "polkadot-node-jaeger 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-statement-table 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "smallvec", - "sp-api", - "sp-authority-discovery", - "sp-consensus-babe", - "substrate-prometheus-endpoint", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", ] @@ -8816,23 +9861,23 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.2", "pin-project", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-metrics 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-overseer", - "polkadot-primitives", + "polkadot-node-subsystem-types 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "prioritized-metered-channel", "rand 0.8.5", - "sc-client-api", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "schnellru", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -8845,16 +9890,38 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem-types", - "polkadot-primitives", - "sc-client-api", - "sp-api", - "sp-core", + "polkadot-node-metrics 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-subsystem-types 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "tikv-jemalloc-ctl", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "polkadot-overseer" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "orchestra", + "parking_lot 0.12.1", + "polkadot-node-metrics 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-node-subsystem-types 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "tikv-jemalloc-ctl", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -8865,13 +9932,30 @@ dependencies = [ "bounded-collections", "derive_more", "parity-scale-codec", - "polkadot-core-primitives", + "polkadot-core-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "scale-info", "serde", - "sp-core", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-weights", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "polkadot-parachain-primitives" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "bounded-collections", + "derive_more", + "parity-scale-codec", + "polkadot-core-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "scale-info", + "serde", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -8882,24 +9966,50 @@ dependencies = [ "bitvec", "hex-literal", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-authority-discovery", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-staking", + "polkadot-core-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "scale-info", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "polkadot-primitives" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "bitvec", + "hex-literal", + "parity-scale-codec", + "polkadot-core-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "scale-info", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "polkadot-rpc" version = "1.0.0" @@ -8908,9 +10018,9 @@ dependencies = [ "jsonrpsee 0.16.3", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives", - "sc-chain-spec", - "sc-client-api", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", @@ -8918,16 +10028,16 @@ dependencies = [ "sc-consensus-epochs", "sc-consensus-grandpa", "sc-consensus-grandpa-rpc", - "sc-rpc", + "sc-rpc 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-sync-state-rpc", - "sc-transaction-pool-api", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-keystore", - "sp-runtime", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -8938,48 +10048,99 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "bitvec", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-election-provider-multi-phase", - "pallet-fast-unstake", - "pallet-identity", - "pallet-session", - "pallet-staking", - "pallet-staking-reward-fn", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-treasury", - "pallet-vesting", - "pallet-xcm-benchmarks", - "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-parachains", + "pallet-asset-rate 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-babe 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-election-provider-multi-phase 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-fast-unstake 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-staking-reward-fn 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-treasury 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-vesting 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-xcm-benchmarks 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "parity-scale-codec", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-runtime-parachains 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper", - "sp-api", - "sp-core", - "sp-inherents", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-session", - "sp-staking", + "slot-range-helper 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-builder 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "static_assertions", +] + +[[package]] +name = "polkadot-runtime-common" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "bitvec", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "impl-trait-for-tuples", + "libsecp256k1", + "log", + "pallet-asset-rate 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-babe 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-election-provider-multi-phase 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-fast-unstake 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-staking-reward-fn 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-treasury 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-vesting 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-xcm-benchmarks 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-runtime-parachains 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "rustc-hex", + "scale-info", + "serde", + "serde_derive", + "slot-range-helper 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm-builder 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "static_assertions", ] @@ -8989,13 +10150,26 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "bs58 0.5.0", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "polkadot-primitives", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "polkadot-runtime-metrics" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "bs58 0.5.0", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "polkadot-runtime-parachains" version = "1.0.0" @@ -9004,42 +10178,89 @@ dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "impl-trait-for-tuples", "log", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-message-queue", - "pallet-session", - "pallet-staking", - "pallet-timestamp", - "pallet-vesting", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-metrics", + "pallet-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-babe 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-message-queue 7.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-vesting 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "parity-scale-codec", + "polkadot-core-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-runtime-metrics 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-staking", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "staging-xcm", - "staging-xcm-executor", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "static_assertions", +] + +[[package]] +name = "polkadot-runtime-parachains" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "bitflags 1.3.2", + "bitvec", + "derive_more", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "impl-trait-for-tuples", + "log", + "pallet-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-babe 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-message-queue 7.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-vesting 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "polkadot-core-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-runtime-metrics 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rustc-hex", + "scale-info", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "static_assertions", ] @@ -9049,11 +10270,11 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "async-trait", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "frame-benchmarking-cli", - "frame-support", - "frame-system", - "frame-system-rpc-runtime-api", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "futures", "hex-literal", "is_executable", @@ -9061,11 +10282,11 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe", + "pallet-babe 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-im-online", - "pallet-staking", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-db", "parity-scale-codec", "polkadot-approval-distribution", @@ -9073,7 +10294,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives", + "polkadot-core-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -9092,70 +10313,70 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-parachain-primitives", - "polkadot-primitives", + "polkadot-overseer 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-rpc", - "polkadot-runtime-parachains", + "polkadot-runtime-parachains 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery", + "sc-authority-discovery 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-db 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-consensus-babe", "sc-consensus-beefy", "sc-consensus-grandpa", "sc-consensus-slots", - "sc-executor", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-sync 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-offchain", - "sc-service", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-sync-state-rpc", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-sysinfo 6.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "schnellru", "serde", "serde_json", - "sp-api", - "sp-authority-discovery", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-consensus-beefy", - "sp-consensus-grandpa", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-keystore", + "sp-consensus-grandpa 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keyring 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-mmr-primitives", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-state-machine", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-timestamp", - "sp-transaction-pool", - "sp-version", - "sp-weights", - "substrate-prometheus-endpoint", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "westend-runtime", ] @@ -9171,16 +10392,16 @@ dependencies = [ "futures-timer", "indexmap 1.9.3", "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-node-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-keystore", - "sp-staking", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", - "tracing-gum", + "tracing-gum 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -9189,8 +10410,18 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "parity-scale-codec", - "polkadot-primitives", - "sp-core", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "polkadot-statement-table" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -10010,20 +11241,20 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "binary-merkle-tree", - "frame-benchmarking", - "frame-executive", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-executive 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "hex-literal", "log", - "pallet-asset-rate", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", + "pallet-asset-rate 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-babe 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-beefy", "pallet-beefy-mmr", "pallet-bounties", @@ -10033,11 +11264,11 @@ dependencies = [ "pallet-democracy", "pallet-elections-phragmen", "pallet-grandpa", - "pallet-identity", + "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-im-online", "pallet-indices", "pallet-membership", - "pallet-message-queue", + "pallet-message-queue 7.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-mmr", "pallet-multisig", "pallet-nis", @@ -10049,55 +11280,55 @@ dependencies = [ "pallet-referenda", "pallet-root-testing", "pallet-scheduler", - "pallet-session", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-society", - "pallet-staking", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-state-trie-migration", - "pallet-sudo", - "pallet-timestamp", + "pallet-sudo 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-tips", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-treasury 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-utility", - "pallet-vesting", + "pallet-vesting 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-benchmarks", + "pallet-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-xcm-benchmarks 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "rococo-runtime-constants", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-runtime-common 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-runtime-parachains 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "rococo-runtime-constants 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api", - "sp-arithmetic", - "sp-authority-discovery", - "sp-block-builder", - "sp-consensus-babe", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-consensus-beefy", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-io", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-genesis-builder 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-mmr-primitives", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-transaction-pool", - "sp-version", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-builder 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "static_assertions", - "substrate-wasm-builder", + "substrate-wasm-builder 5.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -10105,14 +11336,29 @@ name = "rococo-runtime-constants" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-runtime-common 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "smallvec", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "rococo-runtime-constants" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-runtime-common 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", - "staging-xcm", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -10397,11 +11643,22 @@ version = "4.1.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "log", - "sp-core", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", ] +[[package]] +name = "sc-allocator" +version = "4.1.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "log", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "thiserror", +] + [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" @@ -10418,15 +11675,43 @@ dependencies = [ "prost", "prost-build", "rand 0.8.5", - "sc-client-api", - "sc-network", - "sp-api", - "sp-authority-discovery", - "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", +] + +[[package]] +name = "sc-authority-discovery" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "log", + "multihash", + "parity-scale-codec", + "prost", + "prost-build", + "rand 0.8.5", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", ] @@ -10439,17 +11724,17 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-proposer-metrics", - "sc-telemetry", - "sc-transaction-pool-api", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -10458,12 +11743,26 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sc-block-builder" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -10476,19 +11775,44 @@ dependencies = [ "log", "memmap2", "parity-scale-codec", - "sc-chain-spec-derive", - "sc-client-api", - "sc-executor", - "sc-network", - "sc-telemetry", + "sc-chain-spec-derive 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "serde", + "serde_json", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-genesis-builder 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sc-chain-spec" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "array-bytes 6.2.0", + "docify", + "log", + "memmap2", + "parity-scale-codec", + "sc-chain-spec-derive 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "serde", "serde_json", - "sp-blockchain", - "sp-core", - "sp-genesis-builder", - "sp-io", - "sp-runtime", - "sp-state-machine", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-genesis-builder 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -10502,6 +11826,17 @@ dependencies = [ "syn 2.0.39", ] +[[package]] +name = "sc-chain-spec-derive" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "proc-macro-crate 1.3.1", + "proc-macro2", + "quote", + "syn 2.0.39", +] + [[package]] name = "sc-cli" version = "0.10.0-dev" @@ -10521,24 +11856,65 @@ dependencies = [ "rand 0.8.5", "regex", "rpassword", - "sc-client-api", - "sc-client-db", - "sc-keystore", - "sc-mixnet", - "sc-network", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sc-utils", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-db 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-mixnet 0.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "serde", + "serde_json", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keyring 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-panic-handler 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", + "tokio", +] + +[[package]] +name = "sc-cli" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "array-bytes 6.2.0", + "bip39", + "chrono", + "clap", + "fdlimit", + "futures", + "itertools 0.10.5", + "libp2p-identity", + "log", + "names", + "parity-scale-codec", + "rand 0.8.5", + "regex", + "rpassword", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-client-db 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-mixnet 0.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "serde", "serde_json", - "sp-blockchain", - "sp-core", - "sp-keyring", - "sp-keystore", - "sp-panic-handler", - "sp-runtime", - "sp-version", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-keyring 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-panic-handler 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", "tokio", ] @@ -10553,47 +11929,100 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor", - "sc-transaction-pool-api", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-database", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-database 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-runtime", - "sp-state-machine", - "sp-statement-store", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-statement-store 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-trie", - "substrate-prometheus-endpoint", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] -name = "sc-client-db" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +name = "sc-client-api" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", + "fnv", + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-database 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-statement-store 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + +[[package]] +name = "sc-client-db" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-state-db 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "schnellru", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-database 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sc-client-db" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", "log", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-state-db", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-state-db 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "schnellru", - "sp-arithmetic", - "sp-blockchain", - "sp-core", - "sp-database", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-database 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -10608,16 +12037,41 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api", - "sc-utils", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", +] + +[[package]] +name = "sc-consensus" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mockall", + "parking_lot 0.12.1", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "serde", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", - "substrate-prometheus-endpoint", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", ] @@ -10630,23 +12084,23 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-consensus-slots", - "sc-telemetry", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", ] @@ -10656,7 +12110,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "async-trait", - "fork-tree", + "fork-tree 3.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "futures", "log", "num-bigint", @@ -10664,24 +12118,24 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry", - "sc-transaction-pool-api", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", ] @@ -10694,16 +12148,16 @@ dependencies = [ "jsonrpsee 0.16.3", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api", + "sc-rpc-api 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "serde", - "sp-api", - "sp-application-crypto", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", ] @@ -10720,23 +12174,23 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", - "sc-network", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-network-gossip", - "sc-network-sync", - "sc-utils", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", + "sc-network-sync 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-consensus-beefy", - "sp-core", - "sp-keystore", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-mmr-primitives", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", "wasm-timer", ] @@ -10752,11 +12206,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc", + "sc-rpc 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "serde", "sp-consensus-beefy", - "sp-core", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", ] @@ -10765,12 +12219,12 @@ name = "sc-consensus-epochs" version = "0.10.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "fork-tree", + "fork-tree 3.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sp-blockchain", - "sp-runtime", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -10783,35 +12237,35 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree", + "fork-tree 3.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand 0.8.5", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-network-gossip", - "sc-network-sync", - "sc-telemetry", - "sc-transaction-pool-api", - "sc-utils", + "sc-network-sync 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-grandpa", - "sp-core", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-grandpa 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", ] @@ -10825,13 +12279,13 @@ dependencies = [ "jsonrpsee 0.16.3", "log", "parity-scale-codec", - "sc-client-api", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-consensus-grandpa", - "sc-rpc", + "sc-rpc 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "serde", - "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", ] @@ -10845,17 +12299,17 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-telemetry", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -10865,33 +12319,67 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common", - "sc-executor-wasmtime", + "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-executor-wasmtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "schnellru", - "sp-api", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-io", - "sp-panic-handler", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-panic-handler 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-trie", - "sp-version", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "tracing", ] +[[package]] +name = "sc-executor" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-executor-wasmtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "schnellru", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-panic-handler 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "tracing", +] + [[package]] name = "sc-executor-common" version = "0.10.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "sc-allocator", - "sp-maybe-compressed-blob", + "sc-allocator 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", "wasm-instrument", ] +[[package]] +name = "sc-executor-common" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "sc-allocator 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "thiserror", + "wasm-instrument", +] + [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" @@ -10903,13 +12391,31 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator", - "sc-executor-common", + "sc-allocator 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "wasmtime", ] +[[package]] +name = "sc-executor-wasmtime" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "anyhow", + "cfg-if", + "libc", + "log", + "parking_lot 0.12.1", + "rustix 0.36.17", + "sc-allocator 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "wasmtime", +] + [[package]] name = "sc-informant" version = "0.10.0-dev" @@ -10919,12 +12425,29 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sp-blockchain", - "sp-runtime", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-sync 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sc-informant" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "ansi_term", + "futures", + "futures-timer", + "log", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network-sync 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -10935,9 +12458,23 @@ dependencies = [ "array-bytes 6.2.0", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", +] + +[[package]] +name = "sc-keystore" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "array-bytes 6.2.0", + "parking_lot 0.12.1", + "serde_json", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", ] @@ -10957,15 +12494,43 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", - "sp-api", - "sp-consensus", - "sp-core", - "sp-keystore", - "sp-mixnet", - "sp-runtime", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-mixnet 0.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", +] + +[[package]] +name = "sc-mixnet" +version = "0.1.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "array-bytes 4.2.0", + "arrayvec 0.7.4", + "blake2 0.10.6", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mixnet", + "multiaddr", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-mixnet 0.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", ] @@ -10993,17 +12558,58 @@ dependencies = [ "partial_sort", "pin-project", "rand 0.8.5", - "sc-client-api", - "sc-network-common", - "sc-utils", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "serde", + "serde_json", + "smallvec", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", + "unsigned-varint", + "wasm-timer", + "zeroize", +] + +[[package]] +name = "sc-network" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "array-bytes 6.2.0", + "async-channel 1.9.0", + "async-trait", + "asynchronous-codec", + "bytes", + "either", + "fnv", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "log", + "mockall", + "parity-scale-codec", + "parking_lot 0.12.1", + "partial_sort", + "pin-project", + "rand 0.8.5", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "serde", "serde_json", "smallvec", - "sp-arithmetic", - "sp-blockchain", - "sp-core", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", "unsigned-varint", "wasm-timer", @@ -11022,10 +12628,30 @@ dependencies = [ "log", "prost", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", - "sp-runtime", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", + "unsigned-varint", +] + +[[package]] +name = "sc-network-bitswap" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-channel 1.9.0", + "cid", + "futures", + "libp2p-identity", + "log", + "prost", + "prost-build", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", "unsigned-varint", ] @@ -11041,10 +12667,27 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus", - "sp-consensus", - "sp-consensus-grandpa", - "sp-runtime", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-grandpa 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sc-network-common" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "bitflags 1.3.2", + "futures", + "libp2p-identity", + "parity-scale-codec", + "prost-build", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus-grandpa 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -11057,12 +12700,12 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-sync 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "schnellru", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "tracing", ] @@ -11079,11 +12722,32 @@ dependencies = [ "parity-scale-codec", "prost", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", - "sp-core", - "sp-runtime", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", +] + +[[package]] +name = "sc-network-light" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "array-bytes 6.2.0", + "async-channel 1.9.0", + "futures", + "libp2p-identity", + "log", + "parity-scale-codec", + "prost", + "prost-build", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", ] @@ -11095,7 +12759,43 @@ dependencies = [ "array-bytes 6.2.0", "async-channel 1.9.0", "async-trait", - "fork-tree", + "fork-tree 3.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "futures", + "futures-timer", + "libp2p", + "log", + "mockall", + "parity-scale-codec", + "prost", + "prost-build", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "schnellru", + "smallvec", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-grandpa 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", + "tokio", + "tokio-stream", +] + +[[package]] +name = "sc-network-sync" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "array-bytes 6.2.0", + "async-channel 1.9.0", + "async-trait", + "fork-tree 3.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "futures", "futures-timer", "libp2p", @@ -11104,20 +12804,20 @@ dependencies = [ "parity-scale-codec", "prost", "prost-build", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-utils", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "schnellru", "smallvec", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-grandpa", - "sp-core", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus-grandpa 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", "tokio", "tokio-stream", @@ -11133,13 +12833,32 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-utils", - "sp-consensus", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-sync 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sc-network-transactions" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "array-bytes 6.2.0", + "futures", + "libp2p", + "log", + "parity-scale-codec", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network-sync 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -11161,17 +12880,17 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand 0.8.5", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-transaction-pool-api", - "sc-utils", - "sp-api", - "sp-core", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-keystore", - "sp-offchain", - "sp-runtime", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "threadpool", "tracing", ] @@ -11182,7 +12901,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "log", - "substrate-prometheus-endpoint", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -11195,25 +12914,57 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-mixnet", - "sc-rpc-api", - "sc-tracing", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-mixnet 0.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-rpc-api 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "serde_json", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-offchain", - "sp-rpc", - "sp-runtime", - "sp-session", - "sp-statement-store", - "sp-version", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-rpc 6.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-statement-store 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "tokio", +] + +[[package]] +name = "sc-rpc" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "futures", + "jsonrpsee 0.16.3", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-mixnet 0.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-rpc-api 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "serde_json", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-rpc 6.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-statement-store 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "tokio", ] @@ -11224,16 +12975,36 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "jsonrpsee 0.16.3", "parity-scale-codec", - "sc-chain-spec", - "sc-mixnet", - "sc-transaction-pool-api", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-mixnet 0.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "scale-info", + "serde", + "serde_json", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-rpc 6.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", +] + +[[package]] +name = "sc-rpc-api" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "jsonrpsee 0.16.3", + "parity-scale-codec", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-mixnet 0.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "scale-info", "serde", "serde_json", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-version", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-rpc 6.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", ] @@ -11246,36 +13017,80 @@ dependencies = [ "jsonrpsee 0.16.3", "log", "serde_json", - "substrate-prometheus-endpoint", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "tokio", "tower", "tower-http", ] [[package]] -name = "sc-rpc-spec-v2" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +name = "sc-rpc-server" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "array-bytes 6.2.0", - "futures", + "http", + "jsonrpsee 0.16.3", + "log", + "serde_json", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "tokio", + "tower", + "tower-http", +] + +[[package]] +name = "sc-rpc-spec-v2" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "array-bytes 6.2.0", + "futures", + "futures-util", + "hex", + "jsonrpsee 0.16.3", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-rpc 6.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", + "tokio", + "tokio-stream", +] + +[[package]] +name = "sc-rpc-spec-v2" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "array-bytes 6.2.0", + "futures", "futures-util", "hex", "jsonrpsee 0.16.3", "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-chain-spec", - "sc-client-api", - "sc-transaction-pool-api", - "sc-utils", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-version", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-rpc 6.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", "tokio", "tokio-stream", @@ -11297,46 +13112,109 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand 0.8.5", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-informant", - "sc-keystore", - "sc-network", - "sc-network-bitswap", - "sc-network-common", - "sc-network-light", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-rpc-server", - "sc-rpc-spec-v2", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-db 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-informant 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-bitswap 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-light 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-sync 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-transactions 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-rpc 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-rpc-server 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-rpc-spec-v2 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-sysinfo 6.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "serde", "serde_json", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-state-machine", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-transaction-pool", - "sp-transaction-storage-proof", - "sp-trie", - "sp-version", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-transaction-storage-proof 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "static_init", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "tempfile", + "thiserror", + "tokio", + "tracing", + "tracing-futures", +] + +[[package]] +name = "sc-service" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "directories", + "exit-future", + "futures", + "futures-timer", + "jsonrpsee 0.16.3", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "pin-project", + "rand 0.8.5", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-client-db 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-informant 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network-bitswap 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network-common 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network-light 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network-sync 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-network-transactions 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-rpc 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-rpc-server 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-rpc-spec-v2 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-sysinfo 6.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "serde", + "serde_json", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-transaction-storage-proof 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "static_init", - "substrate-prometheus-endpoint", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "tempfile", "thiserror", "tokio", @@ -11352,7 +13230,18 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sc-state-db" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -11363,8 +13252,8 @@ dependencies = [ "clap", "fs4", "log", - "sc-client-db", - "sp-core", + "sc-client-db 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", "tokio", ] @@ -11376,15 +13265,15 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "jsonrpsee 0.16.3", "parity-scale-codec", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-consensus-babe", "sc-consensus-epochs", "sc-consensus-grandpa", "serde", "serde_json", - "sp-blockchain", - "sp-runtime", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", ] @@ -11400,14 +13289,34 @@ dependencies = [ "rand 0.8.5", "rand_pcg", "regex", - "sc-telemetry", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "serde", "serde_json", - "sp-core", - "sp-io", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "sc-sysinfo" +version = "6.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "derive_more", + "futures", + "libc", + "log", + "rand 0.8.5", + "rand_pcg", + "regex", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "serde", + "serde_json", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "sc-telemetry" version = "4.0.0-dev" @@ -11420,7 +13329,26 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand 0.8.5", - "sc-utils", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "serde", + "serde_json", + "thiserror", + "wasm-timer", +] + +[[package]] +name = "sc-telemetry" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "chrono", + "futures", + "libp2p", + "log", + "parking_lot 0.12.1", + "pin-project", + "rand 0.8.5", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "serde", "serde_json", "thiserror", @@ -11441,14 +13369,14 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api", - "sc-tracing-proc-macro", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-tracing-proc-macro 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-rpc 6.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", "tracing", @@ -11456,6 +13384,35 @@ dependencies = [ "tracing-subscriber 0.2.25", ] +[[package]] +name = "sc-tracing" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "ansi_term", + "atty", + "chrono", + "lazy_static", + "libc", + "log", + "parking_lot 0.12.1", + "regex", + "rustc-hash", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-tracing-proc-macro 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-rpc 6.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "thiserror", + "tracing", + "tracing-log 0.1.4", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" @@ -11467,6 +13424,17 @@ dependencies = [ "syn 2.0.39", ] +[[package]] +name = "sc-tracing-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "proc-macro-crate 1.3.1", + "proc-macro2", + "quote", + "syn 2.0.39", +] + [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" @@ -11479,17 +13447,43 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-transaction-pool-api", - "sc-utils", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-runtime", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-transaction-pool", - "substrate-prometheus-endpoint", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", +] + +[[package]] +name = "sc-transaction-pool" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "linked-hash-map", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", ] @@ -11503,9 +13497,25 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", +] + +[[package]] +name = "sc-transaction-pool-api" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "futures", + "log", + "parity-scale-codec", + "serde", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", ] @@ -11521,7 +13531,22 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sc-utils" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-channel 1.9.0", + "futures", + "futures-timer", + "lazy_static", + "log", + "parking_lot 0.12.1", + "prometheus", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -12070,10 +14095,22 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "slot-range-helper" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "enumn", + "parity-scale-codec", + "paste", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "slotmap" version = "1.0.6" @@ -12365,15 +14402,36 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro", - "sp-core", + "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-metadata-ir", - "sp-runtime", - "sp-state-machine", + "sp-metadata-ir 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-trie", - "sp-version", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", +] + +[[package]] +name = "sp-api" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-metadata-ir 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", ] @@ -12391,6 +14449,20 @@ dependencies = [ "syn 2.0.39", ] +[[package]] +name = "sp-api-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "Inflector", + "blake2 0.10.6", + "expander 2.0.0", + "proc-macro-crate 1.3.1", + "proc-macro2", + "quote", + "syn 2.0.39", +] + [[package]] name = "sp-application-crypto" version = "23.0.0" @@ -12399,11 +14471,24 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "sp-application-crypto" +version = "23.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "sp-arithmetic" version = "16.0.0" @@ -12418,6 +14503,20 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-arithmetic" +version = "16.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "static_assertions", +] + [[package]] name = "sp-ark-bls12-381" version = "0.4.2" @@ -12443,23 +14542,47 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "sp-authority-discovery" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "sp-block-builder" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "sp-api", - "sp-inherents", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "sp-block-builder" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "sp-blockchain" version = "4.0.0-dev" @@ -12470,11 +14593,29 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api", - "sp-consensus", - "sp-database", - "sp-runtime", - "sp-state-machine", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-database 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", +] + +[[package]] +name = "sp-blockchain" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "schnellru", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-database 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", ] @@ -12486,28 +14627,60 @@ dependencies = [ "async-trait", "futures", "log", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", ] [[package]] -name = "sp-consensus-aura" +name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "futures", + "log", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "thiserror", +] + +[[package]] +name = "sp-consensus-aura" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-consensus-slots", - "sp-inherents", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-timestamp", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sp-consensus-aura" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -12519,14 +14692,33 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-timestamp", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sp-consensus-babe" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -12538,12 +14730,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "strum 0.24.1", ] @@ -12558,14 +14750,32 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "sp-consensus-grandpa" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" @@ -12575,7 +14785,19 @@ dependencies = [ "scale-info", "serde", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-timestamp", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sp-consensus-slots" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -12626,6 +14848,54 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-core" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "array-bytes 6.2.0", + "bandersnatch_vrfs", + "bip39", + "bitflags 1.3.2", + "blake2 0.10.6", + "bounded-collections", + "bs58 0.5.0", + "dyn-clonable", + "ed25519-zebra 3.1.0", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "itertools 0.10.5", + "lazy_static", + "libsecp256k1", + "log", + "merlin 2.0.1", + "parity-scale-codec", + "parking_lot 0.12.1", + "paste", + "primitive-types", + "rand 0.8.5", + "regex", + "scale-info", + "schnorrkel 0.9.1", + "secp256k1 0.24.3", + "secrecy", + "serde", + "sp-core-hashing 9.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "ss58-registry", + "substrate-bip39", + "thiserror", + "tracing", + "w3f-bls", + "zeroize", +] + [[package]] name = "sp-core-hashing" version = "9.0.0" @@ -12654,6 +14924,19 @@ dependencies = [ "twox-hash", ] +[[package]] +name = "sp-core-hashing" +version = "9.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "blake2b_simd", + "byteorder", + "digest 0.10.7", + "sha2 0.10.8", + "sha3", + "twox-hash", +] + [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" @@ -12664,6 +14947,16 @@ dependencies = [ "syn 2.0.39", ] +[[package]] +name = "sp-core-hashing-proc-macro" +version = "9.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "quote", + "sp-core-hashing 9.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "syn 2.0.39", +] + [[package]] name = "sp-crypto-ec-utils" version = "0.4.1" @@ -12694,6 +14987,15 @@ dependencies = [ "parking_lot 0.12.1", ] +[[package]] +name = "sp-database" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "kvdb", + "parking_lot 0.12.1", +] + [[package]] name = "sp-debug-derive" version = "8.0.0" @@ -12704,6 +15006,16 @@ dependencies = [ "syn 2.0.39", ] +[[package]] +name = "sp-debug-derive" +version = "8.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.39", +] + [[package]] name = "sp-debug-derive" version = "8.0.0" @@ -12725,6 +15037,17 @@ dependencies = [ "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "sp-externalities" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "sp-externalities" version = "0.19.0" @@ -12742,11 +15065,22 @@ version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "serde_json", - "sp-api", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "sp-genesis-builder" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "serde_json", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "sp-inherents" version = "4.0.0-dev" @@ -12756,11 +15090,25 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", ] +[[package]] +name = "sp-inherents" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "thiserror", +] + [[package]] name = "sp-io" version = "23.0.0" @@ -12773,14 +15121,38 @@ dependencies = [ "parity-scale-codec", "rustversion", "secp256k1 0.24.3", - "sp-core", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-keystore", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-state-machine", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-trie", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "tracing", + "tracing-core", +] + +[[package]] +name = "sp-io" +version = "23.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "bytes", + "ed25519-dalek", + "libsecp256k1", + "log", + "parity-scale-codec", + "rustversion", + "secp256k1 0.24.3", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "tracing", "tracing-core", ] @@ -12791,8 +15163,19 @@ version = "24.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "lazy_static", - "sp-core", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "strum 0.24.1", +] + +[[package]] +name = "sp-keyring" +version = "24.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "lazy_static", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "strum 0.24.1", ] @@ -12803,11 +15186,23 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sp-core", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", ] +[[package]] +name = "sp-keystore" +version = "0.27.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "thiserror", +] + [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" @@ -12817,6 +15212,15 @@ dependencies = [ "zstd 0.12.4", ] +[[package]] +name = "sp-maybe-compressed-blob" +version = "4.1.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "thiserror", + "zstd 0.12.4", +] + [[package]] name = "sp-metadata-ir" version = "0.1.0" @@ -12828,6 +15232,17 @@ dependencies = [ "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "sp-metadata-ir" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-metadata 16.0.0", + "parity-scale-codec", + "scale-info", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "sp-mixnet" version = "0.1.0-dev" @@ -12835,11 +15250,23 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "sp-mixnet" +version = "0.1.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" @@ -12850,10 +15277,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-runtime", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", ] @@ -12866,20 +15293,44 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-core", - "sp-runtime", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "sp-npos-elections" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "sp-offchain" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "sp-api", - "sp-core", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sp-offchain" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -12892,6 +15343,16 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-panic-handler" +version = "8.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "backtrace", + "lazy_static", + "regex", +] + [[package]] name = "sp-rpc" version = "6.0.0" @@ -12899,7 +15360,17 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "rustc-hash", "serde", - "sp-core", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sp-rpc" +version = "6.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "rustc-hash", + "serde", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -12916,12 +15387,34 @@ dependencies = [ "rand 0.8.5", "scale-info", "serde", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-weights", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sp-runtime" +version = "24.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "rand 0.8.5", + "scale-info", + "serde", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -12942,6 +15435,24 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-runtime-interface" +version = "17.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "primitive-types", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime-interface-proc-macro 11.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "static_assertions", +] + [[package]] name = "sp-runtime-interface" version = "17.0.0" @@ -12972,6 +15483,18 @@ dependencies = [ "syn 2.0.39", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "11.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "Inflector", + "proc-macro-crate 1.3.1", + "proc-macro2", + "quote", + "syn 2.0.39", +] + [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" @@ -12992,26 +15515,55 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-core", - "sp-keystore", - "sp-runtime", - "sp-staking", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sp-session" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + +[[package]] +name = "sp-staking" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -13025,11 +15577,32 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.8.5", "smallvec", - "sp-core", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-panic-handler", + "sp-panic-handler 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-trie", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", + "tracing", + "trie-db", +] + +[[package]] +name = "sp-state-machine" +version = "0.28.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand 0.8.5", + "smallvec", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-panic-handler 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", "tracing", "trie-db", @@ -13048,17 +15621,41 @@ dependencies = [ "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api", - "sp-application-crypto", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-runtime", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", "x25519-dalek 2.0.0", ] +[[package]] +name = "sp-statement-store" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "aes-gcm 0.10.3", + "curve25519-dalek 4.1.1", + "ed25519-dalek", + "hkdf", + "parity-scale-codec", + "rand 0.8.5", + "scale-info", + "sha2 0.10.8", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "thiserror", + "x25519-dalek 2.0.0", +] + [[package]] name = "sp-std" version = "8.0.0" @@ -13070,6 +15667,11 @@ name = "sp-std" version = "8.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +[[package]] +name = "sp-std" +version = "8.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" + [[package]] name = "sp-std" version = "8.0.0" @@ -13088,6 +15690,19 @@ dependencies = [ "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "sp-storage" +version = "13.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "sp-storage" version = "13.0.0" @@ -13108,12 +15723,25 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents", - "sp-runtime", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", ] +[[package]] +name = "sp-timestamp" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "parity-scale-codec", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "thiserror", +] + [[package]] name = "sp-tracing" version = "10.0.0" @@ -13126,6 +15754,18 @@ dependencies = [ "tracing-subscriber 0.2.25", ] +[[package]] +name = "sp-tracing" +version = "10.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "tracing", + "tracing-core", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sp-tracing" version = "10.0.0" @@ -13143,8 +15783,17 @@ name = "sp-transaction-pool" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "sp-api", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sp-transaction-pool" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -13155,11 +15804,26 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-trie", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "sp-transaction-storage-proof" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -13178,7 +15842,7 @@ dependencies = [ "rand 0.8.5", "scale-info", "schnellru", - "sp-core", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "thiserror", "tracing", @@ -13186,6 +15850,30 @@ dependencies = [ "trie-root", ] +[[package]] +name = "sp-trie" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "ahash 0.8.6", + "hash-db", + "hashbrown 0.13.2", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand 0.8.5", + "scale-info", + "schnellru", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "thiserror", + "tracing", + "trie-db", + "trie-root", +] + [[package]] name = "sp-version" version = "22.0.0" @@ -13196,10 +15884,27 @@ dependencies = [ "parity-wasm", "scale-info", "serde", - "sp-core-hashing-proc-macro", - "sp-runtime", + "sp-core-hashing-proc-macro 9.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-version-proc-macro", + "sp-version-proc-macro 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "thiserror", +] + +[[package]] +name = "sp-version" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-core-hashing-proc-macro 9.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-version-proc-macro 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "thiserror", ] @@ -13214,6 +15919,17 @@ dependencies = [ "syn 2.0.39", ] +[[package]] +name = "sp-version-proc-macro" +version = "8.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "proc-macro2", + "quote", + "syn 2.0.39", +] + [[package]] name = "sp-wasm-interface" version = "14.0.0" @@ -13227,6 +15943,19 @@ dependencies = [ "wasmtime", ] +[[package]] +name = "sp-wasm-interface" +version = "14.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "wasmtime", +] + [[package]] name = "sp-wasm-interface" version = "14.0.0" @@ -13249,12 +15978,27 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic", - "sp-core", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "sp-weights" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "spin" version = "0.5.2" @@ -13324,15 +16068,29 @@ name = "staging-parachain-info" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] +[[package]] +name = "staging-parachain-info" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "scale-info", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", +] + [[package]] name = "staging-xcm" version = "1.0.0" @@ -13346,8 +16104,25 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights", - "xcm-procedural", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "xcm-procedural 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "staging-xcm" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "bounded-collections", + "derivative", + "environmental", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "xcm-procedural 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -13355,21 +16130,43 @@ name = "staging-xcm-builder" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "impl-trait-for-tuples", "log", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "polkadot-parachain-primitives", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-weights", - "staging-xcm", - "staging-xcm-executor", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "staging-xcm-builder" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "impl-trait-for-tuples", + "log", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parity-scale-codec", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "scale-info", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -13378,19 +16175,40 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "environmental", - "frame-benchmarking", - "frame-support", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-weights", - "staging-xcm", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "staging-xcm-executor" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "environmental", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -13516,18 +16334,18 @@ name = "substrate-frame-rpc-system" version = "4.0.0-dev" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-system-rpc-runtime-api", + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "futures", "jsonrpsee 0.16.3", "log", "parity-scale-codec", - "sc-rpc-api", - "sc-transaction-pool-api", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-runtime", + "sc-rpc-api 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -13542,6 +16360,18 @@ dependencies = [ "tokio", ] +[[package]] +name = "substrate-prometheus-endpoint" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "hyper", + "log", + "prometheus", + "thiserror", + "tokio", +] + [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" @@ -13550,9 +16380,9 @@ dependencies = [ "async-trait", "jsonrpsee 0.16.3", "log", - "sc-rpc-api", + "sc-rpc-api 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "serde", - "sp-runtime", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -13562,13 +16392,13 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "jsonrpsee 0.16.3", "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-rpc-api 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "serde", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-trie 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "trie-db", ] @@ -13582,7 +16412,25 @@ dependencies = [ "cargo_metadata", "filetime", "parity-wasm", - "sp-maybe-compressed-blob", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "strum 0.24.1", + "tempfile", + "toml 0.7.8", + "walkdir", + "wasm-opt", +] + +[[package]] +name = "substrate-wasm-builder" +version = "5.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "ansi_term", + "build-helper", + "cargo_metadata", + "filetime", + "parity-wasm", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "strum 0.24.1", "tempfile", "toml 0.7.8", @@ -13759,62 +16607,62 @@ dependencies = [ name = "sugondat-kusama-runtime" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext", - "cumulus-pallet-parachain-system", - "cumulus-pallet-session-benchmarking", - "cumulus-pallet-xcm", - "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "cumulus-primitives-timestamp", - "cumulus-primitives-utility", - "frame-benchmarking", - "frame-executive", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", + "cumulus-pallet-aura-ext 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-pallet-parachain-system 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-pallet-session-benchmarking 3.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-pallet-xcm 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-pallet-xcmp-queue 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-primitives-timestamp 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-primitives-utility 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-executive 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "hex-literal", "log", - "pallet-aura", - "pallet-authorship", - "pallet-balances", - "pallet-collator-selection", - "pallet-message-queue", - "pallet-session", - "pallet-sudo", + "pallet-aura 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-collator-selection 3.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-message-queue 7.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-sudo 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-sugondat-blobs", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-xcm", - "parachains-common", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "parachains-common 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-common", + "polkadot-core-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-runtime-common 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "scale-info", "smallvec", - "sp-api", - "sp-block-builder", - "sp-consensus-aura", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-genesis-builder 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-transaction-pool", - "sp-version", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "substrate-wasm-builder", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-parachain-info 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-builder 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-wasm-builder 5.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sugondat-primitives", ] @@ -13840,10 +16688,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-relay-chain-interface", - "frame-benchmarking", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-primitives-parachain-inherent 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "cumulus-relay-chain-interface 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "frame-benchmarking-cli", "futures", "jsonrpsee 0.16.3", @@ -13851,40 +16699,40 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-basic-authorship", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-consensus", - "sc-executor", - "sc-network", - "sc-network-sync", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-cli 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-network-sync 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sc-offchain", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-rpc 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-sysinfo 6.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "serde", "serde_json", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-timestamp", - "sp-transaction-pool", - "staging-xcm", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "substrate-build-script-utils", "substrate-frame-rpc-system", - "substrate-prometheus-endpoint", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sugondat-kusama-runtime", "sugondat-primitives", "sugondat-test-runtime", @@ -13896,9 +16744,9 @@ name = "sugondat-primitives" version = "0.1.0" dependencies = [ "parity-scale-codec", - "sp-consensus-aura", - "sp-core", - "sp-runtime", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -13954,6 +16802,7 @@ version = "0.1.0" dependencies = [ "async-trait", "jsonrpsee 0.20.3", + "jsonrpsee-server 0.20.3", "serde", "sugondat-nmt", "sugondat-serde-util", @@ -13972,58 +16821,58 @@ dependencies = [ name = "sugondat-test-runtime" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext", - "cumulus-pallet-parachain-system", - "cumulus-pallet-session-benchmarking", - "cumulus-pallet-xcm", - "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "cumulus-primitives-timestamp", - "cumulus-primitives-utility", - "frame-benchmarking", - "frame-executive", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", + "cumulus-pallet-aura-ext 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "cumulus-pallet-parachain-system 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "cumulus-pallet-session-benchmarking 3.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "cumulus-pallet-xcm 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "cumulus-pallet-xcmp-queue 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "cumulus-primitives-core 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "cumulus-primitives-timestamp 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "cumulus-primitives-utility 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-executive 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "hex-literal", "log", - "pallet-aura", - "pallet-authorship", - "pallet-balances", - "pallet-collator-selection", - "pallet-message-queue", - "pallet-session", - "pallet-sudo", + "pallet-aura 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-collator-selection 3.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-message-queue 7.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-sudo 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "pallet-sugondat-blobs", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-xcm", - "parachains-common", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "pallet-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "parachains-common 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-runtime-common", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-runtime-common 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "scale-info", "smallvec", - "sp-api", - "sp-block-builder", - "sp-consensus-aura", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-transaction-pool", - "sp-version", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "substrate-wasm-builder", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-genesis-builder 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-parachain-info 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm-builder 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "substrate-wasm-builder 5.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "sugondat-primitives", ] @@ -14526,9 +17375,20 @@ version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ "coarsetime", - "polkadot-primitives", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "tracing", + "tracing-gum-proc-macro 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "tracing-gum" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "coarsetime", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "tracing", - "tracing-gum-proc-macro", + "tracing-gum-proc-macro 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -14543,6 +17403,18 @@ dependencies = [ "syn 2.0.39", ] +[[package]] +name = "tracing-gum-proc-macro" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "expander 2.0.0", + "proc-macro-crate 1.3.1", + "proc-macro2", + "quote", + "syn 2.0.39", +] + [[package]] name = "tracing-log" version = "0.1.4" @@ -14698,30 +17570,30 @@ dependencies = [ "async-trait", "clap", "frame-remote-externalities", - "frame-try-runtime", + "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "hex", "log", "parity-scale-codec", - "sc-cli", - "sc-executor", + "sc-cli 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "serde", "serde_json", - "sp-api", - "sp-consensus-aura", - "sp-consensus-babe", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-rpc", - "sp-runtime", - "sp-state-machine", - "sp-timestamp", - "sp-transaction-storage-proof", - "sp-version", - "sp-weights", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-keystore 0.27.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-rpc 6.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-state-machine 0.28.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-transaction-storage-proof 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "substrate-rpc-client", "zstd 0.12.4", ] @@ -15660,37 +18532,37 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk dependencies = [ "binary-merkle-tree", "bitvec", - "frame-benchmarking", - "frame-election-provider-support", - "frame-executive", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-executive 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "frame-try-runtime 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "hex-literal", "log", - "pallet-asset-rate", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", + "pallet-asset-rate 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-babe 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-bags-list", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-beefy", "pallet-beefy-mmr", "pallet-collective", "pallet-conviction-voting", "pallet-democracy", - "pallet-election-provider-multi-phase", - "pallet-election-provider-support-benchmarking", + "pallet-election-provider-multi-phase 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-election-provider-support-benchmarking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-elections-phragmen", - "pallet-fast-unstake", + "pallet-fast-unstake 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-grandpa", - "pallet-identity", + "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-im-online", "pallet-indices", "pallet-membership", - "pallet-message-queue", + "pallet-message-queue 7.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-mmr", "pallet-multisig", "pallet-nomination-pools", @@ -15704,59 +18576,59 @@ dependencies = [ "pallet-referenda", "pallet-root-testing", "pallet-scheduler", - "pallet-session", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-session-benchmarking", "pallet-society", - "pallet-staking", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-staking-reward-curve", "pallet-staking-runtime-api", "pallet-state-trie-migration", - "pallet-sudo", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", + "pallet-sudo 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-treasury 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-utility", - "pallet-vesting", + "pallet-vesting 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-benchmarks", + "pallet-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "pallet-xcm-benchmarks 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", + "polkadot-parachain-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-runtime-common 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-runtime-parachains 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-authority-discovery", - "sp-block-builder", - "sp-consensus-babe", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-arithmetic 16.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-authority-discovery 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-consensus-babe 0.10.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-consensus-beefy", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-io", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-genesis-builder 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-io 23.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-mmr-primitives", - "sp-npos-elections", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", - "sp-transaction-pool", - "sp-version", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "substrate-wasm-builder", - "westend-runtime-constants", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-version 22.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-builder 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm-executor 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "substrate-wasm-builder 5.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "westend-runtime-constants 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", ] [[package]] @@ -15764,14 +18636,29 @@ name = "westend-runtime-constants" version = "1.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" dependencies = [ - "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "polkadot-runtime-common 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "smallvec", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.4.0)", +] + +[[package]] +name = "westend-runtime-constants" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-primitives 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "polkadot-runtime-common 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", - "staging-xcm", + "sp-core 21.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-runtime 24.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "sp-weights 20.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", + "staging-xcm 1.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1)", ] [[package]] @@ -16083,6 +18970,17 @@ dependencies = [ "syn 2.0.39", ] +[[package]] +name = "xcm-procedural" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?rev=fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1#fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" +dependencies = [ + "Inflector", + "proc-macro2", + "quote", + "syn 2.0.39", +] + [[package]] name = "yamux" version = "0.10.2" diff --git a/Cargo.toml b/Cargo.toml index 9dc0a3ee..8ce4b75b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,9 @@ debug = 0 resolver = "2" members = [ "sugondat-chain/node", - "sugondat-chain/pallets/*", - "sugondat-chain/runtimes/*", + "sugondat-chain/pallets/blobs", + "sugondat-chain/runtimes/sugondat-kusama", + "sugondat-chain/runtimes/test", "sugondat-chain/primitives", "adapters/sovereign", "sugondat-nmt", diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel new file mode 100644 index 00000000..d682d444 --- /dev/null +++ b/WORKSPACE.bazel @@ -0,0 +1,107 @@ +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + +# To find additional information on this release or newer ones visit: +# https://github.com/bazelbuild/rules_rust/releases +http_archive( + name = "rules_rust", + sha256 = "75177226380b771be36d7efc538da842c433f14cd6c36d7660976efb53defe86", + urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.34.1/rules_rust-v0.34.1.tar.gz"], +) + +load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains") + +rules_rust_dependencies() + +rust_register_toolchains( + edition = "2021", + versions = ["1.74.1"], +) + +http_archive( + name = "rules_proto", + sha256 = "66bfdf8782796239d3875d37e7de19b1d94301e8972b3cbd2446b332429b4df1", + strip_prefix = "rules_proto-4.0.0", + urls = [ + "https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/refs/tags/4.0.0.tar.gz", + "https://github.com/bazelbuild/rules_proto/archive/refs/tags/4.0.0.tar.gz", + ], +) + +load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains") + +rules_proto_dependencies() +rules_proto_toolchains() + +load("@rules_rust//crate_universe:repositories.bzl", "crate_universe_dependencies") + +crate_universe_dependencies() + +load("@rules_rust//crate_universe:defs.bzl", "crate", "crates_repository") + +crates_repository( + name = "crate_index", + cargo_lockfile = "//:Cargo.lock", + lockfile = "//:cargo-bazel-lock.json", + manifests = [ + "//:Cargo.toml", + "//:sugondat-nmt/Cargo.toml", + "//:adapters/sovereign/Cargo.toml", + "//:sugondat-chain/node/Cargo.toml", + "//:sugondat-chain/pallets/blobs/Cargo.toml", + "//:sugondat-chain/primitives/Cargo.toml", + "//:sugondat-chain/runtimes/sugondat-kusama/Cargo.toml", + "//:sugondat-chain/runtimes/test/Cargo.toml", + "//:sugondat-serde-util/Cargo.toml", + "//:sugondat-shim/Cargo.toml", + "//:sugondat-shim/common/rollkit/Cargo.toml", + "//:sugondat-shim/common/sovereign/Cargo.toml", + "//:sugondat-subxt/Cargo.toml", + ], + annotations = { + # It seemed before PROTOC was set only for the prost-build. Now, it seems that every crate + # that has a build.rs file needs to have this set. + "sc-network-bitswap": [crate.annotation( + build_script_data = [ + "@com_google_protobuf//:protoc", + ], + build_script_env = { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)", + }, + )], + "sc-network-sync": [crate.annotation( + build_script_data = [ + "@com_google_protobuf//:protoc", + ], + build_script_env = { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)", + }, + )], + "sc-authority-discovery": [crate.annotation( + build_script_data = [ + "@com_google_protobuf//:protoc", + ], + build_script_env = { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)", + }, + )], + "sc-network-light": [crate.annotation( + build_script_data = [ + "@com_google_protobuf//:protoc", + ], + build_script_env = { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)", + }, + )], + "librocksdb-sys": [crate.annotation( + build_script_env = { + # This is needed to improve the build times, because otherwise the NUM_JOBS is set + # to 1. + "NUM_JOBS": "8", + }, + )], + }, +) + +load("@crate_index//:defs.bzl", "crate_repositories") + +crate_repositories() diff --git a/cargo-bazel-lock.json b/cargo-bazel-lock.json new file mode 100644 index 00000000..03f8e85c --- /dev/null +++ b/cargo-bazel-lock.json @@ -0,0 +1,78838 @@ +{ + "checksum": "8df7626ccfb15d3a750d9df72180063e6b569b16b3ccbdd191667ea2a17d5723", + "crates": { + "Inflector 0.11.4": { + "name": "Inflector", + "version": "0.11.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/Inflector/0.11.4/download", + "sha256": "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "inflector", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "inflector", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "heavyweight", + "lazy_static", + "regex" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "regex 1.10.2", + "target": "regex" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.11.4" + }, + "license": "BSD-2-Clause" + }, + "addr2line 0.19.0": { + "name": "addr2line", + "version": "0.19.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/addr2line/0.19.0/download", + "sha256": "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" + } + }, + "targets": [ + { + "Library": { + "crate_name": "addr2line", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "addr2line", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "gimli 0.27.3", + "target": "gimli" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.19.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "addr2line 0.21.0": { + "name": "addr2line", + "version": "0.21.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/addr2line/0.21.0/download", + "sha256": "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "addr2line", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "addr2line", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "gimli 0.28.0", + "target": "gimli" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.21.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "adler 1.0.2": { + "name": "adler", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/adler/1.0.2/download", + "sha256": "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "adler", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "adler", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.2" + }, + "license": "0BSD OR MIT OR Apache-2.0" + }, + "aead 0.3.2": { + "name": "aead", + "version": "0.3.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aead/0.3.2/download", + "sha256": "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aead", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aead", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.2" + }, + "license": "MIT OR Apache-2.0" + }, + "aead 0.4.3": { + "name": "aead", + "version": "0.4.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aead/0.4.3/download", + "sha256": "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aead", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aead", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.3" + }, + "license": "MIT OR Apache-2.0" + }, + "aead 0.5.2": { + "name": "aead", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aead/0.5.2/download", + "sha256": "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aead", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aead", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "getrandom", + "rand_core", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crypto-common 0.1.6", + "target": "crypto_common" + }, + { + "id": "generic-array 0.14.7", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.2" + }, + "license": "MIT OR Apache-2.0" + }, + "aes 0.6.0": { + "name": "aes", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aes/0.6.0/download", + "sha256": "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cipher 0.2.5", + "target": "cipher" + } + ], + "selects": { + "cfg(all(target_feature = \"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\")))": [ + { + "id": "aesni 0.10.0", + "target": "aesni" + } + ], + "cfg(not(all(target_feature = \"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\"))))": [ + { + "id": "aes-soft 0.6.4", + "target": "aes_soft" + } + ] + } + }, + "edition": "2018", + "version": "0.6.0" + }, + "license": "MIT OR Apache-2.0" + }, + "aes 0.7.5": { + "name": "aes", + "version": "0.7.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aes/0.7.5/download", + "sha256": "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "cipher 0.3.0", + "target": "cipher" + }, + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.11", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.7.5" + }, + "license": "MIT OR Apache-2.0" + }, + "aes 0.8.3": { + "name": "aes", + "version": "0.8.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aes/0.8.3/download", + "sha256": "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "cipher 0.4.4", + "target": "cipher" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.11", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2021", + "version": "0.8.3" + }, + "license": "MIT OR Apache-2.0" + }, + "aes-gcm 0.10.3": { + "name": "aes-gcm", + "version": "0.10.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aes-gcm/0.10.3/download", + "sha256": "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aes_gcm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aes_gcm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "aes", + "alloc", + "default", + "getrandom", + "rand_core", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aead 0.5.2", + "target": "aead" + }, + { + "id": "aes 0.8.3", + "target": "aes" + }, + { + "id": "cipher 0.4.4", + "target": "cipher" + }, + { + "id": "ctr 0.9.2", + "target": "ctr" + }, + { + "id": "ghash 0.5.0", + "target": "ghash" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "aes-gcm 0.9.4": { + "name": "aes-gcm", + "version": "0.9.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aes-gcm/0.9.4/download", + "sha256": "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aes_gcm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aes_gcm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "aead 0.4.3", + "target": "aead" + }, + { + "id": "aes 0.7.5", + "target": "aes" + }, + { + "id": "cipher 0.3.0", + "target": "cipher" + }, + { + "id": "ctr 0.8.0", + "target": "ctr" + }, + { + "id": "ghash 0.4.4", + "target": "ghash" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.4" + }, + "license": "Apache-2.0 OR MIT" + }, + "aes-soft 0.6.4": { + "name": "aes-soft", + "version": "0.6.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aes-soft/0.6.4/download", + "sha256": "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aes_soft", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aes_soft", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cipher 0.2.5", + "target": "cipher" + }, + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.4" + }, + "license": "MIT OR Apache-2.0" + }, + "aesni 0.10.0": { + "name": "aesni", + "version": "0.10.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aesni/0.10.0/download", + "sha256": "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aesni", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aesni", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cipher 0.2.5", + "target": "cipher" + }, + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.0" + }, + "license": "MIT OR Apache-2.0" + }, + "ahash 0.7.7": { + "name": "ahash", + "version": "0.7.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ahash/0.7.7/download", + "sha256": "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ahash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ahash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ahash 0.7.7", + "target": "build_script_build" + } + ], + "selects": { + "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))": [ + { + "id": "getrandom 0.2.11", + "target": "getrandom" + } + ], + "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [ + { + "id": "once_cell 1.18.0", + "target": "once_cell" + } + ] + } + }, + "edition": "2018", + "version": "0.7.7" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "ahash 0.8.6": { + "name": "ahash", + "version": "0.8.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ahash/0.8.6/download", + "sha256": "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ahash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ahash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "getrandom", + "runtime-rng", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ahash 0.8.6", + "target": "build_script_build" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "getrandom 0.2.11", + "target": "getrandom" + }, + { + "id": "zerocopy 0.7.26", + "target": "zerocopy" + } + ], + "selects": { + "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [ + { + "id": "once_cell 1.18.0", + "target": "once_cell" + } + ] + } + }, + "edition": "2018", + "version": "0.8.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "aho-corasick 1.1.2": { + "name": "aho-corasick", + "version": "1.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aho-corasick/1.1.2/download", + "sha256": "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aho_corasick", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aho_corasick", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "perf-literal", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.6.4", + "target": "memchr" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.1.2" + }, + "license": "Unlicense OR MIT" + }, + "allocator-api2 0.2.16": { + "name": "allocator-api2", + "version": "0.2.16", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/allocator-api2/0.2.16/download", + "sha256": "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "allocator_api2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "allocator_api2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.16" + }, + "license": "MIT OR Apache-2.0" + }, + "always-assert 0.1.3": { + "name": "always-assert", + "version": "0.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/always-assert/0.1.3/download", + "sha256": "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127" + } + }, + "targets": [ + { + "Library": { + "crate_name": "always_assert", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "always_assert", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.3" + }, + "license": "MIT OR Apache-2.0" + }, + "android-tzdata 0.1.1": { + "name": "android-tzdata", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/android-tzdata/0.1.1/download", + "sha256": "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "android_tzdata", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "android_tzdata", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.1" + }, + "license": "MIT OR Apache-2.0" + }, + "android_system_properties 0.1.5": { + "name": "android_system_properties", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/android_system_properties/0.1.5/download", + "sha256": "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" + } + }, + "targets": [ + { + "Library": { + "crate_name": "android_system_properties", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "android_system_properties", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.5" + }, + "license": "MIT/Apache-2.0" + }, + "ansi_term 0.12.1": { + "name": "ansi_term", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ansi_term/0.12.1/download", + "sha256": "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ansi_term", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ansi_term", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"windows\")": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "0.12.1" + }, + "license": "MIT" + }, + "anstream 0.6.4": { + "name": "anstream", + "version": "0.6.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/anstream/0.6.4/download", + "sha256": "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" + } + }, + "targets": [ + { + "Library": { + "crate_name": "anstream", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "anstream", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "auto", + "default", + "wincon" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anstyle 1.0.4", + "target": "anstyle" + }, + { + "id": "anstyle-parse 0.2.2", + "target": "anstyle_parse" + }, + { + "id": "anstyle-query 1.0.0", + "target": "anstyle_query" + }, + { + "id": "colorchoice 1.0.0", + "target": "colorchoice" + }, + { + "id": "utf8parse 0.2.1", + "target": "utf8parse" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "anstyle-wincon 3.0.1", + "target": "anstyle_wincon" + } + ] + } + }, + "edition": "2021", + "version": "0.6.4" + }, + "license": "MIT OR Apache-2.0" + }, + "anstyle 1.0.4": { + "name": "anstyle", + "version": "1.0.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/anstyle/1.0.4/download", + "sha256": "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" + } + }, + "targets": [ + { + "Library": { + "crate_name": "anstyle", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "anstyle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.4" + }, + "license": "MIT OR Apache-2.0" + }, + "anstyle-parse 0.2.2": { + "name": "anstyle-parse", + "version": "0.2.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/anstyle-parse/0.2.2/download", + "sha256": "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140" + } + }, + "targets": [ + { + "Library": { + "crate_name": "anstyle_parse", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "anstyle_parse", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "utf8" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "utf8parse 0.2.1", + "target": "utf8parse" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.2" + }, + "license": "MIT OR Apache-2.0" + }, + "anstyle-query 1.0.0": { + "name": "anstyle-query", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/anstyle-query/1.0.0/download", + "sha256": "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "anstyle_query", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "anstyle_query", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "MIT OR Apache-2.0" + }, + "anstyle-wincon 3.0.1": { + "name": "anstyle-wincon", + "version": "3.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/anstyle-wincon/3.0.1/download", + "sha256": "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" + } + }, + "targets": [ + { + "Library": { + "crate_name": "anstyle_wincon", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "anstyle_wincon", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anstyle 1.0.4", + "target": "anstyle" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "3.0.1" + }, + "license": "MIT OR Apache-2.0" + }, + "anyhow 1.0.75": { + "name": "anyhow", + "version": "1.0.75", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/anyhow/1.0.75/download", + "sha256": "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "anyhow", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "anyhow", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.75" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "approx 0.5.1": { + "name": "approx", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/approx/0.5.1/download", + "sha256": "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "approx", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "approx", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "num-traits 0.2.17", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.5.1" + }, + "license": "Apache-2.0" + }, + "aquamarine 0.3.2": { + "name": "aquamarine", + "version": "0.3.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/aquamarine/0.3.2/download", + "sha256": "df752953c49ce90719c7bf1fc587bc8227aed04732ea0c0f85e5397d7fdbd1a1" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "aquamarine", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "aquamarine", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "include_dir 0.7.3", + "target": "include_dir" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "proc-macro-error 1.0.4", + "target": "proc_macro_error" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.2" + }, + "license": "MIT" + }, + "arc-swap 1.6.0": { + "name": "arc-swap", + "version": "1.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/arc-swap/1.6.0/download", + "sha256": "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "arc_swap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "arc_swap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.6.0" + }, + "license": "MIT OR Apache-2.0" + }, + "ark-bls12-377 0.4.0": { + "name": "ark-bls12-377", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-bls12-377/0.4.0/download", + "sha256": "fb00293ba84f51ce3bd026bd0de55899c4e68f0a39a5728cebae3a73ffdc0a4f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_bls12_377", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_bls12_377", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "ark-bls12-377-ext 0.4.1": { + "name": "ark-bls12-377-ext", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-bls12-377-ext/0.4.1/download", + "sha256": "20c7021f180a0cbea0380eba97c2af3c57074cdaffe0eef7e840e1c9f2841e55" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_bls12_377_ext", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_bls12_377_ext", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-bls12-377 0.4.0", + "target": "ark_bls12_377" + }, + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-models-ext 0.4.1", + "target": "ark_models_ext" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.1" + }, + "license": "MIT/Apache-2.0" + }, + "ark-bls12-381 0.4.0": { + "name": "ark-bls12-381", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-bls12-381/0.4.0/download", + "sha256": "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_bls12_381", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_bls12_381", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "ark-bls12-381-ext 0.4.1": { + "name": "ark-bls12-381-ext", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-bls12-381-ext/0.4.1/download", + "sha256": "b1dc4b3d08f19e8ec06e949712f95b8361e43f1391d94f65e4234df03480631c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_bls12_381_ext", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_bls12_381_ext", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-bls12-381 0.4.0", + "target": "ark_bls12_381" + }, + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-models-ext 0.4.1", + "target": "ark_models_ext" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.1" + }, + "license": "MIT/Apache-2.0" + }, + "ark-bw6-761 0.4.0": { + "name": "ark-bw6-761", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-bw6-761/0.4.0/download", + "sha256": "2e0605daf0cc5aa2034b78d008aaf159f56901d92a52ee4f6ecdfdac4f426700" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_bw6_761", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_bw6_761", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-bls12-377 0.4.0", + "target": "ark_bls12_377" + }, + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "ark-bw6-761-ext 0.4.1": { + "name": "ark-bw6-761-ext", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-bw6-761-ext/0.4.1/download", + "sha256": "ccee5fba47266f460067588ee1bf070a9c760bf2050c1c509982c5719aadb4f2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_bw6_761_ext", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_bw6_761_ext", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-bw6-761 0.4.0", + "target": "ark_bw6_761" + }, + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-models-ext 0.4.1", + "target": "ark_models_ext" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.1" + }, + "license": "MIT/Apache-2.0" + }, + "ark-ec 0.4.2": { + "name": "ark-ec", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-ec/0.4.2/download", + "sha256": "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_ec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_ec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-poly 0.4.2", + "target": "ark_poly" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "hashbrown 0.13.2", + "target": "hashbrown" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "rayon 1.8.0", + "target": "rayon" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derivative 2.2.0", + "target": "derivative" + } + ], + "selects": {} + }, + "version": "0.4.2" + }, + "license": "MIT/Apache-2.0" + }, + "ark-ed-on-bls12-377 0.4.0": { + "name": "ark-ed-on-bls12-377", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-ed-on-bls12-377/0.4.0/download", + "sha256": "b10d901b9ac4b38f9c32beacedfadcdd64e46f8d7f8e88c1ae1060022cf6f6c6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_ed_on_bls12_377", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_ed_on_bls12_377", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-bls12-377 0.4.0", + "target": "ark_bls12_377" + }, + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "ark-ed-on-bls12-377-ext 0.4.1": { + "name": "ark-ed-on-bls12-377-ext", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-ed-on-bls12-377-ext/0.4.1/download", + "sha256": "524a4fb7540df2e1a8c2e67a83ba1d1e6c3947f4f9342cc2359fc2e789ad731d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_ed_on_bls12_377_ext", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_ed_on_bls12_377_ext", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ed-on-bls12-377 0.4.0", + "target": "ark_ed_on_bls12_377" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-models-ext 0.4.1", + "target": "ark_models_ext" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.1" + }, + "license": "MIT/Apache-2.0" + }, + "ark-ed-on-bls12-381-bandersnatch 0.4.0": { + "name": "ark-ed-on-bls12-381-bandersnatch", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-ed-on-bls12-381-bandersnatch/0.4.0/download", + "sha256": "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_ed_on_bls12_381_bandersnatch", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_ed_on_bls12_381_bandersnatch", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-bls12-381 0.4.0", + "target": "ark_bls12_381" + }, + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "ark-ed-on-bls12-381-bandersnatch-ext 0.4.1": { + "name": "ark-ed-on-bls12-381-bandersnatch-ext", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-ed-on-bls12-381-bandersnatch-ext/0.4.1/download", + "sha256": "d15185f1acb49a07ff8cbe5f11a1adc5a93b19e211e325d826ae98e98e124346" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_ed_on_bls12_381_bandersnatch_ext", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_ed_on_bls12_381_bandersnatch_ext", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ed-on-bls12-381-bandersnatch 0.4.0", + "target": "ark_ed_on_bls12_381_bandersnatch" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-models-ext 0.4.1", + "target": "ark_models_ext" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.1" + }, + "license": "MIT/Apache-2.0" + }, + "ark-ff 0.4.2": { + "name": "ark-ff", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-ff/0.4.2/download", + "sha256": "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_ff", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_ff", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "ark-ff-asm 0.4.2", + "target": "ark_ff_asm" + }, + { + "id": "ark-ff-macros 0.4.2", + "target": "ark_ff_macros" + }, + { + "id": "derivative 2.2.0", + "target": "derivative" + }, + { + "id": "paste 1.0.14", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.4.2" + }, + "license": "MIT/Apache-2.0" + }, + "ark-ff-asm 0.4.2": { + "name": "ark-ff-asm", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-ff-asm/0.4.2/download", + "sha256": "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "ark_ff_asm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_ff_asm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.2" + }, + "license": "MIT/Apache-2.0" + }, + "ark-ff-macros 0.4.2": { + "name": "ark-ff-macros", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-ff-macros/0.4.2/download", + "sha256": "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "ark_ff_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_ff_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.2" + }, + "license": "MIT/Apache-2.0" + }, + "ark-models-ext 0.4.1": { + "name": "ark-models-ext", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-models-ext/0.4.1/download", + "sha256": "3e9eab5d4b5ff2f228b763d38442adc9b084b0a465409b059fac5c2308835ec2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_models_ext", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_models_ext", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derivative 2.2.0", + "target": "derivative" + } + ], + "selects": {} + }, + "version": "0.4.1" + }, + "license": "MIT/Apache-2.0" + }, + "ark-poly 0.4.2": { + "name": "ark-poly", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-poly/0.4.2/download", + "sha256": "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_poly", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_poly", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "hashbrown 0.13.2", + "target": "hashbrown" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derivative 2.2.0", + "target": "derivative" + } + ], + "selects": {} + }, + "version": "0.4.2" + }, + "license": "MIT/Apache-2.0" + }, + "ark-scale 0.0.11": { + "name": "ark-scale", + "version": "0.0.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-scale/0.0.11/download", + "sha256": "51bd73bb6ddb72630987d37fa963e99196896c0d0ea81b7c894567e74a2f83af" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_scale", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_scale", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "scale_codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.11" + }, + "license": "MIT/Apache-2.0" + }, + "ark-secret-scalar 0.0.2": { + "name": "ark-secret-scalar", + "version": "0.0.2", + "repository": { + "Git": { + "remote": "https://github.com/w3f/ring-vrf", + "commitish": { + "Rev": "cbc342e" + }, + "strip_prefix": "ark-secret-scalar" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_secret_scalar", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_secret_scalar", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "ark-transcript 0.0.2", + "target": "ark_transcript" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.2" + }, + "license": "MIT/Apache-2.0" + }, + "ark-serialize 0.4.2": { + "name": "ark-serialize", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-serialize/0.4.2/download", + "sha256": "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_serialize", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_serialize", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "ark-serialize-derive 0.4.2", + "target": "ark_serialize_derive" + } + ], + "selects": {} + }, + "version": "0.4.2" + }, + "license": "MIT/Apache-2.0" + }, + "ark-serialize-derive 0.4.2": { + "name": "ark-serialize-derive", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-serialize-derive/0.4.2/download", + "sha256": "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "ark_serialize_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_serialize_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.2" + }, + "license": "MIT/Apache-2.0" + }, + "ark-std 0.4.0": { + "name": "ark-std", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ark-std/0.4.0/download", + "sha256": "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_std", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_std", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rayon 1.8.0", + "target": "rayon" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "ark-transcript 0.0.2": { + "name": "ark-transcript", + "version": "0.0.2", + "repository": { + "Git": { + "remote": "https://github.com/w3f/ring-vrf", + "commitish": { + "Rev": "cbc342e" + }, + "strip_prefix": "ark-transcript" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ark_transcript", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ark_transcript", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sha3 0.10.8", + "target": "sha3" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.2" + }, + "license": "MIT/Apache-2.0" + }, + "array-bytes 4.2.0": { + "name": "array-bytes", + "version": "4.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/array-bytes/4.2.0/download", + "sha256": "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "array_bytes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "array_bytes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "4.2.0" + }, + "license": "Apache-2.0/GPL-3.0" + }, + "array-bytes 6.2.0": { + "name": "array-bytes", + "version": "6.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/array-bytes/6.2.0/download", + "sha256": "de17a919934ad8c5cc99a1a74de4e2dab95d6121a8f27f94755ff525b630382c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "array_bytes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "array_bytes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "6.2.0" + }, + "license": "Apache-2.0/GPL-3.0" + }, + "arrayref 0.3.7": { + "name": "arrayref", + "version": "0.3.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/arrayref/0.3.7/download", + "sha256": "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" + } + }, + "targets": [ + { + "Library": { + "crate_name": "arrayref", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "arrayref", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.3.7" + }, + "license": "BSD-2-Clause" + }, + "arrayvec 0.4.12": { + "name": "arrayvec", + "version": "0.4.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/arrayvec/0.4.12/download", + "sha256": "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "arrayvec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "arrayvec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arrayvec 0.4.12", + "target": "build_script_build" + }, + { + "id": "nodrop 0.1.14", + "target": "nodrop" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.4.12" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "arrayvec 0.5.2": { + "name": "arrayvec", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/arrayvec/0.5.2/download", + "sha256": "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "arrayvec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "arrayvec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.5.2" + }, + "license": "MIT/Apache-2.0" + }, + "arrayvec 0.7.4": { + "name": "arrayvec", + "version": "0.7.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/arrayvec/0.7.4/download", + "sha256": "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" + } + }, + "targets": [ + { + "Library": { + "crate_name": "arrayvec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "arrayvec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.4" + }, + "license": "MIT OR Apache-2.0" + }, + "asn1-rs 0.3.1": { + "name": "asn1-rs", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/asn1-rs/0.3.1/download", + "sha256": "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33" + } + }, + "targets": [ + { + "Library": { + "crate_name": "asn1_rs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "asn1_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "time 0.3.30", + "target": "time" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "asn1-rs-derive 0.1.0", + "target": "asn1_rs_derive" + }, + { + "id": "asn1-rs-impl 0.1.0", + "target": "asn1_rs_impl" + }, + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + } + ], + "selects": {} + }, + "version": "0.3.1" + }, + "license": "MIT/Apache-2.0" + }, + "asn1-rs 0.5.2": { + "name": "asn1-rs", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/asn1-rs/0.5.2/download", + "sha256": "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "asn1_rs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "asn1_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "time 0.3.30", + "target": "time" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "asn1-rs-derive 0.4.0", + "target": "asn1_rs_derive" + }, + { + "id": "asn1-rs-impl 0.1.0", + "target": "asn1_rs_impl" + }, + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + } + ], + "selects": {} + }, + "version": "0.5.2" + }, + "license": "MIT/Apache-2.0" + }, + "asn1-rs-derive 0.1.0": { + "name": "asn1-rs-derive", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/asn1-rs-derive/0.1.0/download", + "sha256": "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "asn1_rs_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "asn1_rs_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "synstructure 0.12.6", + "target": "synstructure" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "asn1-rs-derive 0.4.0": { + "name": "asn1-rs-derive", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/asn1-rs-derive/0.4.0/download", + "sha256": "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "asn1_rs_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "asn1_rs_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "synstructure 0.12.6", + "target": "synstructure" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "asn1-rs-impl 0.1.0": { + "name": "asn1-rs-impl", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/asn1-rs-impl/0.1.0/download", + "sha256": "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "asn1_rs_impl", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "asn1_rs_impl", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "async-channel 1.9.0": { + "name": "async-channel", + "version": "1.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-channel/1.9.0/download", + "sha256": "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_channel", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_channel", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "concurrent-queue 2.3.0", + "target": "concurrent_queue" + }, + { + "id": "event-listener 2.5.3", + "target": "event_listener" + }, + { + "id": "futures-core 0.3.29", + "target": "futures_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.9.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-channel 2.1.0": { + "name": "async-channel", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-channel/2.1.0/download", + "sha256": "d37875bd9915b7d67c2f117ea2c30a0989874d0b2cb694fe25403c85763c0c9e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_channel", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_channel", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "concurrent-queue 2.3.0", + "target": "concurrent_queue" + }, + { + "id": "event-listener 3.1.0", + "target": "event_listener" + }, + { + "id": "event-listener-strategy 0.3.0", + "target": "event_listener_strategy" + }, + { + "id": "futures-core 0.3.29", + "target": "futures_core" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.1.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-executor 1.6.0": { + "name": "async-executor", + "version": "1.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-executor/1.6.0/download", + "sha256": "4b0c4a4f319e45986f347ee47fef8bf5e81c9abc3f6f58dc2391439f30df65f0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_executor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_executor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "async-task 4.5.0", + "target": "async_task" + }, + { + "id": "concurrent-queue 2.3.0", + "target": "concurrent_queue" + }, + { + "id": "fastrand 2.0.1", + "target": "fastrand" + }, + { + "id": "futures-lite 1.13.0", + "target": "futures_lite" + }, + { + "id": "slab 0.4.9", + "target": "slab" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.6.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-fs 1.6.0": { + "name": "async-fs", + "version": "1.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-fs/1.6.0/download", + "sha256": "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_fs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_fs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-fs 1.6.0", + "target": "build_script_build" + }, + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "blocking 1.5.1", + "target": "blocking" + }, + { + "id": "futures-lite 1.13.0", + "target": "futures_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.6.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "async-io 1.13.0": { + "name": "async-io", + "version": "1.13.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-io/1.13.0/download", + "sha256": "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_io", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_io", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-io 1.13.0", + "target": "build_script_build" + }, + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "concurrent-queue 2.3.0", + "target": "concurrent_queue" + }, + { + "id": "futures-lite 1.13.0", + "target": "futures_lite" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parking 2.2.0", + "target": "parking" + }, + { + "id": "polling 2.8.0", + "target": "polling" + }, + { + "id": "rustix 0.37.27", + "target": "rustix" + }, + { + "id": "slab 0.4.9", + "target": "slab" + }, + { + "id": "socket2 0.4.10", + "target": "socket2" + }, + { + "id": "waker-fn 1.1.1", + "target": "waker_fn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.13.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "async-io 2.2.0": { + "name": "async-io", + "version": "2.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-io/2.2.0/download", + "sha256": "41ed9d5715c2d329bf1b4da8d60455b99b187f27ba726df2883799af9af60997" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_io", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_io", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-lock 3.1.0", + "target": "async_lock" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "concurrent-queue 2.3.0", + "target": "concurrent_queue" + }, + { + "id": "futures-io 0.3.29", + "target": "futures_io" + }, + { + "id": "futures-lite 2.0.1", + "target": "futures_lite" + }, + { + "id": "parking 2.2.0", + "target": "parking" + }, + { + "id": "polling 3.3.0", + "target": "polling" + }, + { + "id": "rustix 0.38.24", + "target": "rustix" + }, + { + "id": "slab 0.4.9", + "target": "slab" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "waker-fn 1.1.1", + "target": "waker_fn" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "2.2.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-lock 2.8.0": { + "name": "async-lock", + "version": "2.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-lock/2.8.0/download", + "sha256": "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_lock", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_lock", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "event-listener 2.5.3", + "target": "event_listener" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.8.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-lock 3.1.0": { + "name": "async-lock", + "version": "3.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-lock/3.1.0/download", + "sha256": "deb2ab2aa8a746e221ab826c73f48bc6ba41be6763f0855cb249eb6d154cf1d7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_lock", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_lock", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "event-listener 3.1.0", + "target": "event_listener" + }, + { + "id": "event-listener-strategy 0.3.0", + "target": "event_listener_strategy" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "3.1.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-net 1.8.0": { + "name": "async-net", + "version": "1.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-net/1.8.0/download", + "sha256": "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_net", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_net", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-io 1.13.0", + "target": "async_io" + }, + { + "id": "blocking 1.5.1", + "target": "blocking" + }, + { + "id": "futures-lite 1.13.0", + "target": "futures_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.8.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-process 1.8.1": { + "name": "async-process", + "version": "1.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-process/1.8.1/download", + "sha256": "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_process", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_process", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "event-listener 3.1.0", + "target": "event_listener" + }, + { + "id": "futures-lite 1.13.0", + "target": "futures_lite" + } + ], + "selects": { + "cfg(unix)": [ + { + "id": "async-io 1.13.0", + "target": "async_io" + }, + { + "id": "async-signal 0.2.5", + "target": "async_signal" + }, + { + "id": "rustix 0.38.24", + "target": "rustix" + } + ], + "cfg(windows)": [ + { + "id": "blocking 1.5.1", + "target": "blocking" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "1.8.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-signal 0.2.5": { + "name": "async-signal", + "version": "0.2.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-signal/0.2.5/download", + "sha256": "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_signal", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_signal", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "futures-core 0.3.29", + "target": "futures_core" + } + ], + "selects": { + "cfg(unix)": [ + { + "id": "async-io 2.2.0", + "target": "async_io" + }, + { + "id": "futures-io 0.3.29", + "target": "futures_io" + }, + { + "id": "rustix 0.38.24", + "target": "rustix" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + } + ], + "cfg(windows)": [ + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "atomic-waker 1.1.2", + "target": "atomic_waker" + }, + { + "id": "slab 0.4.9", + "target": "slab" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.2.5" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-task 4.5.0": { + "name": "async-task", + "version": "4.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-task/4.5.0/download", + "sha256": "b4eb2cdb97421e01129ccb49169d8279ed21e829929144f4a22a6e54ac549ca1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_task", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_task", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "4.5.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "async-trait 0.1.74": { + "name": "async-trait", + "version": "0.1.74", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/async-trait/0.1.74/download", + "sha256": "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "async_trait", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "async_trait", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "build_script_build" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.74" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "asynchronous-codec 0.6.2": { + "name": "asynchronous-codec", + "version": "0.6.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/asynchronous-codec/0.6.2/download", + "sha256": "4057f2c32adbb2fc158e22fb38433c8e9bbf76b75a4732c7c0cbaf695fb65568" + } + }, + "targets": [ + { + "Library": { + "crate_name": "asynchronous_codec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "asynchronous_codec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "futures-sink 0.3.29", + "target": "futures_sink" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "memchr 2.6.4", + "target": "memchr" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.2" + }, + "license": "MIT" + }, + "atomic 0.5.3": { + "name": "atomic", + "version": "0.5.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/atomic/0.5.3/download", + "sha256": "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba" + } + }, + "targets": [ + { + "Library": { + "crate_name": "atomic", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "atomic", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.5.3" + }, + "license": "Apache-2.0/MIT" + }, + "atomic-take 1.1.0": { + "name": "atomic-take", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/atomic-take/1.1.0/download", + "sha256": "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "atomic_take", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "atomic_take", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.1.0" + }, + "license": "MIT" + }, + "atomic-waker 1.1.2": { + "name": "atomic-waker", + "version": "1.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/atomic-waker/1.1.2/download", + "sha256": "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "atomic_waker", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "atomic_waker", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.1.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "atty 0.2.14": { + "name": "atty", + "version": "0.2.14", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/atty/0.2.14/download", + "sha256": "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "atty", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "atty", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"hermit\")": [ + { + "id": "hermit-abi 0.1.19", + "target": "hermit_abi" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "0.2.14" + }, + "license": "MIT" + }, + "autocfg 1.1.0": { + "name": "autocfg", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/autocfg/1.1.0/download", + "sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "autocfg", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "autocfg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.1.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "backtrace 0.3.69": { + "name": "backtrace", + "version": "0.3.69", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/backtrace/0.3.69/download", + "sha256": "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" + } + }, + "targets": [ + { + "Library": { + "crate_name": "backtrace", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "backtrace", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "backtrace 0.3.69", + "target": "build_script_build" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "rustc-demangle 0.1.23", + "target": "rustc_demangle" + } + ], + "selects": { + "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))": [ + { + "id": "addr2line 0.21.0", + "target": "addr2line" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "miniz_oxide 0.7.1", + "target": "miniz_oxide" + }, + { + "id": "object 0.32.1", + "target": "object" + } + ] + } + }, + "edition": "2018", + "version": "0.3.69" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "bandersnatch_vrfs 0.0.3": { + "name": "bandersnatch_vrfs", + "version": "0.0.3", + "repository": { + "Git": { + "remote": "https://github.com/w3f/ring-vrf", + "commitish": { + "Rev": "cbc342e" + }, + "strip_prefix": "bandersnatch_vrfs" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bandersnatch_vrfs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bandersnatch_vrfs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-bls12-381 0.4.0", + "target": "ark_bls12_381" + }, + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ed-on-bls12-381-bandersnatch 0.4.0", + "target": "ark_ed_on_bls12_381_bandersnatch" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "dleq_vrf 0.0.2", + "target": "dleq_vrf" + }, + { + "id": "fflonk 0.1.0", + "target": "fflonk" + }, + { + "id": "merlin 3.0.0", + "target": "merlin" + }, + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "ring 0.1.0", + "target": "ring" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.3" + }, + "license": "MIT/Apache-2.0" + }, + "base-x 0.2.11": { + "name": "base-x", + "version": "0.2.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/base-x/0.2.11/download", + "sha256": "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base_x", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base_x", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.11" + }, + "license": "MIT" + }, + "base16ct 0.1.1": { + "name": "base16ct", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/base16ct/0.1.1/download", + "sha256": "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base16ct", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base16ct", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.1.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "base16ct 0.2.0": { + "name": "base16ct", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/base16ct/0.2.0/download", + "sha256": "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base16ct", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base16ct", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "base58 0.2.0": { + "name": "base58", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/base58/0.2.0/download", + "sha256": "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base58", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base58", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.0" + }, + "license": "MIT" + }, + "base64 0.13.1": { + "name": "base64", + "version": "0.13.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/base64/0.13.1/download", + "sha256": "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base64", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base64", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.13.1" + }, + "license": "MIT/Apache-2.0" + }, + "base64 0.21.5": { + "name": "base64", + "version": "0.21.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/base64/0.21.5/download", + "sha256": "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base64", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base64", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.21.5" + }, + "license": "MIT OR Apache-2.0" + }, + "base64ct 1.6.0": { + "name": "base64ct", + "version": "1.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/base64ct/1.6.0/download", + "sha256": "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "base64ct", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "base64ct", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "1.6.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "beef 0.5.2": { + "name": "beef", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/beef/0.5.2/download", + "sha256": "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "beef", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "beef", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "impl_serde", + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.2" + }, + "license": "MIT OR Apache-2.0" + }, + "bincode 1.3.3": { + "name": "bincode", + "version": "1.3.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bincode/1.3.3/download", + "sha256": "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bincode", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bincode", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.3.3" + }, + "license": "MIT" + }, + "bindgen 0.65.1": { + "name": "bindgen", + "version": "0.65.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bindgen/0.65.1/download", + "sha256": "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bindgen", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bindgen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "runtime" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bindgen 0.65.1", + "target": "build_script_build" + }, + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "cexpr 0.6.0", + "target": "cexpr" + }, + { + "id": "clang-sys 1.6.1", + "target": "clang_sys" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "lazycell 1.3.0", + "target": "lazycell" + }, + { + "id": "peeking_take_while 0.1.2", + "target": "peeking_take_while" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "regex 1.10.2", + "target": "regex" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "shlex 1.2.0", + "target": "shlex" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.65.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "link_deps": { + "common": [ + { + "id": "clang-sys 1.6.1", + "target": "clang_sys" + }, + { + "id": "prettyplease 0.2.15", + "target": "prettyplease" + } + ], + "selects": {} + } + }, + "license": "BSD-3-Clause" + }, + "bip39 2.0.0": { + "name": "bip39", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bip39/2.0.0/download", + "sha256": "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bip39", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bip39", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "crate_rand", + "default", + "rand", + "rand_core", + "serde", + "std", + "unicode-normalization" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitcoin_hashes 0.11.0", + "target": "bitcoin_hashes" + }, + { + "id": "rand 0.8.5", + "target": "rand", + "alias": "crate_rand" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "unicode-normalization 0.1.22", + "target": "unicode_normalization" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.0.0" + }, + "license": "CC0-1.0" + }, + "bit-set 0.5.3": { + "name": "bit-set", + "version": "0.5.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bit-set/0.5.3/download", + "sha256": "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bit_set", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bit_set", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bit-vec 0.6.3", + "target": "bit_vec" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.5.3" + }, + "license": "MIT/Apache-2.0" + }, + "bit-vec 0.6.3": { + "name": "bit-vec", + "version": "0.6.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bit-vec/0.6.3/download", + "sha256": "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bit_vec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bit_vec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.6.3" + }, + "license": "MIT/Apache-2.0" + }, + "bitcoin_hashes 0.11.0": { + "name": "bitcoin_hashes", + "version": "0.11.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bitcoin_hashes/0.11.0/download", + "sha256": "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bitcoin_hashes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bitcoin_hashes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.11.0" + }, + "license": "CC0-1.0" + }, + "bitflags 1.3.2": { + "name": "bitflags", + "version": "1.3.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bitflags/1.3.2/download", + "sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bitflags", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bitflags", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2018", + "version": "1.3.2" + }, + "license": "MIT/Apache-2.0" + }, + "bitflags 2.4.1": { + "name": "bitflags", + "version": "2.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bitflags/2.4.1/download", + "sha256": "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bitflags", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bitflags", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "2.4.1" + }, + "license": "MIT OR Apache-2.0" + }, + "bitvec 1.0.1": { + "name": "bitvec", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bitvec/1.0.1/download", + "sha256": "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bitvec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bitvec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "atomic", + "default", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "funty 2.0.0", + "target": "funty" + }, + { + "id": "radium 0.7.0", + "target": "radium" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "tap 1.0.1", + "target": "tap" + }, + { + "id": "wyz 0.5.1", + "target": "wyz" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.1" + }, + "license": "MIT" + }, + "blake2 0.10.6": { + "name": "blake2", + "version": "0.10.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/blake2/0.10.6/download", + "sha256": "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "blake2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "blake2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "digest 0.10.7", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.6" + }, + "license": "MIT OR Apache-2.0" + }, + "blake2 0.8.1": { + "name": "blake2", + "version": "0.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/blake2/0.8.1/download", + "sha256": "94cb07b0da6a73955f8fb85d24c466778e70cda767a568229b104f0264089330" + } + }, + "targets": [ + { + "Library": { + "crate_name": "blake2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "blake2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byte-tools 0.3.1", + "target": "byte_tools" + }, + { + "id": "crypto-mac 0.7.0", + "target": "crypto_mac" + }, + { + "id": "digest 0.8.1", + "target": "digest" + }, + { + "id": "opaque-debug 0.2.3", + "target": "opaque_debug" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.8.1" + }, + "license": "MIT OR Apache-2.0" + }, + "blake2-rfc 0.2.18": { + "name": "blake2-rfc", + "version": "0.2.18", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/blake2-rfc/0.2.18/download", + "sha256": "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" + } + }, + "targets": [ + { + "Library": { + "crate_name": "blake2_rfc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "blake2_rfc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arrayvec 0.4.12", + "target": "arrayvec" + }, + { + "id": "constant_time_eq 0.1.5", + "target": "constant_time_eq" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.18" + }, + "license": "MIT OR Apache-2.0" + }, + "blake2b_simd 1.0.2": { + "name": "blake2b_simd", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/blake2b_simd/1.0.2/download", + "sha256": "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" + } + }, + "targets": [ + { + "Library": { + "crate_name": "blake2b_simd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "blake2b_simd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "constant_time_eq 0.3.0", + "target": "constant_time_eq" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.2" + }, + "license": "MIT" + }, + "blake2s_simd 1.0.2": { + "name": "blake2s_simd", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/blake2s_simd/1.0.2/download", + "sha256": "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae" + } + }, + "targets": [ + { + "Library": { + "crate_name": "blake2s_simd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "blake2s_simd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "constant_time_eq 0.3.0", + "target": "constant_time_eq" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.2" + }, + "license": "MIT" + }, + "blake3 1.5.0": { + "name": "blake3", + "version": "1.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/blake3/1.5.0/download", + "sha256": "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87" + } + }, + "targets": [ + { + "Library": { + "crate_name": "blake3", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "blake3", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "blake3 1.5.0", + "target": "build_script_build" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "constant_time_eq 0.3.0", + "target": "constant_time_eq" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.5.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + } + }, + "license": "CC0-1.0 OR Apache-2.0" + }, + "block-buffer 0.10.4": { + "name": "block-buffer", + "version": "0.10.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/block-buffer/0.10.4/download", + "sha256": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" + } + }, + "targets": [ + { + "Library": { + "crate_name": "block_buffer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "block_buffer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.4" + }, + "license": "MIT OR Apache-2.0" + }, + "block-buffer 0.7.3": { + "name": "block-buffer", + "version": "0.7.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/block-buffer/0.7.3/download", + "sha256": "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "block_buffer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "block_buffer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "block-padding 0.1.5", + "target": "block_padding" + }, + { + "id": "byte-tools 0.3.1", + "target": "byte_tools" + }, + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "generic-array 0.12.4", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.7.3" + }, + "license": "MIT OR Apache-2.0" + }, + "block-buffer 0.9.0": { + "name": "block-buffer", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/block-buffer/0.9.0/download", + "sha256": "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "block_buffer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "block_buffer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.0" + }, + "license": "MIT OR Apache-2.0" + }, + "block-modes 0.7.0": { + "name": "block-modes", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/block-modes/0.7.0/download", + "sha256": "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "block_modes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "block_modes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "block-padding 0.2.1", + "target": "block_padding" + }, + { + "id": "cipher 0.2.5", + "target": "cipher" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.0" + }, + "license": "MIT OR Apache-2.0" + }, + "block-padding 0.1.5": { + "name": "block-padding", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/block-padding/0.1.5/download", + "sha256": "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "block_padding", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "block_padding", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "byte-tools 0.3.1", + "target": "byte_tools" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.5" + }, + "license": "MIT OR Apache-2.0" + }, + "block-padding 0.2.1": { + "name": "block-padding", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/block-padding/0.2.1/download", + "sha256": "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" + } + }, + "targets": [ + { + "Library": { + "crate_name": "block_padding", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "block_padding", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.2.1" + }, + "license": "MIT OR Apache-2.0" + }, + "blocking 1.5.1": { + "name": "blocking", + "version": "1.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/blocking/1.5.1/download", + "sha256": "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" + } + }, + "targets": [ + { + "Library": { + "crate_name": "blocking", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "blocking", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-channel 2.1.0", + "target": "async_channel" + }, + { + "id": "async-task 4.5.0", + "target": "async_task" + }, + { + "id": "fastrand 2.0.1", + "target": "fastrand" + }, + { + "id": "futures-io 0.3.29", + "target": "futures_io" + }, + { + "id": "futures-lite 2.0.1", + "target": "futures_lite" + }, + { + "id": "piper 0.2.1", + "target": "piper" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": { + "cfg(not(target_family = \"wasm\"))": [ + { + "id": "async-lock 3.1.0", + "target": "async_lock" + } + ] + } + }, + "edition": "2018", + "version": "1.5.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "borsh 0.10.3": { + "name": "borsh", + "version": "0.10.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/borsh/0.10.3/download", + "sha256": "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "borsh", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "borsh", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "bytes", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "hashbrown 0.13.2", + "target": "hashbrown" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "borsh-derive 0.10.3", + "target": "borsh_derive" + } + ], + "selects": {} + }, + "version": "0.10.3" + }, + "license": "MIT OR Apache-2.0" + }, + "borsh-derive 0.10.3": { + "name": "borsh-derive", + "version": "0.10.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/borsh-derive/0.10.3/download", + "sha256": "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "borsh_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "borsh_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "borsh-derive-internal 0.10.3", + "target": "borsh_derive_internal" + }, + { + "id": "borsh-schema-derive-internal 0.10.3", + "target": "borsh_schema_derive_internal" + }, + { + "id": "proc-macro-crate 0.1.5", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.3" + }, + "license": "Apache-2.0" + }, + "borsh-derive-internal 0.10.3": { + "name": "borsh-derive-internal", + "version": "0.10.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/borsh-derive-internal/0.10.3/download", + "sha256": "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "borsh_derive_internal", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "borsh_derive_internal", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.3" + }, + "license": "Apache-2.0" + }, + "borsh-schema-derive-internal 0.10.3": { + "name": "borsh-schema-derive-internal", + "version": "0.10.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/borsh-schema-derive-internal/0.10.3/download", + "sha256": "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "borsh_schema_derive_internal", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "borsh_schema_derive_internal", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.3" + }, + "license": "Apache-2.0" + }, + "bounded-collections 0.1.9": { + "name": "bounded-collections", + "version": "0.1.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bounded-collections/0.1.9/download", + "sha256": "ca548b6163b872067dc5eb82fd130c56881435e30367d2073594a3d9744120dd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bounded_collections", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bounded_collections", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.9" + }, + "license": "MIT OR Apache-2.0" + }, + "bounded-vec 0.7.1": { + "name": "bounded-vec", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bounded-vec/0.7.1/download", + "sha256": "68534a48cbf63a4b1323c433cf21238c9ec23711e0df13b08c33e5c2082663ce" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bounded_vec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bounded_vec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.1" + }, + "license": "CC0-1.0" + }, + "bp-xcm-bridge-hub-router 0.1.0": { + "name": "bp-xcm-bridge-hub-router", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "bridges/primitives/xcm-bridge-hub-router" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bp_xcm_bridge_hub_router", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bp_xcm_bridge_hub_router", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "bs58 0.4.0": { + "name": "bs58", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bs58/0.4.0/download", + "sha256": "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bs58", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bs58", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "bs58 0.5.0": { + "name": "bs58", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bs58/0.5.0/download", + "sha256": "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bs58", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bs58", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.0" + }, + "license": "MIT/Apache-2.0" + }, + "bstr 1.8.0": { + "name": "bstr", + "version": "1.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bstr/1.8.0/download", + "sha256": "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bstr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bstr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.6.4", + "target": "memchr" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.8.0" + }, + "license": "MIT OR Apache-2.0" + }, + "build-helper 0.1.1": { + "name": "build-helper", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/build-helper/0.1.1/download", + "sha256": "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "build_helper", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "build_helper", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "semver 0.6.0", + "target": "semver" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.1" + }, + "license": "MIT/Apache-2.0" + }, + "bumpalo 3.14.0": { + "name": "bumpalo", + "version": "3.14.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bumpalo/3.14.0/download", + "sha256": "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bumpalo", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bumpalo", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2021", + "version": "3.14.0" + }, + "license": "MIT OR Apache-2.0" + }, + "byte-slice-cast 1.2.2": { + "name": "byte-slice-cast", + "version": "1.2.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/byte-slice-cast/1.2.2/download", + "sha256": "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "byte_slice_cast", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "byte_slice_cast", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "1.2.2" + }, + "license": "MIT" + }, + "byte-tools 0.3.1": { + "name": "byte-tools", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/byte-tools/0.3.1/download", + "sha256": "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "byte_tools", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "byte_tools", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "bytemuck 1.14.0": { + "name": "bytemuck", + "version": "1.14.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bytemuck/1.14.0/download", + "sha256": "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bytemuck", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bytemuck", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.14.0" + }, + "license": "Zlib OR Apache-2.0 OR MIT" + }, + "byteorder 1.5.0": { + "name": "byteorder", + "version": "1.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/byteorder/1.5.0/download", + "sha256": "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "byteorder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "byteorder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "i128", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "1.5.0" + }, + "license": "Unlicense OR MIT" + }, + "bytes 1.5.0": { + "name": "bytes", + "version": "1.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bytes/1.5.0/download", + "sha256": "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bytes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bytes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.5.0" + }, + "license": "MIT" + }, + "bzip2-sys 0.1.11+1.0.8": { + "name": "bzip2-sys", + "version": "0.1.11+1.0.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/bzip2-sys/0.1.11+1.0.8/download", + "sha256": "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bzip2_sys", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "bzip2_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bzip2-sys 0.1.11+1.0.8", + "target": "build_script_build" + }, + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.11+1.0.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + }, + { + "id": "pkg-config 0.3.27", + "target": "pkg_config" + } + ], + "selects": {} + }, + "links": "bzip2" + }, + "license": "MIT/Apache-2.0" + }, + "c2-chacha 0.3.3": { + "name": "c2-chacha", + "version": "0.3.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/c2-chacha/0.3.3/download", + "sha256": "d27dae93fe7b1e0424dc57179ac396908c26b035a87234809f5c4dfd1b47dc80" + } + }, + "targets": [ + { + "Library": { + "crate_name": "c2_chacha", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "c2_chacha", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "cipher", + "default", + "rustcrypto_api", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cipher 0.2.5", + "target": "cipher" + }, + { + "id": "ppv-lite86 0.2.17", + "target": "ppv_lite86" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.3" + }, + "license": "MIT/Apache-2.0" + }, + "camino 1.1.6": { + "name": "camino", + "version": "1.1.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/camino/1.1.6/download", + "sha256": "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "camino", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "camino", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "serde", + "serde1" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "camino 1.1.6", + "target": "build_script_build" + }, + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.1.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "cargo-platform 0.1.4": { + "name": "cargo-platform", + "version": "0.1.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cargo-platform/0.1.4/download", + "sha256": "12024c4645c97566567129c204f65d5815a8c9aecf30fcbe682b2fe034996d36" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cargo_platform", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cargo_platform", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.4" + }, + "license": "MIT OR Apache-2.0" + }, + "cargo_metadata 0.15.4": { + "name": "cargo_metadata", + "version": "0.15.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cargo_metadata/0.15.4/download", + "sha256": "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cargo_metadata", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cargo_metadata", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "camino 1.1.6", + "target": "camino" + }, + { + "id": "cargo-platform 0.1.4", + "target": "cargo_platform" + }, + { + "id": "semver 1.0.20", + "target": "semver" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.15.4" + }, + "license": "MIT" + }, + "cc 1.0.83": { + "name": "cc", + "version": "1.0.83", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cc/1.0.83/download", + "sha256": "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "jobserver", + "parallel" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "jobserver 0.1.27", + "target": "jobserver" + } + ], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "1.0.83" + }, + "license": "MIT OR Apache-2.0" + }, + "ccm 0.3.0": { + "name": "ccm", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ccm/0.3.0/download", + "sha256": "5aca1a8fbc20b50ac9673ff014abfb2b5f4085ee1a850d408f14a159c5853ac7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ccm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ccm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "aead 0.3.2", + "target": "aead" + }, + { + "id": "cipher 0.2.5", + "target": "cipher" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "cexpr 0.6.0": { + "name": "cexpr", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cexpr/0.6.0/download", + "sha256": "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cexpr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cexpr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "nom 7.1.3", + "target": "nom" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.0" + }, + "license": "Apache-2.0/MIT" + }, + "cfg-expr 0.15.5": { + "name": "cfg-expr", + "version": "0.15.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cfg-expr/0.15.5/download", + "sha256": "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cfg_expr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cfg_expr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "smallvec 1.11.2", + "target": "smallvec" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.15.5" + }, + "license": "MIT OR Apache-2.0" + }, + "cfg-if 1.0.0": { + "name": "cfg-if", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cfg-if/1.0.0/download", + "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cfg_if", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cfg_if", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.0" + }, + "license": "MIT/Apache-2.0" + }, + "cfg_aliases 0.1.1": { + "name": "cfg_aliases", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cfg_aliases/0.1.1/download", + "sha256": "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cfg_aliases", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cfg_aliases", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.1" + }, + "license": "MIT" + }, + "chacha 0.3.0": { + "name": "chacha", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/chacha/0.3.0/download", + "sha256": "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862" + } + }, + "targets": [ + { + "Library": { + "crate_name": "chacha", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "chacha", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "keystream 1.0.0", + "target": "keystream" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.3.0" + }, + "license": "MIT/Apache-2.0" + }, + "chacha20 0.9.1": { + "name": "chacha20", + "version": "0.9.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/chacha20/0.9.1/download", + "sha256": "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" + } + }, + "targets": [ + { + "Library": { + "crate_name": "chacha20", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "chacha20", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [], + "selects": { + "wasm32-unknown-unknown": [ + "zeroize" + ], + "wasm32-wasi": [ + "zeroize" + ] + } + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "cipher 0.4.4", + "target": "cipher" + } + ], + "selects": { + "cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.11", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2021", + "version": "0.9.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "chacha20poly1305 0.10.1": { + "name": "chacha20poly1305", + "version": "0.10.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/chacha20poly1305/0.10.1/download", + "sha256": "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" + } + }, + "targets": [ + { + "Library": { + "crate_name": "chacha20poly1305", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "chacha20poly1305", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "getrandom", + "rand_core" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aead 0.5.2", + "target": "aead" + }, + { + "id": "chacha20 0.9.1", + "target": "chacha20" + }, + { + "id": "cipher 0.4.4", + "target": "cipher" + }, + { + "id": "poly1305 0.8.0", + "target": "poly1305" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "chrono 0.4.31": { + "name": "chrono", + "version": "0.4.31", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/chrono/0.4.31/download", + "sha256": "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" + } + }, + "targets": [ + { + "Library": { + "crate_name": "chrono", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "chrono", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "android-tzdata", + "clock", + "default", + "iana-time-zone", + "js-sys", + "oldtime", + "std", + "wasm-bindgen", + "wasmbind", + "winapi", + "windows-targets" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-traits 0.2.17", + "target": "num_traits" + } + ], + "selects": { + "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))": [ + { + "id": "js-sys 0.3.65", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.88", + "target": "wasm_bindgen" + } + ], + "cfg(target_os = \"android\")": [ + { + "id": "android-tzdata 0.1.1", + "target": "android_tzdata" + } + ], + "cfg(unix)": [ + { + "id": "iana-time-zone 0.1.58", + "target": "iana_time_zone" + } + ], + "cfg(windows)": [ + { + "id": "windows-targets 0.48.5", + "target": "windows_targets" + } + ] + } + }, + "edition": "2021", + "version": "0.4.31" + }, + "license": "MIT OR Apache-2.0" + }, + "cid 0.9.0": { + "name": "cid", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cid/0.9.0/download", + "sha256": "b9b68e3193982cd54187d71afdb2a271ad4cf8af157858e9cb911b91321de143" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cid", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cid", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "multibase", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "core2 0.4.0", + "target": "core2" + }, + { + "id": "multibase 0.9.1", + "target": "multibase" + }, + { + "id": "multihash 0.17.0", + "target": "multihash" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "unsigned-varint 0.7.2", + "target": "unsigned_varint" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.0" + }, + "license": "MIT" + }, + "cipher 0.2.5": { + "name": "cipher", + "version": "0.2.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cipher/0.2.5/download", + "sha256": "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cipher", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cipher", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.5" + }, + "license": "MIT OR Apache-2.0" + }, + "cipher 0.3.0": { + "name": "cipher", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cipher/0.3.0/download", + "sha256": "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cipher", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cipher", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "cipher 0.4.4": { + "name": "cipher", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cipher/0.4.4/download", + "sha256": "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cipher", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cipher", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [], + "selects": { + "wasm32-unknown-unknown": [ + "zeroize" + ], + "wasm32-wasi": [ + "zeroize" + ] + } + }, + "deps": { + "common": [ + { + "id": "crypto-common 0.1.6", + "target": "crypto_common" + }, + { + "id": "inout 0.1.3", + "target": "inout" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.4" + }, + "license": "MIT OR Apache-2.0" + }, + "ckb-merkle-mountain-range 0.5.2": { + "name": "ckb-merkle-mountain-range", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ckb-merkle-mountain-range/0.5.2/download", + "sha256": "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ckb_merkle_mountain_range", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ckb_merkle_mountain_range", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.2" + }, + "license": "MIT" + }, + "clang-sys 1.6.1": { + "name": "clang-sys", + "version": "1.6.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/clang-sys/1.6.1/download", + "sha256": "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "clang_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "clang_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "clang_3_5", + "clang_3_6", + "clang_3_7", + "clang_3_8", + "clang_3_9", + "clang_4_0", + "clang_5_0", + "clang_6_0", + "libloading", + "runtime" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "clang-sys 1.6.1", + "target": "build_script_build" + }, + { + "id": "glob 0.3.1", + "target": "glob" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "libloading 0.7.4", + "target": "libloading" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.6.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "glob 0.3.1", + "target": "glob" + } + ], + "selects": {} + }, + "links": "clang" + }, + "license": "Apache-2.0" + }, + "clap 4.4.8": { + "name": "clap", + "version": "4.4.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/clap/4.4.8/download", + "sha256": "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64" + } + }, + "targets": [ + { + "Library": { + "crate_name": "clap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "clap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "color", + "default", + "derive", + "env", + "error-context", + "help", + "std", + "string", + "suggestions", + "usage", + "wrap_help" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "clap_builder 4.4.8", + "target": "clap_builder" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "clap_derive 4.4.7", + "target": "clap_derive" + } + ], + "selects": {} + }, + "version": "4.4.8" + }, + "license": "MIT OR Apache-2.0" + }, + "clap_builder 4.4.8": { + "name": "clap_builder", + "version": "4.4.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/clap_builder/4.4.8/download", + "sha256": "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "clap_builder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "clap_builder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "color", + "env", + "error-context", + "help", + "std", + "string", + "suggestions", + "usage", + "wrap_help" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anstream 0.6.4", + "target": "anstream" + }, + { + "id": "anstyle 1.0.4", + "target": "anstyle" + }, + { + "id": "clap_lex 0.6.0", + "target": "clap_lex" + }, + { + "id": "strsim 0.10.0", + "target": "strsim" + }, + { + "id": "terminal_size 0.3.0", + "target": "terminal_size" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.4.8" + }, + "license": "MIT OR Apache-2.0" + }, + "clap_derive 4.4.7": { + "name": "clap_derive", + "version": "4.4.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/clap_derive/4.4.7/download", + "sha256": "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "clap_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "clap_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.4.7" + }, + "license": "MIT OR Apache-2.0" + }, + "clap_lex 0.6.0": { + "name": "clap_lex", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/clap_lex/0.6.0/download", + "sha256": "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "clap_lex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "clap_lex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.6.0" + }, + "license": "MIT OR Apache-2.0" + }, + "coarsetime 0.1.33": { + "name": "coarsetime", + "version": "0.1.33", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/coarsetime/0.1.33/download", + "sha256": "71367d3385c716342014ad17e3d19f7788ae514885a1f4c24f500260fb365e1a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "coarsetime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "coarsetime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "once_cell 1.18.0", + "target": "once_cell" + } + ], + "selects": { + "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))": [ + { + "id": "wasm-bindgen 0.2.88", + "target": "wasm_bindgen" + } + ], + "cfg(not(target_os = \"wasi\"))": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(target_os = \"wasi\")": [ + { + "id": "wasi 0.11.0+wasi-snapshot-preview1", + "target": "wasi" + } + ] + } + }, + "edition": "2018", + "version": "0.1.33" + }, + "license": "ISC" + }, + "codespan-reporting 0.11.1": { + "name": "codespan-reporting", + "version": "0.11.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/codespan-reporting/0.11.1/download", + "sha256": "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "codespan_reporting", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "codespan_reporting", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "termcolor 1.4.0", + "target": "termcolor" + }, + { + "id": "unicode-width 0.1.11", + "target": "unicode_width" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.1" + }, + "license": "Apache-2.0" + }, + "color-print 0.3.5": { + "name": "color-print", + "version": "0.3.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/color-print/0.3.5/download", + "sha256": "7a858372ff14bab9b1b30ea504f2a4bc534582aee3e42ba2d41d2a7baba63d5d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "color_print", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "color_print", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "color-print-proc-macro 0.3.5", + "target": "color_print_proc_macro" + } + ], + "selects": {} + }, + "version": "0.3.5" + }, + "license": "MIT OR Apache-2.0" + }, + "color-print-proc-macro 0.3.5": { + "name": "color-print-proc-macro", + "version": "0.3.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/color-print-proc-macro/0.3.5/download", + "sha256": "57e37866456a721d0a404439a1adae37a31be4e0055590d053dfe6981e05003f" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "color_print_proc_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "color_print_proc_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.5" + }, + "license": "MIT OR Apache-2.0" + }, + "colorchoice 1.0.0": { + "name": "colorchoice", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/colorchoice/1.0.0/download", + "sha256": "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "colorchoice", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "colorchoice", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "1.0.0" + }, + "license": "MIT OR Apache-2.0" + }, + "comfy-table 7.1.0": { + "name": "comfy-table", + "version": "7.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/comfy-table/7.1.0/download", + "sha256": "7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686" + } + }, + "targets": [ + { + "Library": { + "crate_name": "comfy_table", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "comfy_table", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "strum 0.25.0", + "target": "strum" + }, + { + "id": "unicode-width 0.1.11", + "target": "unicode_width" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "strum_macros 0.25.3", + "target": "strum_macros" + } + ], + "selects": {} + }, + "version": "7.1.0" + }, + "license": "MIT" + }, + "common 0.1.0": { + "name": "common", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/w3f/ring-proof", + "commitish": { + "Branch": "master" + }, + "strip_prefix": "common" + } + }, + "targets": [ + { + "Library": { + "crate_name": "common", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "common", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-poly 0.4.2", + "target": "ark_poly" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "fflonk 0.1.0", + "target": "fflonk" + }, + { + "id": "getrandom_or_panic 0.0.3", + "target": "getrandom_or_panic" + }, + { + "id": "merlin 3.0.0", + "target": "merlin" + }, + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "common-path 1.0.0": { + "name": "common-path", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/common-path/1.0.0/download", + "sha256": "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" + } + }, + "targets": [ + { + "Library": { + "crate_name": "common_path", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "common_path", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.0" + }, + "license": "MIT/Apache-2.0" + }, + "concurrent-queue 2.3.0": { + "name": "concurrent-queue", + "version": "2.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/concurrent-queue/2.3.0/download", + "sha256": "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400" + } + }, + "targets": [ + { + "Library": { + "crate_name": "concurrent_queue", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "concurrent_queue", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crossbeam-utils 0.8.16", + "target": "crossbeam_utils" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.3.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "console 0.15.7": { + "name": "console", + "version": "0.15.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/console/0.15.7/download", + "sha256": "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "console", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "console", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ansi-parsing", + "unicode-width" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "unicode-width 0.1.11", + "target": "unicode_width" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "encode_unicode 0.3.6", + "target": "encode_unicode" + }, + { + "id": "windows-sys 0.45.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.15.7" + }, + "license": "MIT" + }, + "const-oid 0.9.5": { + "name": "const-oid", + "version": "0.9.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/const-oid/0.9.5/download", + "sha256": "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "const_oid", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "const_oid", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.9.5" + }, + "license": "Apache-2.0 OR MIT" + }, + "const-random 0.1.17": { + "name": "const-random", + "version": "0.1.17", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/const-random/0.1.17/download", + "sha256": "5aaf16c9c2c612020bcfd042e170f6e32de9b9d75adb5277cdbbd2e2c8c8299a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "const_random", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "const_random", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "const-random-macro 0.1.16", + "target": "const_random_macro" + } + ], + "selects": {} + }, + "version": "0.1.17" + }, + "license": "MIT OR Apache-2.0" + }, + "const-random-macro 0.1.16": { + "name": "const-random-macro", + "version": "0.1.16", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/const-random-macro/0.1.16/download", + "sha256": "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "const_random_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "const_random_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "getrandom 0.2.11", + "target": "getrandom" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "tiny-keccak 2.0.2", + "target": "tiny_keccak" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.16" + }, + "license": "MIT OR Apache-2.0" + }, + "constant_time_eq 0.1.5": { + "name": "constant_time_eq", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/constant_time_eq/0.1.5/download", + "sha256": "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "constant_time_eq", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "constant_time_eq", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.5" + }, + "license": "CC0-1.0" + }, + "constant_time_eq 0.3.0": { + "name": "constant_time_eq", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/constant_time_eq/0.3.0/download", + "sha256": "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "constant_time_eq", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "constant_time_eq", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.3.0" + }, + "license": "CC0-1.0 OR MIT-0 OR Apache-2.0" + }, + "constcat 0.3.1": { + "name": "constcat", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/constcat/0.3.1/download", + "sha256": "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08" + } + }, + "targets": [ + { + "Library": { + "crate_name": "constcat", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "constcat", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "convert_case 0.4.0": { + "name": "convert_case", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/convert_case/0.4.0/download", + "sha256": "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "convert_case", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "convert_case", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.4.0" + }, + "license": "MIT" + }, + "core-foundation 0.9.3": { + "name": "core-foundation", + "version": "0.9.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/core-foundation/0.9.3/download", + "sha256": "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" + } + }, + "targets": [ + { + "Library": { + "crate_name": "core_foundation", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "core_foundation", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "core-foundation-sys 0.8.4", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.9.3" + }, + "license": "MIT / Apache-2.0" + }, + "core-foundation-sys 0.8.4": { + "name": "core-foundation-sys", + "version": "0.8.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download", + "sha256": "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "core_foundation_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "core_foundation_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.8.4" + }, + "license": "MIT / Apache-2.0" + }, + "core2 0.4.0": { + "name": "core2", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/core2/0.4.0/download", + "sha256": "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" + } + }, + "targets": [ + { + "Library": { + "crate_name": "core2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "core2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.6.4", + "target": "memchr" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "cpp_demangle 0.3.5": { + "name": "cpp_demangle", + "version": "0.3.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cpp_demangle/0.3.5/download", + "sha256": "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cpp_demangle", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cpp_demangle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "cpp_demangle 0.3.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.3.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0/MIT" + }, + "cpu-time 1.0.0": { + "name": "cpu-time", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cpu-time/1.0.0/download", + "sha256": "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cpu_time", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cpu_time", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "1.0.0" + }, + "license": "MIT/Apache-2.0" + }, + "cpufeatures 0.2.11": { + "name": "cpufeatures", + "version": "0.2.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cpufeatures/0.2.11/download", + "sha256": "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cpufeatures", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cpufeatures", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "aarch64-linux-android": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.2.11" + }, + "license": "MIT OR Apache-2.0" + }, + "cranelift-bforest 0.95.1": { + "name": "cranelift-bforest", + "version": "0.95.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-bforest/0.95.1/download", + "sha256": "1277fbfa94bc82c8ec4af2ded3e639d49ca5f7f3c7eeab2c66accd135ece4e70" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_bforest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_bforest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cranelift-entity 0.95.1", + "target": "cranelift_entity" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.95.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-codegen 0.95.1": { + "name": "cranelift-codegen", + "version": "0.95.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-codegen/0.95.1/download", + "sha256": "c6e8c31ad3b2270e9aeec38723888fe1b0ace3bea2b06b3f749ccf46661d3220" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_codegen", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_codegen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "gimli", + "std", + "trace-log", + "unwind" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bumpalo 3.14.0", + "target": "bumpalo" + }, + { + "id": "cranelift-bforest 0.95.1", + "target": "cranelift_bforest" + }, + { + "id": "cranelift-codegen 0.95.1", + "target": "build_script_build" + }, + { + "id": "cranelift-codegen-shared 0.95.1", + "target": "cranelift_codegen_shared" + }, + { + "id": "cranelift-entity 0.95.1", + "target": "cranelift_entity" + }, + { + "id": "gimli 0.27.3", + "target": "gimli" + }, + { + "id": "hashbrown 0.13.2", + "target": "hashbrown" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "regalloc2 0.6.1", + "target": "regalloc2" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "target-lexicon 0.12.12", + "target": "target_lexicon" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.95.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cranelift-codegen-meta 0.95.1", + "target": "cranelift_codegen_meta" + }, + { + "id": "cranelift-isle 0.95.1", + "target": "cranelift_isle" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-codegen-meta 0.95.1": { + "name": "cranelift-codegen-meta", + "version": "0.95.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-codegen-meta/0.95.1/download", + "sha256": "c8ac5ac30d62b2d66f12651f6b606dbdfd9c2cfd0908de6b387560a277c5c9da" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_codegen_meta", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_codegen_meta", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cranelift-codegen-shared 0.95.1", + "target": "cranelift_codegen_shared" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.95.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-codegen-shared 0.95.1": { + "name": "cranelift-codegen-shared", + "version": "0.95.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-codegen-shared/0.95.1/download", + "sha256": "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_codegen_shared", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_codegen_shared", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.95.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-entity 0.95.1": { + "name": "cranelift-entity", + "version": "0.95.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-entity/0.95.1/download", + "sha256": "40099d38061b37e505e63f89bab52199037a72b931ad4868d9089ff7268660b0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_entity", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_entity", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "enable-serde", + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.95.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-frontend 0.95.1": { + "name": "cranelift-frontend", + "version": "0.95.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-frontend/0.95.1/download", + "sha256": "64a25d9d0a0ae3079c463c34115ec59507b4707175454f0eee0891e83e30e82d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_frontend", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_frontend", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cranelift-codegen 0.95.1", + "target": "cranelift_codegen" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "target-lexicon 0.12.12", + "target": "target_lexicon" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.95.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-isle 0.95.1": { + "name": "cranelift-isle", + "version": "0.95.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-isle/0.95.1/download", + "sha256": "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_isle", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_isle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cranelift-isle 0.95.1", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.95.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-native 0.95.1": { + "name": "cranelift-native", + "version": "0.95.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-native/0.95.1/download", + "sha256": "bb6b03e0e03801c4b3fd8ce0758a94750c07a44e7944cc0ffbf0d3f2e7c79b00" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_native", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_native", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cranelift-codegen 0.95.1", + "target": "cranelift_codegen" + }, + { + "id": "target-lexicon 0.12.12", + "target": "target_lexicon" + } + ], + "selects": { + "cfg(any(target_arch = \"s390x\", target_arch = \"riscv64\"))": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ] + } + }, + "edition": "2021", + "version": "0.95.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "cranelift-wasm 0.95.1": { + "name": "cranelift-wasm", + "version": "0.95.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cranelift-wasm/0.95.1/download", + "sha256": "ff3220489a3d928ad91e59dd7aeaa8b3de18afb554a6211213673a71c90737ac" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cranelift_wasm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cranelift_wasm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cranelift-codegen 0.95.1", + "target": "cranelift_codegen" + }, + { + "id": "cranelift-entity 0.95.1", + "target": "cranelift_entity" + }, + { + "id": "cranelift-frontend 0.95.1", + "target": "cranelift_frontend" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "wasmparser 0.102.0", + "target": "wasmparser" + }, + { + "id": "wasmtime-types 8.0.1", + "target": "wasmtime_types" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.95.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "crc 3.0.1": { + "name": "crc", + "version": "3.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crc/3.0.1/download", + "sha256": "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crc-catalog 2.4.0", + "target": "crc_catalog" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "3.0.1" + }, + "license": "MIT OR Apache-2.0" + }, + "crc-catalog 2.4.0": { + "name": "crc-catalog", + "version": "2.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crc-catalog/2.4.0/download", + "sha256": "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crc_catalog", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crc_catalog", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "2.4.0" + }, + "license": "MIT OR Apache-2.0" + }, + "crc32fast 1.3.2": { + "name": "crc32fast", + "version": "1.3.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crc32fast/1.3.2/download", + "sha256": "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crc32fast", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crc32fast", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "crc32fast 1.3.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.3.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "crossbeam-deque 0.8.3": { + "name": "crossbeam-deque", + "version": "0.8.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download", + "sha256": "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crossbeam_deque", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crossbeam_deque", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "crossbeam-epoch", + "crossbeam-utils", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "crossbeam-epoch 0.9.15", + "target": "crossbeam_epoch" + }, + { + "id": "crossbeam-utils 0.8.16", + "target": "crossbeam_utils" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.3" + }, + "license": "MIT OR Apache-2.0" + }, + "crossbeam-epoch 0.9.15": { + "name": "crossbeam-epoch", + "version": "0.9.15", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download", + "sha256": "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crossbeam_epoch", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crossbeam_epoch", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "crossbeam-epoch 0.9.15", + "target": "build_script_build" + }, + { + "id": "crossbeam-utils 0.8.16", + "target": "crossbeam_utils" + }, + { + "id": "memoffset 0.9.0", + "target": "memoffset" + }, + { + "id": "scopeguard 1.2.0", + "target": "scopeguard" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.15" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "crossbeam-queue 0.3.8": { + "name": "crossbeam-queue", + "version": "0.3.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crossbeam-queue/0.3.8/download", + "sha256": "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crossbeam_queue", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crossbeam_queue", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "crossbeam-queue 0.3.8", + "target": "build_script_build" + }, + { + "id": "crossbeam-utils 0.8.16", + "target": "crossbeam_utils" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "crossbeam-utils 0.8.16": { + "name": "crossbeam-utils", + "version": "0.8.16", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download", + "sha256": "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crossbeam_utils", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crossbeam_utils", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "crossbeam-utils 0.8.16", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.16" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "crunchy 0.2.2": { + "name": "crunchy", + "version": "0.2.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crunchy/0.2.2/download", + "sha256": "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crunchy", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crunchy", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "limit_128", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crunchy 0.2.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT" + }, + "crypto-bigint 0.4.9": { + "name": "crypto-bigint", + "version": "0.4.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crypto-bigint/0.4.9/download", + "sha256": "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crypto_bigint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crypto_bigint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.9" + }, + "license": "Apache-2.0 OR MIT" + }, + "crypto-bigint 0.5.4": { + "name": "crypto-bigint", + "version": "0.5.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crypto-bigint/0.5.4/download", + "sha256": "28f85c3514d2a6e64160359b45a3918c3b4178bcbf4ae5d03ab2d02e521c479a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crypto_bigint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crypto_bigint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "generic-array", + "rand_core", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.4" + }, + "license": "Apache-2.0 OR MIT" + }, + "crypto-common 0.1.6": { + "name": "crypto-common", + "version": "0.1.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crypto-common/0.1.6/download", + "sha256": "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crypto_common", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crypto_common", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "getrandom", + "rand_core", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "typenum 1.17.0", + "target": "typenum" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.6" + }, + "license": "MIT OR Apache-2.0" + }, + "crypto-mac 0.11.1": { + "name": "crypto-mac", + "version": "0.11.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crypto-mac/0.11.1/download", + "sha256": "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crypto_mac", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crypto_mac", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.1" + }, + "license": "MIT OR Apache-2.0" + }, + "crypto-mac 0.7.0": { + "name": "crypto-mac", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crypto-mac/0.7.0/download", + "sha256": "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crypto_mac", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crypto_mac", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "generic-array 0.12.4", + "target": "generic_array" + }, + { + "id": "subtle 1.0.0", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.7.0" + }, + "license": "MIT OR Apache-2.0" + }, + "crypto-mac 0.8.0": { + "name": "crypto-mac", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/crypto-mac/0.8.0/download", + "sha256": "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crypto_mac", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "crypto_mac", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.0" + }, + "license": "MIT OR Apache-2.0" + }, + "ctr 0.8.0": { + "name": "ctr", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ctr/0.8.0/download", + "sha256": "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ctr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ctr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cipher 0.3.0", + "target": "cipher" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.0" + }, + "license": "MIT OR Apache-2.0" + }, + "ctr 0.9.2": { + "name": "ctr", + "version": "0.9.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ctr/0.9.2/download", + "sha256": "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ctr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ctr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cipher 0.4.4", + "target": "cipher" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.9.2" + }, + "license": "MIT OR Apache-2.0" + }, + "cumulus-client-cli 0.1.0": { + "name": "cumulus-client-cli", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/client/cli" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_client_cli", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_client_cli", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "clap 4.4.8", + "target": "clap" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-chain-spec 4.0.0-dev", + "target": "sc_chain_spec" + }, + { + "id": "sc-cli 0.10.0-dev", + "target": "sc_cli" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-service 0.10.0-dev", + "target": "sc_service" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "url 2.5.0", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "cumulus-client-collator 0.1.0": { + "name": "cumulus-client-collator", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/client/collator" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_client_collator", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_client_collator", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cumulus-client-consensus-common 0.1.0", + "target": "cumulus_client_consensus_common" + }, + { + "id": "cumulus-client-network 0.1.0", + "target": "cumulus_client_network" + }, + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-overseer 1.0.0", + "target": "polkadot_overseer" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "cumulus-client-consensus-aura 0.1.0": { + "name": "cumulus-client-consensus-aura", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/client/consensus/aura" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_client_consensus_aura", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_client_consensus_aura", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cumulus-client-collator 0.1.0", + "target": "cumulus_client_collator" + }, + { + "id": "cumulus-client-consensus-common 0.1.0", + "target": "cumulus_client_consensus_common" + }, + { + "id": "cumulus-client-consensus-proposer 0.1.0", + "target": "cumulus_client_consensus_proposer" + }, + { + "id": "cumulus-primitives-aura 0.1.0", + "target": "cumulus_primitives_aura" + }, + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "cumulus-primitives-parachain-inherent 0.1.0", + "target": "cumulus_primitives_parachain_inherent" + }, + { + "id": "cumulus-relay-chain-interface 0.1.0", + "target": "cumulus_relay_chain_interface" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-overseer 1.0.0", + "target": "polkadot_overseer" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus 0.10.0-dev", + "target": "sc_consensus" + }, + { + "id": "sc-consensus-aura 0.10.0-dev", + "target": "sc_consensus_aura" + }, + { + "id": "sc-consensus-babe 0.10.0-dev", + "target": "sc_consensus_babe" + }, + { + "id": "sc-consensus-slots 0.10.0-dev", + "target": "sc_consensus_slots" + }, + { + "id": "sc-telemetry 4.0.0-dev", + "target": "sc_telemetry" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-block-builder 4.0.0-dev", + "target": "sp_block_builder" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-aura 0.10.0-dev", + "target": "sp_consensus_aura" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-timestamp 4.0.0-dev", + "target": "sp_timestamp" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "cumulus-client-consensus-common 0.1.0": { + "name": "cumulus-client-consensus-common", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/client/consensus/common" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_client_consensus_common", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_client_consensus_common", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cumulus-client-pov-recovery 0.1.0", + "target": "cumulus_client_pov_recovery" + }, + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "cumulus-relay-chain-interface 0.1.0", + "target": "cumulus_relay_chain_interface" + }, + { + "id": "dyn-clone 1.0.16", + "target": "dyn_clone" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus 0.10.0-dev", + "target": "sc_consensus" + }, + { + "id": "sc-consensus-babe 0.10.0-dev", + "target": "sc_consensus_babe" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-slots 0.10.0-dev", + "target": "sp_consensus_slots" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-timestamp 4.0.0-dev", + "target": "sp_timestamp" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "cumulus-client-consensus-proposer 0.1.0": { + "name": "cumulus-client-consensus-proposer", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/client/consensus/proposer" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_client_consensus_proposer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_client_consensus_proposer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "cumulus-primitives-parachain-inherent 0.1.0", + "target": "cumulus_primitives_parachain_inherent" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "cumulus-client-network 0.1.0": { + "name": "cumulus-client-network", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/client/network" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_client_network", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_client_network", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cumulus-relay-chain-interface 0.1.0", + "target": "cumulus_relay_chain_interface" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-parachain-primitives 1.0.0", + "target": "polkadot_parachain_primitives" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "cumulus-client-pov-recovery 0.1.0": { + "name": "cumulus-client-pov-recovery", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/client/pov-recovery" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_client_pov_recovery", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_client_pov_recovery", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "cumulus-relay-chain-interface 0.1.0", + "target": "cumulus_relay_chain_interface" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-overseer 1.0.0", + "target": "polkadot_overseer" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus 0.10.0-dev", + "target": "sc_consensus" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-maybe-compressed-blob 4.1.0-dev", + "target": "sp_maybe_compressed_blob" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "cumulus-client-service 0.1.0": { + "name": "cumulus-client-service", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/client/service" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_client_service", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_client_service", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cumulus-client-cli 0.1.0", + "target": "cumulus_client_cli" + }, + { + "id": "cumulus-client-collator 0.1.0", + "target": "cumulus_client_collator" + }, + { + "id": "cumulus-client-consensus-common 0.1.0", + "target": "cumulus_client_consensus_common" + }, + { + "id": "cumulus-client-network 0.1.0", + "target": "cumulus_client_network" + }, + { + "id": "cumulus-client-pov-recovery 0.1.0", + "target": "cumulus_client_pov_recovery" + }, + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "cumulus-relay-chain-inprocess-interface 0.1.0", + "target": "cumulus_relay_chain_inprocess_interface" + }, + { + "id": "cumulus-relay-chain-interface 0.1.0", + "target": "cumulus_relay_chain_interface" + }, + { + "id": "cumulus-relay-chain-minimal-node 0.1.0", + "target": "cumulus_relay_chain_minimal_node" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus 0.10.0-dev", + "target": "sc_consensus" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-network-sync 0.10.0-dev", + "target": "sc_network_sync" + }, + { + "id": "sc-network-transactions 0.10.0-dev", + "target": "sc_network_transactions" + }, + { + "id": "sc-rpc 4.0.0-dev", + "target": "sc_rpc" + }, + { + "id": "sc-service 0.10.0-dev", + "target": "sc_service" + }, + { + "id": "sc-sysinfo 6.0.0-dev", + "target": "sc_sysinfo" + }, + { + "id": "sc-telemetry 4.0.0-dev", + "target": "sc_telemetry" + }, + { + "id": "sc-transaction-pool 4.0.0-dev", + "target": "sc_transaction_pool" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-transaction-pool 4.0.0-dev", + "target": "sp_transaction_pool" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "cumulus-pallet-aura-ext 0.1.0": { + "name": "cumulus-pallet-aura-ext", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/pallets/aura-ext" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_pallet_aura_ext", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_pallet_aura_ext", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cumulus-pallet-parachain-system 0.1.0", + "target": "cumulus_pallet_parachain_system" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "pallet-aura 4.0.0-dev", + "target": "pallet_aura" + }, + { + "id": "pallet-timestamp 4.0.0-dev", + "target": "pallet_timestamp" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-consensus-aura 0.10.0-dev", + "target": "sp_consensus_aura" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "cumulus-pallet-parachain-system 0.1.0": { + "name": "cumulus-pallet-parachain-system", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/pallets/parachain-system" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_pallet_parachain_system", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_pallet_parachain_system", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "frame-benchmarking", + "parameterized-consensus-hook", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "cumulus-primitives-parachain-inherent 0.1.0", + "target": "cumulus_primitives_parachain_inherent" + }, + { + "id": "environmental 1.1.4", + "target": "environmental" + }, + { + "id": "frame-benchmarking 4.0.0-dev", + "target": "frame_benchmarking" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-message-queue 7.0.0-dev", + "target": "pallet_message_queue" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "polkadot-parachain-primitives 1.0.0", + "target": "polkadot_parachain_primitives" + }, + { + "id": "polkadot-runtime-parachains 1.0.0", + "target": "polkadot_runtime_parachains" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.19.0", + "target": "sp_externalities" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + }, + { + "id": "sp-version 22.0.0", + "target": "sp_version" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + }, + { + "id": "trie-db 0.28.0", + "target": "trie_db" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "cumulus-pallet-parachain-system-proc-macro 0.1.0", + "target": "cumulus_pallet_parachain_system_proc_macro" + }, + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "cumulus-pallet-parachain-system-proc-macro 0.1.0": { + "name": "cumulus-pallet-parachain-system-proc-macro", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/pallets/parachain-system/proc-macro" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "cumulus_pallet_parachain_system_proc_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_pallet_parachain_system_proc_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "cumulus-pallet-session-benchmarking 3.0.0": { + "name": "cumulus-pallet-session-benchmarking", + "version": "3.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/pallets/session-benchmarking" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_pallet_session_benchmarking", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_pallet_session_benchmarking", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "frame-benchmarking", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-benchmarking 4.0.0-dev", + "target": "frame_benchmarking" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "pallet-session 4.0.0-dev", + "target": "pallet_session" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "3.0.0" + }, + "license": "Apache-2.0" + }, + "cumulus-pallet-xcm 0.1.0": { + "name": "cumulus-pallet-xcm", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/pallets/xcm" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_pallet_xcm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_pallet_xcm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "cumulus-pallet-xcmp-queue 0.1.0": { + "name": "cumulus-pallet-xcmp-queue", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/pallets/xcmp-queue" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_pallet_xcmp_queue", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_pallet_xcmp_queue", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bounded-collections 0.1.9", + "target": "bounded_collections" + }, + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-message-queue 7.0.0-dev", + "target": "pallet_message_queue" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "polkadot-runtime-common 1.0.0", + "target": "polkadot_runtime_common" + }, + { + "id": "polkadot-runtime-parachains 1.0.0", + "target": "polkadot_runtime_parachains" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + }, + { + "id": "staging-xcm-executor 1.0.0", + "target": "staging_xcm_executor", + "alias": "xcm_executor" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "cumulus-primitives-aura 0.1.0": { + "name": "cumulus-primitives-aura", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/primitives/aura" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_primitives_aura", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_primitives_aura", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "polkadot-core-primitives 1.0.0", + "target": "polkadot_core_primitives" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-consensus-aura 0.10.0-dev", + "target": "sp_consensus_aura" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "cumulus-primitives-core 0.1.0": { + "name": "cumulus-primitives-core", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/primitives/core" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_primitives_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_primitives_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "polkadot-core-primitives 1.0.0", + "target": "polkadot_core_primitives" + }, + { + "id": "polkadot-parachain-primitives 1.0.0", + "target": "polkadot_parachain_primitives" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "cumulus-primitives-parachain-inherent 0.1.0": { + "name": "cumulus-primitives-parachain-inherent", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/primitives/parachain-inherent" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_primitives_parachain_inherent", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_primitives_parachain_inherent", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "async-trait", + "cumulus-relay-chain-interface", + "cumulus-test-relay-sproof-builder", + "default", + "sc-client-api", + "sp-api", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "std", + "tracing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "cumulus-relay-chain-interface 0.1.0", + "target": "cumulus_relay_chain_interface" + }, + { + "id": "cumulus-test-relay-sproof-builder 0.1.0", + "target": "cumulus_test_relay_sproof_builder" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-storage 13.0.0", + "target": "sp_storage" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "cumulus-primitives-timestamp 0.1.0": { + "name": "cumulus-primitives-timestamp", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/primitives/timestamp" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_primitives_timestamp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_primitives_timestamp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-timestamp 4.0.0-dev", + "target": "sp_timestamp" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "cumulus-primitives-utility 0.1.0": { + "name": "cumulus-primitives-utility", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/primitives/utility" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_primitives_utility", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_primitives_utility", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-xcm-benchmarks 1.0.0", + "target": "pallet_xcm_benchmarks" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "polkadot-runtime-common 1.0.0", + "target": "polkadot_runtime_common" + }, + { + "id": "polkadot-runtime-parachains 1.0.0", + "target": "polkadot_runtime_parachains" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + }, + { + "id": "staging-xcm-builder 1.0.0", + "target": "staging_xcm_builder", + "alias": "xcm_builder" + }, + { + "id": "staging-xcm-executor 1.0.0", + "target": "staging_xcm_executor", + "alias": "xcm_executor" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "cumulus-relay-chain-inprocess-interface 0.1.0": { + "name": "cumulus-relay-chain-inprocess-interface", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/client/relay-chain-inprocess-interface" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_relay_chain_inprocess_interface", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_relay_chain_inprocess_interface", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "cumulus-relay-chain-interface 0.1.0", + "target": "cumulus_relay_chain_interface" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "polkadot-cli 1.1.0", + "target": "polkadot_cli" + }, + { + "id": "polkadot-service 1.0.0", + "target": "polkadot_service" + }, + { + "id": "sc-cli 0.10.0-dev", + "target": "sc_cli" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-sysinfo 6.0.0-dev", + "target": "sc_sysinfo" + }, + { + "id": "sc-telemetry 4.0.0-dev", + "target": "sc_telemetry" + }, + { + "id": "sc-tracing 4.0.0-dev", + "target": "sc_tracing" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "cumulus-relay-chain-interface 0.1.0": { + "name": "cumulus-relay-chain-interface", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/client/relay-chain-interface" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_relay_chain_interface", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_relay_chain_interface", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "jsonrpsee-core 0.16.3", + "target": "jsonrpsee_core" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-overseer 1.0.0", + "target": "polkadot_overseer" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "cumulus-relay-chain-minimal-node 0.1.0": { + "name": "cumulus-relay-chain-minimal-node", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/client/relay-chain-minimal-node" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_relay_chain_minimal_node", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_relay_chain_minimal_node", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "array-bytes 6.2.0", + "target": "array_bytes" + }, + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "cumulus-relay-chain-interface 0.1.0", + "target": "cumulus_relay_chain_interface" + }, + { + "id": "cumulus-relay-chain-rpc-interface 0.1.0", + "target": "cumulus_relay_chain_rpc_interface" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "polkadot-availability-recovery 1.0.0", + "target": "polkadot_availability_recovery" + }, + { + "id": "polkadot-collator-protocol 1.0.0", + "target": "polkadot_collator_protocol" + }, + { + "id": "polkadot-core-primitives 1.0.0", + "target": "polkadot_core_primitives" + }, + { + "id": "polkadot-network-bridge 1.0.0", + "target": "polkadot_network_bridge" + }, + { + "id": "polkadot-node-collation-generation 1.0.0", + "target": "polkadot_node_collation_generation" + }, + { + "id": "polkadot-node-core-prospective-parachains 1.0.0", + "target": "polkadot_node_core_prospective_parachains" + }, + { + "id": "polkadot-node-core-runtime-api 1.0.0", + "target": "polkadot_node_core_runtime_api" + }, + { + "id": "polkadot-node-network-protocol 1.0.0", + "target": "polkadot_node_network_protocol" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-overseer 1.0.0", + "target": "polkadot_overseer" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sc-authority-discovery 0.10.0-dev", + "target": "sc_authority_discovery" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-network-common 0.10.0-dev", + "target": "sc_network_common" + }, + { + "id": "sc-service 0.10.0-dev", + "target": "sc_service" + }, + { + "id": "sc-tracing 4.0.0-dev", + "target": "sc_tracing" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-babe 0.10.0-dev", + "target": "sp_consensus_babe" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "cumulus-relay-chain-rpc-interface 0.1.0": { + "name": "cumulus-relay-chain-rpc-interface", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/client/relay-chain-rpc-interface" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_relay_chain_rpc_interface", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_relay_chain_rpc_interface", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "cumulus-relay-chain-interface 0.1.0", + "target": "cumulus_relay_chain_interface" + }, + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "polkadot-overseer 1.0.0", + "target": "polkadot_overseer" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-rpc-api 0.10.0-dev", + "target": "sc_rpc_api" + }, + { + "id": "sc-service 0.10.0-dev", + "target": "sc_service" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "smoldot 0.11.0", + "target": "smoldot" + }, + { + "id": "smoldot-light 0.9.0", + "target": "smoldot_light" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-authority-discovery 4.0.0-dev", + "target": "sp_authority_discovery" + }, + { + "id": "sp-consensus-babe 0.10.0-dev", + "target": "sp_consensus_babe" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-storage 13.0.0", + "target": "sp_storage" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "url 2.5.0", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "cumulus-test-relay-sproof-builder 0.1.0": { + "name": "cumulus-test-relay-sproof-builder", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/test/relay-sproof-builder" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cumulus_test_relay_sproof_builder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cumulus_test_relay_sproof_builder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "curve25519-dalek 2.1.3": { + "name": "curve25519-dalek", + "version": "2.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/curve25519-dalek/2.1.3/download", + "sha256": "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216" + } + }, + "targets": [ + { + "Library": { + "crate_name": "curve25519_dalek", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "curve25519_dalek", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std", + "u64_backend" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "digest 0.8.1", + "target": "digest" + }, + { + "id": "rand_core 0.5.1", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "2.1.3" + }, + "license": "BSD-3-Clause" + }, + "curve25519-dalek 3.2.0": { + "name": "curve25519-dalek", + "version": "3.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/curve25519-dalek/3.2.0/download", + "sha256": "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" + } + }, + "targets": [ + { + "Library": { + "crate_name": "curve25519_dalek", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "curve25519_dalek", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std", + "u64_backend" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "rand_core 0.5.1", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "3.2.0" + }, + "license": "BSD-3-Clause" + }, + "curve25519-dalek 4.1.1": { + "name": "curve25519-dalek", + "version": "4.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/curve25519-dalek/4.1.1/download", + "sha256": "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "curve25519_dalek", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "curve25519_dalek", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "digest", + "precomputed-tables", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "curve25519-dalek 4.1.1", + "target": "build_script_build" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": { + "cfg(curve25519_dalek_backend = \"fiat\")": [ + { + "id": "fiat-crypto 0.2.5", + "target": "fiat_crypto" + } + ], + "cfg(target_arch = \"x86_64\")": [ + { + "id": "cpufeatures 0.2.11", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [], + "selects": { + "cfg(all(not(curve25519_dalek_backend = \"fiat\"), not(curve25519_dalek_backend = \"serial\"), target_arch = \"x86_64\"))": [ + { + "id": "curve25519-dalek-derive 0.1.1", + "target": "curve25519_dalek_derive" + } + ] + } + }, + "version": "4.1.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "platforms 3.2.0", + "target": "platforms" + }, + { + "id": "rustc_version 0.4.0", + "target": "rustc_version" + } + ], + "selects": {} + } + }, + "license": "BSD-3-Clause" + }, + "curve25519-dalek-derive 0.1.1": { + "name": "curve25519-dalek-derive", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/curve25519-dalek-derive/0.1.1/download", + "sha256": "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "curve25519_dalek_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "curve25519_dalek_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.1" + }, + "license": "MIT/Apache-2.0" + }, + "curve25519-dalek-ng 4.1.1": { + "name": "curve25519-dalek-ng", + "version": "4.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/curve25519-dalek-ng/4.1.1/download", + "sha256": "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "curve25519_dalek_ng", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "curve25519_dalek_ng", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std", + "u64_backend" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle-ng 2.5.0", + "target": "subtle_ng", + "alias": "subtle" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "4.1.1" + }, + "license": "BSD-3-Clause" + }, + "cxx 1.0.110": { + "name": "cxx", + "version": "1.0.110", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cxx/1.0.110/download", + "sha256": "7129e341034ecb940c9072817cd9007974ea696844fc4dd582dc1653a7fbe2e8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cxx", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cxx", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "link-cplusplus 1.0.9", + "target": "link_cplusplus" + } + ], + "selects": {} + }, + "extra_deps": { + "common": [ + ":cxx_cc" + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "cxxbridge-macro 1.0.110", + "target": "cxxbridge_macro" + } + ], + "selects": {} + }, + "version": "1.0.110" + }, + "license": "MIT OR Apache-2.0", + "additive_build_file_content": "cc_library(\n name = \"cxx_cc\",\n srcs = [\"src/cxx.cc\"],\n hdrs = [\"include/cxx.h\"],\n include_prefix = \"rust\",\n includes = [\"include\"],\n linkstatic = True,\n strip_include_prefix = \"include\",\n visibility = [\"//visibility:public\"],\n)\n", + "extra_aliased_targets": { + "cxx_cc": "cxx_cc" + } + }, + "cxx-build 1.0.110": { + "name": "cxx-build", + "version": "1.0.110", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cxx-build/1.0.110/download", + "sha256": "a2a24f3f5f8eed71936f21e570436f024f5c2e25628f7496aa7ccd03b90109d5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cxx_build", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cxx_build", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "parallel" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + }, + { + "id": "codespan-reporting 0.11.1", + "target": "codespan_reporting" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "scratch 1.0.7", + "target": "scratch" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.110" + }, + "license": "MIT OR Apache-2.0" + }, + "cxxbridge-flags 1.0.110": { + "name": "cxxbridge-flags", + "version": "1.0.110", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cxxbridge-flags/1.0.110/download", + "sha256": "06fdd177fc61050d63f67f5bd6351fac6ab5526694ea8e359cd9cd3b75857f44" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cxxbridge_flags", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cxxbridge_flags", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.110" + }, + "license": "MIT OR Apache-2.0" + }, + "cxxbridge-macro 1.0.110": { + "name": "cxxbridge-macro", + "version": "1.0.110", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/cxxbridge-macro/1.0.110/download", + "sha256": "587663dd5fb3d10932c8aecfe7c844db1bcf0aee93eeab08fac13dc1212c2e7f" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "cxxbridge_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "cxxbridge_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.110" + }, + "license": "MIT OR Apache-2.0" + }, + "darling 0.14.4": { + "name": "darling", + "version": "0.14.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/darling/0.14.4/download", + "sha256": "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" + } + }, + "targets": [ + { + "Library": { + "crate_name": "darling", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "darling", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "suggestions" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "darling_core 0.14.4", + "target": "darling_core" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "darling_macro 0.14.4", + "target": "darling_macro" + } + ], + "selects": {} + }, + "version": "0.14.4" + }, + "license": "MIT" + }, + "darling 0.20.3": { + "name": "darling", + "version": "0.20.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/darling/0.20.3/download", + "sha256": "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "darling", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "darling", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "suggestions" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "darling_core 0.20.3", + "target": "darling_core" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "darling_macro 0.20.3", + "target": "darling_macro" + } + ], + "selects": {} + }, + "version": "0.20.3" + }, + "license": "MIT" + }, + "darling_core 0.14.4": { + "name": "darling_core", + "version": "0.14.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/darling_core/0.14.4/download", + "sha256": "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "darling_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "darling_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "strsim", + "suggestions" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "ident_case 1.0.1", + "target": "ident_case" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "strsim 0.10.0", + "target": "strsim" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.14.4" + }, + "license": "MIT" + }, + "darling_core 0.20.3": { + "name": "darling_core", + "version": "0.20.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/darling_core/0.20.3/download", + "sha256": "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621" + } + }, + "targets": [ + { + "Library": { + "crate_name": "darling_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "darling_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "strsim", + "suggestions" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "ident_case 1.0.1", + "target": "ident_case" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "strsim 0.10.0", + "target": "strsim" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.20.3" + }, + "license": "MIT" + }, + "darling_macro 0.14.4": { + "name": "darling_macro", + "version": "0.14.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/darling_macro/0.14.4/download", + "sha256": "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "darling_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "darling_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "darling_core 0.14.4", + "target": "darling_core" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.14.4" + }, + "license": "MIT" + }, + "darling_macro 0.20.3": { + "name": "darling_macro", + "version": "0.20.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/darling_macro/0.20.3/download", + "sha256": "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "darling_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "darling_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "darling_core 0.20.3", + "target": "darling_core" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.20.3" + }, + "license": "MIT" + }, + "data-encoding 2.4.0": { + "name": "data-encoding", + "version": "2.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/data-encoding/2.4.0/download", + "sha256": "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" + } + }, + "targets": [ + { + "Library": { + "crate_name": "data_encoding", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "data_encoding", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.4.0" + }, + "license": "MIT" + }, + "data-encoding-macro 0.1.13": { + "name": "data-encoding-macro", + "version": "0.1.13", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/data-encoding-macro/0.1.13/download", + "sha256": "c904b33cc60130e1aeea4956ab803d08a3f4a0ca82d64ed757afac3891f2bb99" + } + }, + "targets": [ + { + "Library": { + "crate_name": "data_encoding_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "data_encoding_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "data-encoding 2.4.0", + "target": "data_encoding" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "data-encoding-macro-internal 0.1.11", + "target": "data_encoding_macro_internal" + } + ], + "selects": {} + }, + "version": "0.1.13" + }, + "license": "MIT" + }, + "data-encoding-macro-internal 0.1.11": { + "name": "data-encoding-macro-internal", + "version": "0.1.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/data-encoding-macro-internal/0.1.11/download", + "sha256": "8fdf3fce3ce863539ec1d7fd1b6dcc3c645663376b43ed376bbf887733e4f772" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "data_encoding_macro_internal", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "data_encoding_macro_internal", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "data-encoding 2.4.0", + "target": "data_encoding" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.11" + }, + "license": "MIT" + }, + "der 0.6.1": { + "name": "der", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/der/0.6.1/download", + "sha256": "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" + } + }, + "targets": [ + { + "Library": { + "crate_name": "der", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "der", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "const-oid 0.9.5", + "target": "const_oid" + }, + { + "id": "pem-rfc7468 0.6.0", + "target": "pem_rfc7468" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.6.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "der 0.7.8": { + "name": "der", + "version": "0.7.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/der/0.7.8/download", + "sha256": "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "der", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "der", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "oid", + "std", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "const-oid 0.9.5", + "target": "const_oid" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.8" + }, + "license": "Apache-2.0 OR MIT" + }, + "der-parser 7.0.0": { + "name": "der-parser", + "version": "7.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/der-parser/7.0.0/download", + "sha256": "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82" + } + }, + "targets": [ + { + "Library": { + "crate_name": "der_parser", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "der_parser", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asn1-rs 0.3.1", + "target": "asn1_rs" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + } + ], + "selects": {} + }, + "version": "7.0.0" + }, + "license": "MIT/Apache-2.0" + }, + "der-parser 8.2.0": { + "name": "der-parser", + "version": "8.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/der-parser/8.2.0/download", + "sha256": "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "der_parser", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "der_parser", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asn1-rs 0.5.2", + "target": "asn1_rs" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + } + ], + "selects": {} + }, + "version": "8.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "deranged 0.3.9": { + "name": "deranged", + "version": "0.3.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/deranged/0.3.9/download", + "sha256": "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "deranged", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "deranged", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "powerfmt 0.2.0", + "target": "powerfmt" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.9" + }, + "license": "MIT OR Apache-2.0" + }, + "derivative 2.2.0": { + "name": "derivative", + "version": "2.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/derivative/2.2.0/download", + "sha256": "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "derivative", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "derivative", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "use_core" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "2.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "derive-syn-parse 0.1.5": { + "name": "derive-syn-parse", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/derive-syn-parse/0.1.5/download", + "sha256": "e79116f119dd1dba1abf1f3405f03b9b0e79a27a3883864bfebded8a3dc768cd" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "derive_syn_parse", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "derive_syn_parse", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.5" + }, + "license": "MIT OR Apache-2.0" + }, + "derive_builder 0.11.2": { + "name": "derive_builder", + "version": "0.11.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/derive_builder/0.11.2/download", + "sha256": "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "derive_builder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "derive_builder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "proc_macro_deps": { + "common": [ + { + "id": "derive_builder_macro 0.11.2", + "target": "derive_builder_macro" + } + ], + "selects": {} + }, + "version": "0.11.2" + }, + "license": "MIT/Apache-2.0" + }, + "derive_builder_core 0.11.2": { + "name": "derive_builder_core", + "version": "0.11.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/derive_builder_core/0.11.2/download", + "sha256": "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "derive_builder_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "derive_builder_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "darling 0.14.4", + "target": "darling" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.11.2" + }, + "license": "MIT/Apache-2.0" + }, + "derive_builder_macro 0.11.2": { + "name": "derive_builder_macro", + "version": "0.11.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/derive_builder_macro/0.11.2/download", + "sha256": "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "derive_builder_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "derive_builder_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "derive_builder_core 0.11.2", + "target": "derive_builder_core" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.11.2" + }, + "license": "MIT/Apache-2.0" + }, + "derive_more 0.99.17": { + "name": "derive_more", + "version": "0.99.17", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/derive_more/0.99.17/download", + "sha256": "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "derive_more", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "derive_more", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "add", + "add_assign", + "as_mut", + "as_ref", + "constructor", + "convert_case", + "default", + "deref", + "deref_mut", + "display", + "error", + "from", + "from_str", + "index", + "index_mut", + "into", + "into_iterator", + "is_variant", + "iterator", + "mul", + "mul_assign", + "not", + "rustc_version", + "sum", + "try_into", + "unwrap" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "convert_case 0.4.0", + "target": "convert_case" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.99.17" + }, + "license": "MIT" + }, + "difflib 0.4.0": { + "name": "difflib", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/difflib/0.4.0/download", + "sha256": "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "difflib", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "difflib", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.4.0" + }, + "license": "MIT" + }, + "digest 0.10.7": { + "name": "digest", + "version": "0.10.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/digest/0.10.7/download", + "sha256": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" + } + }, + "targets": [ + { + "Library": { + "crate_name": "digest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "digest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "block-buffer", + "const-oid", + "core-api", + "default", + "mac", + "oid", + "std", + "subtle" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "block-buffer 0.10.4", + "target": "block_buffer" + }, + { + "id": "const-oid 0.9.5", + "target": "const_oid" + }, + { + "id": "crypto-common 0.1.6", + "target": "crypto_common" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.7" + }, + "license": "MIT OR Apache-2.0" + }, + "digest 0.8.1": { + "name": "digest", + "version": "0.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/digest/0.8.1/download", + "sha256": "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "digest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "digest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "generic-array 0.12.4", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.8.1" + }, + "license": "MIT OR Apache-2.0" + }, + "digest 0.9.0": { + "name": "digest", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/digest/0.9.0/download", + "sha256": "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" + } + }, + "targets": [ + { + "Library": { + "crate_name": "digest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "digest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.0" + }, + "license": "MIT OR Apache-2.0" + }, + "directories 5.0.1": { + "name": "directories", + "version": "5.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/directories/5.0.1/download", + "sha256": "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" + } + }, + "targets": [ + { + "Library": { + "crate_name": "directories", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "directories", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "dirs-sys 0.4.1", + "target": "dirs_sys" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "5.0.1" + }, + "license": "MIT OR Apache-2.0" + }, + "directories-next 2.0.0": { + "name": "directories-next", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/directories-next/2.0.0/download", + "sha256": "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "directories_next", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "directories_next", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "dirs-sys-next 0.1.2", + "target": "dirs_sys_next" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.0.0" + }, + "license": "MIT OR Apache-2.0" + }, + "dirs-sys 0.4.1": { + "name": "dirs-sys", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/dirs-sys/0.4.1/download", + "sha256": "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dirs_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "dirs_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "option-ext 0.2.0", + "target": "option_ext" + } + ], + "selects": { + "cfg(target_os = \"redox\")": [ + { + "id": "redox_users 0.4.4", + "target": "redox_users" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2015", + "version": "0.4.1" + }, + "license": "MIT OR Apache-2.0" + }, + "dirs-sys-next 0.1.2": { + "name": "dirs-sys-next", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/dirs-sys-next/0.1.2/download", + "sha256": "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dirs_sys_next", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "dirs_sys_next", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"redox\")": [ + { + "id": "redox_users 0.4.4", + "target": "redox_users" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.1.2" + }, + "license": "MIT OR Apache-2.0" + }, + "displaydoc 0.2.4": { + "name": "displaydoc", + "version": "0.2.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/displaydoc/0.2.4/download", + "sha256": "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "displaydoc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "displaydoc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.4" + }, + "license": "MIT OR Apache-2.0" + }, + "dleq_vrf 0.0.2": { + "name": "dleq_vrf", + "version": "0.0.2", + "repository": { + "Git": { + "remote": "https://github.com/w3f/ring-vrf", + "commitish": { + "Rev": "cbc342e" + }, + "strip_prefix": "dleq_vrf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dleq_vrf", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "dleq_vrf", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-scale 0.0.11", + "target": "ark_scale" + }, + { + "id": "ark-secret-scalar 0.0.2", + "target": "ark_secret_scalar" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "ark-transcript 0.0.2", + "target": "ark_transcript" + }, + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.2" + }, + "license": "MIT/Apache-2.0" + }, + "docify 0.2.6": { + "name": "docify", + "version": "0.2.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/docify/0.2.6/download", + "sha256": "4235e9b248e2ba4b92007fe9c646f3adf0ffde16dc74713eacc92b8bc58d8d2f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "docify", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "docify", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "docify_macros 0.2.6", + "target": "docify_macros" + } + ], + "selects": {} + }, + "version": "0.2.6" + }, + "license": "MIT" + }, + "docify_macros 0.2.6": { + "name": "docify_macros", + "version": "0.2.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/docify_macros/0.2.6/download", + "sha256": "47020e12d7c7505670d1363dd53d6c23724f71a90a3ae32ff8eba40de8404626" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "docify_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "docify_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "common-path 1.0.0", + "target": "common_path" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "regex 1.10.2", + "target": "regex" + }, + { + "id": "syn 2.0.39", + "target": "syn" + }, + { + "id": "termcolor 1.4.0", + "target": "termcolor" + }, + { + "id": "toml 0.7.8", + "target": "toml" + }, + { + "id": "walkdir 2.4.0", + "target": "walkdir" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive-syn-parse 0.1.5", + "target": "derive_syn_parse" + } + ], + "selects": {} + }, + "version": "0.2.6" + }, + "license": "MIT" + }, + "downcast 0.11.0": { + "name": "downcast", + "version": "0.11.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/downcast/0.11.0/download", + "sha256": "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "downcast", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "downcast", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.0" + }, + "license": "MIT" + }, + "downcast-rs 1.2.0": { + "name": "downcast-rs", + "version": "1.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/downcast-rs/1.2.0/download", + "sha256": "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" + } + }, + "targets": [ + { + "Library": { + "crate_name": "downcast_rs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "downcast_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "dtoa 1.0.9": { + "name": "dtoa", + "version": "1.0.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/dtoa/1.0.9/download", + "sha256": "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dtoa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "dtoa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.9" + }, + "license": "MIT OR Apache-2.0" + }, + "dyn-clonable 0.9.0": { + "name": "dyn-clonable", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/dyn-clonable/0.9.0/download", + "sha256": "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dyn_clonable", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "dyn_clonable", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "dyn-clone 1.0.16", + "target": "dyn_clone" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "dyn-clonable-impl 0.9.0", + "target": "dyn_clonable_impl" + } + ], + "selects": {} + }, + "version": "0.9.0" + }, + "license": "MIT" + }, + "dyn-clonable-impl 0.9.0": { + "name": "dyn-clonable-impl", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/dyn-clonable-impl/0.9.0/download", + "sha256": "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "dyn_clonable_impl", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "dyn_clonable_impl", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.0" + }, + "license": "MIT" + }, + "dyn-clone 1.0.16": { + "name": "dyn-clone", + "version": "1.0.16", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/dyn-clone/1.0.16/download", + "sha256": "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dyn_clone", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "dyn_clone", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.16" + }, + "license": "MIT OR Apache-2.0" + }, + "ecdsa 0.14.8": { + "name": "ecdsa", + "version": "0.14.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ecdsa/0.14.8/download", + "sha256": "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ecdsa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ecdsa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "der 0.6.1", + "target": "der" + }, + { + "id": "elliptic-curve 0.12.3", + "target": "elliptic_curve" + }, + { + "id": "rfc6979 0.3.1", + "target": "rfc6979" + }, + { + "id": "signature 1.6.4", + "target": "signature" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.14.8" + }, + "license": "Apache-2.0 OR MIT" + }, + "ecdsa 0.16.9": { + "name": "ecdsa", + "version": "0.16.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ecdsa/0.16.9/download", + "sha256": "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ecdsa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ecdsa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "arithmetic", + "der", + "digest", + "hazmat", + "rfc6979", + "signing", + "spki", + "std", + "verifying" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "der 0.7.8", + "target": "der" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "elliptic-curve 0.13.7", + "target": "elliptic_curve" + }, + { + "id": "rfc6979 0.4.0", + "target": "rfc6979" + }, + { + "id": "signature 2.2.0", + "target": "signature" + }, + { + "id": "spki 0.7.2", + "target": "spki" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.9" + }, + "license": "Apache-2.0 OR MIT" + }, + "ed25519 2.2.3": { + "name": "ed25519", + "version": "2.2.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ed25519/2.2.3/download", + "sha256": "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ed25519", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ed25519", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "signature 2.2.0", + "target": "signature" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.2.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "ed25519-dalek 2.1.0": { + "name": "ed25519-dalek", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ed25519-dalek/2.1.0/download", + "sha256": "1f628eaec48bfd21b865dc2950cfa014450c01d2fa2b69a86c2fd5844ec523c0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ed25519_dalek", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ed25519_dalek", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "fast", + "rand_core", + "std", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "curve25519-dalek 4.1.1", + "target": "curve25519_dalek" + }, + { + "id": "ed25519 2.2.3", + "target": "ed25519" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.1.0" + }, + "license": "BSD-3-Clause" + }, + "ed25519-zebra 3.1.0": { + "name": "ed25519-zebra", + "version": "3.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ed25519-zebra/3.1.0/download", + "sha256": "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ed25519_zebra", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ed25519_zebra", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "curve25519-dalek 3.2.0", + "target": "curve25519_dalek" + }, + { + "id": "hashbrown 0.12.3", + "target": "hashbrown" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sha2 0.9.9", + "target": "sha2" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "3.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "ed25519-zebra 4.0.3": { + "name": "ed25519-zebra", + "version": "4.0.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ed25519-zebra/4.0.3/download", + "sha256": "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ed25519_zebra", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ed25519_zebra", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "curve25519-dalek 4.1.1", + "target": "curve25519_dalek" + }, + { + "id": "ed25519 2.2.3", + "target": "ed25519" + }, + { + "id": "hashbrown 0.14.2", + "target": "hashbrown" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "4.0.3" + }, + "license": "MIT OR Apache-2.0" + }, + "either 1.9.0": { + "name": "either", + "version": "1.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/either/1.9.0/download", + "sha256": "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" + } + }, + "targets": [ + { + "Library": { + "crate_name": "either", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "either", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "use_std" + ], + "selects": {} + }, + "edition": "2018", + "version": "1.9.0" + }, + "license": "MIT OR Apache-2.0" + }, + "elliptic-curve 0.12.3": { + "name": "elliptic-curve", + "version": "0.12.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/elliptic-curve/0.12.3/download", + "sha256": "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "elliptic_curve", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "elliptic_curve", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base16ct 0.1.1", + "target": "base16ct" + }, + { + "id": "crypto-bigint 0.4.9", + "target": "crypto_bigint" + }, + { + "id": "der 0.6.1", + "target": "der" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "ff 0.12.1", + "target": "ff" + }, + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "group 0.12.1", + "target": "group" + }, + { + "id": "hkdf 0.12.3", + "target": "hkdf" + }, + { + "id": "pem-rfc7468 0.6.0", + "target": "pem_rfc7468" + }, + { + "id": "pkcs8 0.9.0", + "target": "pkcs8" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sec1 0.3.0", + "target": "sec1" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "elliptic-curve 0.13.7": { + "name": "elliptic-curve", + "version": "0.13.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/elliptic-curve/0.13.7/download", + "sha256": "e9775b22bc152ad86a0cf23f0f348b884b26add12bf741e7ffc4d4ab2ab4d205" + } + }, + "targets": [ + { + "Library": { + "crate_name": "elliptic_curve", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "elliptic_curve", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "arithmetic", + "digest", + "ff", + "group", + "hazmat", + "sec1", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base16ct 0.2.0", + "target": "base16ct" + }, + { + "id": "crypto-bigint 0.5.4", + "target": "crypto_bigint" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "ff 0.13.0", + "target": "ff" + }, + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "group 0.13.0", + "target": "group" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sec1 0.7.3", + "target": "sec1" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.7" + }, + "license": "Apache-2.0 OR MIT" + }, + "encode_unicode 0.3.6": { + "name": "encode_unicode", + "version": "0.3.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/encode_unicode/0.3.6/download", + "sha256": "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "encode_unicode", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "encode_unicode", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.3.6" + }, + "license": "MIT/Apache-2.0" + }, + "enum-as-inner 0.5.1": { + "name": "enum-as-inner", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/enum-as-inner/0.5.1/download", + "sha256": "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "enum_as_inner", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "enum_as_inner", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.1" + }, + "license": "MIT/Apache-2.0" + }, + "enumflags2 0.7.8": { + "name": "enumflags2", + "version": "0.7.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/enumflags2/0.7.8/download", + "sha256": "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939" + } + }, + "targets": [ + { + "Library": { + "crate_name": "enumflags2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "enumflags2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "enumflags2_derive 0.7.8", + "target": "enumflags2_derive" + } + ], + "selects": {} + }, + "version": "0.7.8" + }, + "license": "MIT OR Apache-2.0" + }, + "enumflags2_derive 0.7.8": { + "name": "enumflags2_derive", + "version": "0.7.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/enumflags2_derive/0.7.8/download", + "sha256": "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "enumflags2_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "enumflags2_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.8" + }, + "license": "MIT OR Apache-2.0" + }, + "enumn 0.1.12": { + "name": "enumn", + "version": "0.1.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/enumn/0.1.12/download", + "sha256": "c2ad8cef1d801a4686bfd8919f0b30eac4c8e48968c437a6405ded4fb5272d2b" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "enumn", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "enumn", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.12" + }, + "license": "MIT OR Apache-2.0" + }, + "env_logger 0.10.1": { + "name": "env_logger", + "version": "0.10.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/env_logger/0.10.1/download", + "sha256": "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece" + } + }, + "targets": [ + { + "Library": { + "crate_name": "env_logger", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "env_logger", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "auto-color", + "color", + "default", + "humantime", + "regex" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "humantime 2.1.0", + "target": "humantime" + }, + { + "id": "is-terminal 0.4.9", + "target": "is_terminal" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "regex 1.10.2", + "target": "regex" + }, + { + "id": "termcolor 1.4.0", + "target": "termcolor" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.1" + }, + "license": "MIT OR Apache-2.0" + }, + "env_logger 0.8.4": { + "name": "env_logger", + "version": "0.8.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/env_logger/0.8.4/download", + "sha256": "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "env_logger", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "env_logger", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "regex" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "regex 1.10.2", + "target": "regex" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.4" + }, + "license": "MIT/Apache-2.0" + }, + "environmental 1.1.4": { + "name": "environmental", + "version": "1.1.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/environmental/1.1.4/download", + "sha256": "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "environmental", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "environmental", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "1.1.4" + }, + "license": "Apache-2.0" + }, + "equivalent 1.0.1": { + "name": "equivalent", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/equivalent/1.0.1/download", + "sha256": "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "equivalent", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "equivalent", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "errno 0.3.7": { + "name": "errno", + "version": "0.3.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/errno/0.3.7/download", + "sha256": "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "errno", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "errno", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"hermit\")": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(target_os = \"wasi\")": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.3.7" + }, + "license": "MIT OR Apache-2.0" + }, + "event-listener 2.5.3": { + "name": "event-listener", + "version": "2.5.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/event-listener/2.5.3/download", + "sha256": "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "event_listener", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "event_listener", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "2.5.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "event-listener 3.1.0": { + "name": "event-listener", + "version": "3.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/event-listener/3.1.0/download", + "sha256": "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "event_listener", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "event_listener", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "parking", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "concurrent-queue 2.3.0", + "target": "concurrent_queue" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + } + ], + "selects": { + "cfg(not(target_family = \"wasm\"))": [ + { + "id": "parking 2.2.0", + "target": "parking" + } + ] + } + }, + "edition": "2021", + "version": "3.1.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "event-listener-strategy 0.3.0": { + "name": "event-listener-strategy", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/event-listener-strategy/0.3.0/download", + "sha256": "d96b852f1345da36d551b9473fa1e2b1eb5c5195585c6c018118bc92a8d91160" + } + }, + "targets": [ + { + "Library": { + "crate_name": "event_listener_strategy", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "event_listener_strategy", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "event-listener 3.1.0", + "target": "event_listener" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "exit-future 0.2.0": { + "name": "exit-future", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/exit-future/0.2.0/download", + "sha256": "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "exit_future", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "exit_future", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.0" + }, + "license": "MIT" + }, + "expander 0.0.4": { + "name": "expander", + "version": "0.0.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/expander/0.0.4/download", + "sha256": "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881" + } + }, + "targets": [ + { + "Library": { + "crate_name": "expander", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "expander", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "blake3 1.5.0", + "target": "blake3" + }, + { + "id": "expander 0.0.4", + "target": "build_script_build" + }, + { + "id": "fs-err 2.10.0", + "target": "fs_err" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "expander 2.0.0": { + "name": "expander", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/expander/2.0.0/download", + "sha256": "5f86a749cf851891866c10515ef6c299b5c69661465e9c3bbe7e07a2b77fb0f7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "expander", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "expander", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "syn", + "syndicate" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "expander 2.0.0", + "target": "build_script_build" + }, + { + "id": "fs-err 2.10.0", + "target": "fs_err" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.0.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "fake-simd 0.1.2": { + "name": "fake-simd", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fake-simd/0.1.2/download", + "sha256": "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fake_simd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fake_simd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.2" + }, + "license": "MIT/Apache-2.0" + }, + "fallible-iterator 0.2.0": { + "name": "fallible-iterator", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fallible-iterator/0.2.0/download", + "sha256": "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fallible_iterator", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fallible_iterator", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "fastrand 1.9.0": { + "name": "fastrand", + "version": "1.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fastrand/1.9.0/download", + "sha256": "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fastrand", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fastrand", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [ + { + "id": "instant 0.1.12", + "target": "instant" + } + ] + } + }, + "edition": "2018", + "version": "1.9.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "fastrand 2.0.1": { + "name": "fastrand", + "version": "2.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fastrand/2.0.1/download", + "sha256": "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fastrand", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fastrand", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.0.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "fatality 0.0.6": { + "name": "fatality", + "version": "0.0.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fatality/0.0.6/download", + "sha256": "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fatality", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fatality", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "fatality-proc-macro 0.0.6", + "target": "fatality_proc_macro" + } + ], + "selects": {} + }, + "version": "0.0.6" + }, + "license": "MIT OR Apache-2.0" + }, + "fatality-proc-macro 0.0.6": { + "name": "fatality-proc-macro", + "version": "0.0.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fatality-proc-macro/0.0.6/download", + "sha256": "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "fatality_proc_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fatality_proc_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "expander 0.0.4", + "target": "expander" + }, + { + "id": "indexmap 1.9.3", + "target": "indexmap" + }, + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.6" + }, + "license": "MIT OR Apache-2.0" + }, + "fdlimit 0.2.1": { + "name": "fdlimit", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fdlimit/0.2.1/download", + "sha256": "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fdlimit", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fdlimit", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.1" + }, + "license": "Apache-2.0" + }, + "ff 0.12.1": { + "name": "ff", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ff/0.12.1/download", + "sha256": "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ff", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ff", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.1" + }, + "license": "MIT/Apache-2.0" + }, + "ff 0.13.0": { + "name": "ff", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ff/0.13.0/download", + "sha256": "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ff", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ff", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.0" + }, + "license": "MIT/Apache-2.0" + }, + "fflonk 0.1.0": { + "name": "fflonk", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/w3f/fflonk", + "commitish": { + "Branch": "master" + } + } + }, + "targets": [ + { + "Library": { + "crate_name": "fflonk", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fflonk", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-poly 0.4.2", + "target": "ark_poly" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "merlin 3.0.0", + "target": "merlin" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "fiat-crypto 0.2.5": { + "name": "fiat-crypto", + "version": "0.2.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fiat-crypto/0.2.5/download", + "sha256": "27573eac26f4dd11e2b1916c3fe1baa56407c83c71a773a8ba17ec0bca03b6b7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fiat_crypto", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fiat_crypto", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.2.5" + }, + "license": "MIT OR Apache-2.0 OR BSD-1-Clause" + }, + "file-per-thread-logger 0.1.6": { + "name": "file-per-thread-logger", + "version": "0.1.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/file-per-thread-logger/0.1.6/download", + "sha256": "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866" + } + }, + "targets": [ + { + "Library": { + "crate_name": "file_per_thread_logger", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "file_per_thread_logger", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "env_logger 0.10.1", + "target": "env_logger" + }, + { + "id": "log 0.4.20", + "target": "log" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.6" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "filetime 0.2.22": { + "name": "filetime", + "version": "0.2.22", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/filetime/0.2.22/download", + "sha256": "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "filetime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "filetime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": { + "cfg(target_os = \"redox\")": [ + { + "id": "redox_syscall 0.3.5", + "target": "syscall" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.2.22" + }, + "license": "MIT/Apache-2.0" + }, + "finality-grandpa 0.16.2": { + "name": "finality-grandpa", + "version": "0.16.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/finality-grandpa/0.16.2/download", + "sha256": "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "finality_grandpa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "finality_grandpa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "derive-codec", + "futures-timer", + "log", + "parity-scale-codec", + "parking_lot", + "scale-info", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits", + "alias": "num" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.2" + }, + "license": "Apache-2.0" + }, + "fixed-hash 0.8.0": { + "name": "fixed-hash", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fixed-hash/0.8.0/download", + "sha256": "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fixed_hash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fixed_hash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "byteorder", + "rand", + "rustc-hex", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rustc-hex 2.1.0", + "target": "rustc_hex" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.8.0" + }, + "license": "MIT OR Apache-2.0" + }, + "fixedbitset 0.4.2": { + "name": "fixedbitset", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fixedbitset/0.4.2/download", + "sha256": "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fixedbitset", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fixedbitset", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.4.2" + }, + "license": "MIT/Apache-2.0" + }, + "flate2 1.0.28": { + "name": "flate2", + "version": "1.0.28", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/flate2/1.0.28/download", + "sha256": "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "flate2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "flate2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "any_impl", + "any_zlib", + "libz-sys", + "zlib" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crc32fast 1.3.2", + "target": "crc32fast" + }, + { + "id": "libz-sys 1.1.12", + "target": "libz_sys" + } + ], + "selects": { + "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))": [ + { + "id": "miniz_oxide 0.7.1", + "target": "miniz_oxide" + } + ] + } + }, + "edition": "2018", + "version": "1.0.28" + }, + "license": "MIT OR Apache-2.0" + }, + "float-cmp 0.9.0": { + "name": "float-cmp", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/float-cmp/0.9.0/download", + "sha256": "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "float_cmp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "float_cmp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "num-traits", + "ratio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-traits 0.2.17", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.0" + }, + "license": "MIT" + }, + "fnv 1.0.7": { + "name": "fnv", + "version": "1.0.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fnv/1.0.7/download", + "sha256": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fnv", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fnv", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.0.7" + }, + "license": "Apache-2.0 / MIT" + }, + "fork-tree 3.0.0": { + "name": "fork-tree", + "version": "3.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/utils/fork-tree" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fork_tree", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fork_tree", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "3.0.0" + }, + "license": "Apache-2.0" + }, + "form_urlencoded 1.2.1": { + "name": "form_urlencoded", + "version": "1.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download", + "sha256": "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" + } + }, + "targets": [ + { + "Library": { + "crate_name": "form_urlencoded", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "form_urlencoded", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.2.1" + }, + "license": "MIT OR Apache-2.0" + }, + "fragile 2.0.0": { + "name": "fragile", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fragile/2.0.0/download", + "sha256": "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fragile", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fragile", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "2.0.0" + }, + "license": "Apache-2.0" + }, + "frame-benchmarking 4.0.0-dev": { + "name": "frame-benchmarking", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/benchmarking" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_benchmarking", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_benchmarking", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "linregress", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "linregress 0.5.3", + "target": "linregress" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-runtime-interface 17.0.0", + "target": "sp_runtime_interface" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-storage 13.0.0", + "target": "sp_storage" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "frame-support-procedural 4.0.0-dev", + "target": "frame_support_procedural" + }, + { + "id": "paste 1.0.14", + "target": "paste" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "frame-benchmarking-cli 4.0.0-dev": { + "name": "frame-benchmarking-cli", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/utils/frame/benchmarking-cli" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_benchmarking_cli", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_benchmarking_cli", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "rocksdb" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "Inflector 0.11.4", + "target": "inflector" + }, + { + "id": "array-bytes 6.2.0", + "target": "array_bytes" + }, + { + "id": "chrono 0.4.31", + "target": "chrono" + }, + { + "id": "clap 4.4.8", + "target": "clap" + }, + { + "id": "comfy-table 7.1.0", + "target": "comfy_table" + }, + { + "id": "frame-benchmarking 4.0.0-dev", + "target": "frame_benchmarking" + }, + { + "id": "frame-benchmarking-cli 4.0.0-dev", + "target": "build_script_build" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "gethostname 0.2.3", + "target": "gethostname" + }, + { + "id": "handlebars 4.5.0", + "target": "handlebars" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "linked-hash-map 0.5.6", + "target": "linked_hash_map" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_pcg 0.3.1", + "target": "rand_pcg" + }, + { + "id": "sc-block-builder 0.10.0-dev", + "target": "sc_block_builder" + }, + { + "id": "sc-cli 0.10.0-dev", + "target": "sc_cli" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-client-db 0.10.0-dev", + "target": "sc_client_db" + }, + { + "id": "sc-executor 0.10.0-dev", + "target": "sc_executor" + }, + { + "id": "sc-service 0.10.0-dev", + "target": "sc_service" + }, + { + "id": "sc-sysinfo 6.0.0-dev", + "target": "sc_sysinfo" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-database 4.0.0-dev", + "target": "sp_database" + }, + { + "id": "sp-externalities 0.19.0", + "target": "sp_externalities" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-storage 13.0.0", + "target": "sp_storage" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + }, + { + "id": "sp-wasm-interface 14.0.0", + "target": "sp_wasm_interface" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "thousands 0.2.0", + "target": "thousands" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0" + }, + "frame-election-provider-solution-type 4.0.0-dev": { + "name": "frame-election-provider-solution-type", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/election-provider-support/solution-type" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "frame_election_provider_solution_type", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_election_provider_solution_type", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "frame-election-provider-support 4.0.0-dev": { + "name": "frame-election-provider-support", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/election-provider-support" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_election_provider_support", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_election_provider_support", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-npos-elections 4.0.0-dev", + "target": "sp_npos_elections" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "frame-election-provider-solution-type 4.0.0-dev", + "target": "frame_election_provider_solution_type" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "frame-executive 4.0.0-dev": { + "name": "frame-executive", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/executive" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_executive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_executive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "frame-try-runtime", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "frame-try-runtime 0.10.0-dev", + "target": "frame_try_runtime" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-tracing 10.0.0", + "target": "sp_tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "frame-metadata 15.1.0": { + "name": "frame-metadata", + "version": "15.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/frame-metadata/15.1.0/download", + "sha256": "878babb0b136e731cc77ec2fd883ff02745ff21e6fb662729953d44923df009c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_metadata", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_metadata", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "scale-info", + "v14" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "15.1.0" + }, + "license": "Apache-2.0" + }, + "frame-metadata 16.0.0": { + "name": "frame-metadata", + "version": "16.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/frame-metadata/16.0.0/download", + "sha256": "87cf1549fba25a6fcac22785b61698317d958e96cac72a59102ea45b9ae64692" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_metadata", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_metadata", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "current", + "decode", + "scale-info", + "serde", + "serde_full", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "16.0.0" + }, + "license": "Apache-2.0" + }, + "frame-remote-externalities 0.10.0-dev": { + "name": "frame-remote-externalities", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/utils/frame/remote-externalities" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_remote_externalities", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_remote_externalities", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "indicatif 0.17.7", + "target": "indicatif" + }, + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "spinners 4.1.0", + "target": "spinners" + }, + { + "id": "substrate-rpc-client 0.10.0-dev", + "target": "substrate_rpc_client" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tokio-retry 0.3.0", + "target": "tokio_retry" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "Apache-2.0" + }, + "frame-support 4.0.0-dev": { + "name": "frame-support", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/support" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_support", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_support", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "sp-state-machine", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "array-bytes 6.2.0", + "target": "array_bytes" + }, + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "docify 0.2.6", + "target": "docify" + }, + { + "id": "environmental 1.1.4", + "target": "environmental" + }, + { + "id": "frame-metadata 16.0.0", + "target": "frame_metadata" + }, + { + "id": "k256 0.13.2", + "target": "k256" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "macro_magic 0.5.0", + "target": "macro_magic" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-genesis-builder 0.1.0", + "target": "sp_genesis_builder" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-metadata-ir 0.1.0", + "target": "sp_metadata_ir" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-staking 4.0.0-dev", + "target": "sp_staking" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-tracing 10.0.0", + "target": "sp_tracing" + }, + { + "id": "sp-weights 20.0.0", + "target": "sp_weights" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + }, + { + "id": "tt-call 1.0.9", + "target": "tt_call" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "aquamarine 0.3.2", + "target": "aquamarine" + }, + { + "id": "frame-support-procedural 4.0.0-dev", + "target": "frame_support_procedural" + }, + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + }, + { + "id": "paste 1.0.14", + "target": "paste" + }, + { + "id": "sp-core-hashing-proc-macro 9.0.0", + "target": "sp_core_hashing_proc_macro" + }, + { + "id": "sp-debug-derive 8.0.0", + "target": "sp_debug_derive" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "frame-support-procedural 4.0.0-dev": { + "name": "frame-support-procedural", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/support/procedural" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "frame_support_procedural", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_support_procedural", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "Inflector 0.11.4", + "target": "inflector" + }, + { + "id": "cfg-expr 0.15.5", + "target": "cfg_expr" + }, + { + "id": "expander 2.0.0", + "target": "expander" + }, + { + "id": "frame-support-procedural-tools 4.0.0-dev", + "target": "frame_support_procedural_tools" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "macro_magic 0.5.0", + "target": "macro_magic" + }, + { + "id": "proc-macro-warning 1.0.0", + "target": "proc_macro_warning" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "sp-core-hashing 9.0.0", + "target": "sp_core_hashing" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive-syn-parse 0.1.5", + "target": "derive_syn_parse" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "frame-support-procedural-tools 4.0.0-dev": { + "name": "frame-support-procedural-tools", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/support/procedural/tools" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_support_procedural_tools", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_support_procedural_tools", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "frame-support-procedural-tools-derive 3.0.0", + "target": "frame_support_procedural_tools_derive" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "frame-support-procedural-tools-derive 3.0.0": { + "name": "frame-support-procedural-tools-derive", + "version": "3.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/support/procedural/tools/derive" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "frame_support_procedural_tools_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_support_procedural_tools_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "3.0.0" + }, + "license": "Apache-2.0" + }, + "frame-system 4.0.0-dev": { + "name": "frame-system", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/system" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_system", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_system", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-version 22.0.0", + "target": "sp_version" + }, + { + "id": "sp-weights 20.0.0", + "target": "sp_weights" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "frame-system-benchmarking 4.0.0-dev": { + "name": "frame-system-benchmarking", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/system/benchmarking" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_system_benchmarking", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_system_benchmarking", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "frame-benchmarking 4.0.0-dev", + "target": "frame_benchmarking" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "frame-system-rpc-runtime-api 4.0.0-dev": { + "name": "frame-system-rpc-runtime-api", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/system/rpc/runtime-api" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_system_rpc_runtime_api", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_system_rpc_runtime_api", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "frame-try-runtime 0.10.0-dev": { + "name": "frame-try-runtime", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/try-runtime" + } + }, + "targets": [ + { + "Library": { + "crate_name": "frame_try_runtime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "frame_try_runtime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "Apache-2.0" + }, + "fs-err 2.10.0": { + "name": "fs-err", + "version": "2.10.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fs-err/2.10.0/download", + "sha256": "fb5fd9bcbe8b1087cbd395b51498c01bc997cef73e778a80b77a811af5e2d29f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fs_err", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fs_err", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "fs-err 2.10.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.10.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "fs2 0.4.3": { + "name": "fs2", + "version": "0.4.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fs2/0.4.3/download", + "sha256": "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fs2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fs2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "0.4.3" + }, + "license": "MIT/Apache-2.0" + }, + "fs4 0.6.6": { + "name": "fs4", + "version": "0.6.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fs4/0.6.6/download", + "sha256": "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fs4", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fs4", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "sync" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(not(windows))": [ + { + "id": "rustix 0.38.24", + "target": "rustix" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "0.6.6" + }, + "license": "MIT/Apache-2.0" + }, + "funty 2.0.0": { + "name": "funty", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/funty/2.0.0/download", + "sha256": "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "funty", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "funty", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "2.0.0" + }, + "license": "MIT" + }, + "futures 0.3.29": { + "name": "futures", + "version": "0.3.29", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures/0.3.29/download", + "sha256": "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "async-await", + "bilock", + "default", + "executor", + "futures-executor", + "std", + "thread-pool", + "unstable" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-channel 0.3.29", + "target": "futures_channel" + }, + { + "id": "futures-core 0.3.29", + "target": "futures_core" + }, + { + "id": "futures-executor 0.3.29", + "target": "futures_executor" + }, + { + "id": "futures-io 0.3.29", + "target": "futures_io" + }, + { + "id": "futures-sink 0.3.29", + "target": "futures_sink" + }, + { + "id": "futures-task 0.3.29", + "target": "futures_task" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.29" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-channel 0.3.29": { + "name": "futures-channel", + "version": "0.3.29", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-channel/0.3.29/download", + "sha256": "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_channel", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_channel", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "futures-sink", + "sink", + "std", + "unstable" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-channel 0.3.29", + "target": "build_script_build" + }, + { + "id": "futures-core 0.3.29", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.29", + "target": "futures_sink" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.29" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "futures-core 0.3.29": { + "name": "futures-core", + "version": "0.3.29", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-core/0.3.29/download", + "sha256": "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std", + "unstable" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-core 0.3.29", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.29" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "futures-executor 0.3.29": { + "name": "futures-executor", + "version": "0.3.29", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-executor/0.3.29/download", + "sha256": "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_executor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_executor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "num_cpus", + "std", + "thread-pool" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-core 0.3.29", + "target": "futures_core" + }, + { + "id": "futures-task 0.3.29", + "target": "futures_task" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.29" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-io 0.3.29": { + "name": "futures-io", + "version": "0.3.29", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-io/0.3.29/download", + "sha256": "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_io", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_io", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std", + "unstable" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.29" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-lite 1.13.0": { + "name": "futures-lite", + "version": "1.13.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-lite/1.13.0/download", + "sha256": "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_lite", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_lite", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "fastrand", + "futures-io", + "memchr", + "parking", + "std", + "waker-fn" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fastrand 1.9.0", + "target": "fastrand" + }, + { + "id": "futures-core 0.3.29", + "target": "futures_core" + }, + { + "id": "futures-io 0.3.29", + "target": "futures_io" + }, + { + "id": "memchr 2.6.4", + "target": "memchr" + }, + { + "id": "parking 2.2.0", + "target": "parking" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "waker-fn 1.1.1", + "target": "waker_fn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.13.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "futures-lite 2.0.1": { + "name": "futures-lite", + "version": "2.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-lite/2.0.1/download", + "sha256": "d3831c2651acb5177cbd83943f3d9c8912c5ad03c76afcc0e9511ba568ec5ebb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_lite", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_lite", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures-core 0.3.29", + "target": "futures_core" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.0.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "futures-macro 0.3.29": { + "name": "futures-macro", + "version": "0.3.29", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-macro/0.3.29/download", + "sha256": "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "futures_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.29" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-rustls 0.22.2": { + "name": "futures-rustls", + "version": "0.22.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-rustls/0.22.2/download", + "sha256": "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_rustls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_rustls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures-io 0.3.29", + "target": "futures_io" + }, + { + "id": "rustls 0.20.9", + "target": "rustls" + }, + { + "id": "webpki 0.22.4", + "target": "webpki" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.22.2" + }, + "license": "MIT/Apache-2.0" + }, + "futures-sink 0.3.29": { + "name": "futures-sink", + "version": "0.3.29", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-sink/0.3.29/download", + "sha256": "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_sink", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_sink", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.29" + }, + "license": "MIT OR Apache-2.0" + }, + "futures-task 0.3.29": { + "name": "futures-task", + "version": "0.3.29", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-task/0.3.29/download", + "sha256": "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_task", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_task", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std", + "unstable" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-task 0.3.29", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.29" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "futures-timer 3.0.2": { + "name": "futures-timer", + "version": "3.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-timer/3.0.2/download", + "sha256": "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_timer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_timer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "3.0.2" + }, + "license": "MIT/Apache-2.0" + }, + "futures-util 0.3.29": { + "name": "futures-util", + "version": "0.3.29", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/futures-util/0.3.29/download", + "sha256": "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" + } + }, + "targets": [ + { + "Library": { + "crate_name": "futures_util", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "futures_util", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "async-await", + "async-await-macro", + "bilock", + "channel", + "default", + "futures-channel", + "futures-io", + "futures-macro", + "futures-sink", + "io", + "memchr", + "sink", + "slab", + "std", + "unstable" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-channel 0.3.29", + "target": "futures_channel" + }, + { + "id": "futures-core 0.3.29", + "target": "futures_core" + }, + { + "id": "futures-io 0.3.29", + "target": "futures_io" + }, + { + "id": "futures-sink 0.3.29", + "target": "futures_sink" + }, + { + "id": "futures-task 0.3.29", + "target": "futures_task" + }, + { + "id": "futures-util 0.3.29", + "target": "build_script_build" + }, + { + "id": "memchr 2.6.4", + "target": "memchr" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "pin-utils 0.1.0", + "target": "pin_utils" + }, + { + "id": "slab 0.4.9", + "target": "slab" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "futures-macro 0.3.29", + "target": "futures_macro" + } + ], + "selects": {} + }, + "version": "0.3.29" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "fxhash 0.2.1": { + "name": "fxhash", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/fxhash/0.2.1/download", + "sha256": "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "fxhash", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "fxhash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.1" + }, + "license": "Apache-2.0/MIT" + }, + "generic-array 0.12.4": { + "name": "generic-array", + "version": "0.12.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/generic-array/0.12.4/download", + "sha256": "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "generic_array", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "generic_array", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "typenum 1.17.0", + "target": "typenum" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.12.4" + }, + "license": "MIT" + }, + "generic-array 0.14.7": { + "name": "generic-array", + "version": "0.14.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/generic-array/0.14.7/download", + "sha256": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "generic_array", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "generic_array", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "more_lengths", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "build_script_build" + }, + { + "id": "typenum 1.17.0", + "target": "typenum" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.14.7" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "MIT" + }, + "gethostname 0.2.3": { + "name": "gethostname", + "version": "0.2.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/gethostname/0.2.3/download", + "sha256": "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "gethostname", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "gethostname", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(not(windows))": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.2.3" + }, + "license": "Apache-2.0" + }, + "getrandom 0.1.16": { + "name": "getrandom", + "version": "0.1.16", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/getrandom/0.1.16/download", + "sha256": "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" + } + }, + "targets": [ + { + "Library": { + "crate_name": "getrandom", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "getrandom", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "getrandom 0.1.16", + "target": "build_script_build" + } + ], + "selects": { + "cfg(target_os = \"wasi\")": [ + { + "id": "wasi 0.9.0+wasi-snapshot-preview1", + "target": "wasi" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.1.16" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "getrandom 0.2.11": { + "name": "getrandom", + "version": "0.2.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/getrandom/0.2.11/download", + "sha256": "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "getrandom", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "getrandom", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": { + "cfg(target_os = \"wasi\")": [ + { + "id": "wasi 0.11.0+wasi-snapshot-preview1", + "target": "wasi" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.2.11" + }, + "license": "MIT OR Apache-2.0" + }, + "getrandom_or_panic 0.0.3": { + "name": "getrandom_or_panic", + "version": "0.0.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/getrandom_or_panic/0.0.3/download", + "sha256": "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "getrandom_or_panic", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "getrandom_or_panic", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.3" + }, + "license": "BSD-3-Clause" + }, + "ghash 0.4.4": { + "name": "ghash", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ghash/0.4.4/download", + "sha256": "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ghash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ghash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + }, + { + "id": "polyval 0.5.3", + "target": "polyval" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.4" + }, + "license": "Apache-2.0 OR MIT" + }, + "ghash 0.5.0": { + "name": "ghash", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ghash/0.5.0/download", + "sha256": "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ghash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ghash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + }, + { + "id": "polyval 0.6.1", + "target": "polyval" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "gimli 0.27.3": { + "name": "gimli", + "version": "0.27.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/gimli/0.27.3/download", + "sha256": "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "gimli", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "gimli", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "fallible-iterator", + "indexmap", + "read", + "read-core", + "stable_deref_trait", + "std", + "write" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fallible-iterator 0.2.0", + "target": "fallible_iterator" + }, + { + "id": "indexmap 1.9.3", + "target": "indexmap" + }, + { + "id": "stable_deref_trait 1.2.0", + "target": "stable_deref_trait" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.27.3" + }, + "license": "MIT OR Apache-2.0" + }, + "gimli 0.28.0": { + "name": "gimli", + "version": "0.28.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/gimli/0.28.0/download", + "sha256": "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "gimli", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "gimli", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "read", + "read-core" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.28.0" + }, + "license": "MIT OR Apache-2.0" + }, + "glob 0.3.1": { + "name": "glob", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/glob/0.3.1/download", + "sha256": "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "glob", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "glob", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "globset 0.4.13": { + "name": "globset", + "version": "0.4.13", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/globset/0.4.13/download", + "sha256": "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "globset", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "globset", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "log" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aho-corasick 1.1.2", + "target": "aho_corasick" + }, + { + "id": "bstr 1.8.0", + "target": "bstr" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "regex 1.10.2", + "target": "regex" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.13" + }, + "license": "Unlicense OR MIT" + }, + "group 0.12.1": { + "name": "group", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/group/0.12.1/download", + "sha256": "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "group", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "group", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ff 0.12.1", + "target": "ff" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.1" + }, + "license": "MIT/Apache-2.0" + }, + "group 0.13.0": { + "name": "group", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/group/0.13.0/download", + "sha256": "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" + } + }, + "targets": [ + { + "Library": { + "crate_name": "group", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "group", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ff 0.13.0", + "target": "ff" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.0" + }, + "license": "MIT/Apache-2.0" + }, + "h2 0.3.22": { + "name": "h2", + "version": "0.3.22", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/h2/0.3.22/download", + "sha256": "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178" + } + }, + "targets": [ + { + "Library": { + "crate_name": "h2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "h2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures-core 0.3.29", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.29", + "target": "futures_sink" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "http 0.2.11", + "target": "http" + }, + { + "id": "indexmap 2.1.0", + "target": "indexmap" + }, + { + "id": "slab 0.4.9", + "target": "slab" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.22" + }, + "license": "MIT" + }, + "handlebars 4.5.0": { + "name": "handlebars", + "version": "4.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/handlebars/4.5.0/download", + "sha256": "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225" + } + }, + "targets": [ + { + "Library": { + "crate_name": "handlebars", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "handlebars", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pest 2.7.5", + "target": "pest" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "pest_derive 2.7.5", + "target": "pest_derive" + } + ], + "selects": {} + }, + "version": "4.5.0" + }, + "license": "MIT" + }, + "hash-db 0.16.0": { + "name": "hash-db", + "version": "0.16.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hash-db/0.16.0/download", + "sha256": "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hash_db", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hash_db", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.16.0" + }, + "license": "Apache-2.0" + }, + "hash256-std-hasher 0.15.2": { + "name": "hash256-std-hasher", + "version": "0.15.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hash256-std-hasher/0.15.2/download", + "sha256": "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hash256_std_hasher", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hash256_std_hasher", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crunchy 0.2.2", + "target": "crunchy" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.15.2" + }, + "license": "Apache-2.0" + }, + "hashbrown 0.12.3": { + "name": "hashbrown", + "version": "0.12.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hashbrown/0.12.3/download", + "sha256": "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hashbrown", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hashbrown", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ahash", + "default", + "inline-more", + "raw" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ahash 0.7.7", + "target": "ahash" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.3" + }, + "license": "MIT OR Apache-2.0" + }, + "hashbrown 0.13.2": { + "name": "hashbrown", + "version": "0.13.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hashbrown/0.13.2/download", + "sha256": "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hashbrown", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hashbrown", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ahash", + "default", + "inline-more", + "raw" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ahash 0.8.6", + "target": "ahash" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.2" + }, + "license": "MIT OR Apache-2.0" + }, + "hashbrown 0.14.2": { + "name": "hashbrown", + "version": "0.14.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hashbrown/0.14.2/download", + "sha256": "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hashbrown", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hashbrown", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ahash", + "allocator-api2", + "default", + "inline-more", + "raw", + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ahash 0.8.6", + "target": "ahash" + }, + { + "id": "allocator-api2 0.2.16", + "target": "allocator_api2" + }, + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.14.2" + }, + "license": "MIT OR Apache-2.0" + }, + "hashlink 0.8.4": { + "name": "hashlink", + "version": "0.8.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hashlink/0.8.4/download", + "sha256": "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hashlink", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hashlink", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "hashbrown 0.14.2", + "target": "hashbrown" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.4" + }, + "license": "MIT OR Apache-2.0" + }, + "heck 0.4.1": { + "name": "heck", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/heck/0.4.1/download", + "sha256": "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "heck", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "heck", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.1" + }, + "license": "MIT OR Apache-2.0" + }, + "hermit-abi 0.1.19": { + "name": "hermit-abi", + "version": "0.1.19", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hermit-abi/0.1.19/download", + "sha256": "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hermit_abi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hermit_abi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.19" + }, + "license": "MIT/Apache-2.0" + }, + "hermit-abi 0.3.3": { + "name": "hermit-abi", + "version": "0.3.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hermit-abi/0.3.3/download", + "sha256": "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hermit_abi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hermit_abi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.3.3" + }, + "license": "MIT OR Apache-2.0" + }, + "hex 0.4.3": { + "name": "hex", + "version": "0.4.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hex/0.4.3/download", + "sha256": "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.3" + }, + "license": "MIT OR Apache-2.0" + }, + "hex-literal 0.4.1": { + "name": "hex-literal", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hex-literal/0.4.1/download", + "sha256": "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hex_literal", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hex_literal", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.4.1" + }, + "license": "MIT OR Apache-2.0" + }, + "hkdf 0.12.3": { + "name": "hkdf", + "version": "0.12.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hkdf/0.12.3/download", + "sha256": "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hkdf", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hkdf", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hmac 0.12.1", + "target": "hmac" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.3" + }, + "license": "MIT OR Apache-2.0" + }, + "hmac 0.11.0": { + "name": "hmac", + "version": "0.11.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hmac/0.11.0/download", + "sha256": "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hmac", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hmac", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crypto-mac 0.11.1", + "target": "crypto_mac" + }, + { + "id": "digest 0.9.0", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.0" + }, + "license": "MIT OR Apache-2.0" + }, + "hmac 0.12.1": { + "name": "hmac", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hmac/0.12.1/download", + "sha256": "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hmac", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hmac", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "reset", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "digest 0.10.7", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.1" + }, + "license": "MIT OR Apache-2.0" + }, + "hmac 0.8.1": { + "name": "hmac", + "version": "0.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hmac/0.8.1/download", + "sha256": "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hmac", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hmac", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crypto-mac 0.8.0", + "target": "crypto_mac" + }, + { + "id": "digest 0.9.0", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.1" + }, + "license": "MIT OR Apache-2.0" + }, + "hmac-drbg 0.3.0": { + "name": "hmac-drbg", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hmac-drbg/0.3.0/download", + "sha256": "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hmac_drbg", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hmac_drbg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "hmac 0.8.1", + "target": "hmac" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "Apache-2.0" + }, + "home 0.5.5": { + "name": "home", + "version": "0.5.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/home/0.5.5/download", + "sha256": "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "home", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "home", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.5.5" + }, + "license": "MIT OR Apache-2.0" + }, + "hostname 0.3.1": { + "name": "hostname", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hostname/0.3.1/download", + "sha256": "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hostname", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hostname", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "match_cfg 0.1.0", + "target": "match_cfg" + } + ], + "selects": { + "cfg(any(unix, target_os = \"redox\"))": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "0.3.1" + }, + "license": "MIT" + }, + "http 0.2.11": { + "name": "http", + "version": "0.2.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/http/0.2.11/download", + "sha256": "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "http", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "http", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "itoa 1.0.9", + "target": "itoa" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.11" + }, + "license": "MIT OR Apache-2.0" + }, + "http-body 0.4.5": { + "name": "http-body", + "version": "0.4.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/http-body/0.4.5/download", + "sha256": "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "http_body", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "http_body", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "http 0.2.11", + "target": "http" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.5" + }, + "license": "MIT" + }, + "http-range-header 0.3.1": { + "name": "http-range-header", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/http-range-header/0.3.1/download", + "sha256": "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "http_range_header", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "http_range_header", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.3.1" + }, + "license": "MIT" + }, + "httparse 1.8.0": { + "name": "httparse", + "version": "1.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/httparse/1.8.0/download", + "sha256": "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" + } + }, + "targets": [ + { + "Library": { + "crate_name": "httparse", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "httparse", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "httparse 1.8.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.8.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "httpdate 1.0.3": { + "name": "httpdate", + "version": "1.0.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/httpdate/1.0.3/download", + "sha256": "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "httpdate", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "httpdate", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "1.0.3" + }, + "license": "MIT OR Apache-2.0" + }, + "humantime 2.1.0": { + "name": "humantime", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/humantime/2.1.0/download", + "sha256": "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "humantime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "humantime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "2.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "hyper 0.14.27": { + "name": "hyper", + "version": "0.14.27", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hyper/0.14.27/download", + "sha256": "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hyper", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hyper", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "client", + "default", + "h2", + "http1", + "http2", + "runtime", + "server", + "socket2", + "stream", + "tcp" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "futures-channel 0.3.29", + "target": "futures_channel" + }, + { + "id": "futures-core 0.3.29", + "target": "futures_core" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "h2 0.3.22", + "target": "h2" + }, + { + "id": "http 0.2.11", + "target": "http" + }, + { + "id": "http-body 0.4.5", + "target": "http_body" + }, + { + "id": "httparse 1.8.0", + "target": "httparse" + }, + { + "id": "httpdate 1.0.3", + "target": "httpdate" + }, + { + "id": "itoa 1.0.9", + "target": "itoa" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "socket2 0.4.10", + "target": "socket2" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tower-service 0.3.2", + "target": "tower_service" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "want 0.3.1", + "target": "want" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.14.27" + }, + "license": "MIT" + }, + "hyper-rustls 0.24.2": { + "name": "hyper-rustls", + "version": "0.24.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/hyper-rustls/0.24.2/download", + "sha256": "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hyper_rustls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "hyper_rustls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "acceptor", + "default", + "http1", + "http2", + "log", + "logging", + "native-tokio", + "rustls-native-certs", + "tls12", + "tokio-runtime", + "webpki-roots", + "webpki-tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "http 0.2.11", + "target": "http" + }, + { + "id": "hyper 0.14.27", + "target": "hyper" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "rustls 0.21.9", + "target": "rustls" + }, + { + "id": "rustls-native-certs 0.6.3", + "target": "rustls_native_certs" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "webpki-roots 0.25.2", + "target": "webpki_roots" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.24.2" + }, + "license": "Apache-2.0 OR ISC OR MIT" + }, + "iana-time-zone 0.1.58": { + "name": "iana-time-zone", + "version": "0.1.58", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download", + "sha256": "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20" + } + }, + "targets": [ + { + "Library": { + "crate_name": "iana_time_zone", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "iana_time_zone", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "fallback" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + { + "id": "core-foundation-sys 0.8.4", + "target": "core_foundation_sys" + } + ], + "cfg(target_arch = \"wasm32\")": [ + { + "id": "js-sys 0.3.65", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.88", + "target": "wasm_bindgen" + } + ], + "cfg(target_os = \"android\")": [ + { + "id": "android_system_properties 0.1.5", + "target": "android_system_properties" + } + ], + "cfg(target_os = \"haiku\")": [ + { + "id": "iana-time-zone-haiku 0.1.2", + "target": "iana_time_zone_haiku" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "windows-core 0.51.1", + "target": "windows_core" + } + ] + } + }, + "edition": "2018", + "version": "0.1.58" + }, + "license": "MIT OR Apache-2.0" + }, + "iana-time-zone-haiku 0.1.2": { + "name": "iana-time-zone-haiku", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download", + "sha256": "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "iana_time_zone_haiku", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "iana_time_zone_haiku", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "iana-time-zone-haiku 0.1.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "ident_case 1.0.1": { + "name": "ident_case", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ident_case/1.0.1/download", + "sha256": "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ident_case", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ident_case", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.1" + }, + "license": "MIT/Apache-2.0" + }, + "idna 0.2.3": { + "name": "idna", + "version": "0.2.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/idna/0.2.3/download", + "sha256": "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "idna", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "idna", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "matches 0.1.10", + "target": "matches" + }, + { + "id": "unicode-bidi 0.3.13", + "target": "unicode_bidi" + }, + { + "id": "unicode-normalization 0.1.22", + "target": "unicode_normalization" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.3" + }, + "license": "MIT/Apache-2.0" + }, + "idna 0.5.0": { + "name": "idna", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/idna/0.5.0/download", + "sha256": "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "idna", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "idna", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "unicode-bidi 0.3.13", + "target": "unicode_bidi" + }, + { + "id": "unicode-normalization 0.1.22", + "target": "unicode_normalization" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.0" + }, + "license": "MIT OR Apache-2.0" + }, + "if-addrs 0.7.0": { + "name": "if-addrs", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/if-addrs/0.7.0/download", + "sha256": "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "if_addrs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "if_addrs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "selects": { + "cfg(target_os = \"windows\")": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.7.0" + }, + "license": "MIT OR BSD-3-Clause" + }, + "if-watch 3.1.0": { + "name": "if-watch", + "version": "3.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/if-watch/3.1.0/download", + "sha256": "bbb892e5777fe09e16f3d44de7802f4daa7267ecbe8c466f19d94e25bb0c303e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "if_watch", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "if_watch", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "ipnet 2.9.0", + "target": "ipnet" + }, + { + "id": "log 0.4.20", + "target": "log" + } + ], + "selects": { + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + { + "id": "core-foundation 0.9.3", + "target": "core_foundation" + }, + { + "id": "if-addrs 0.7.0", + "target": "if_addrs" + }, + { + "id": "system-configuration 0.5.1", + "target": "system_configuration" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ], + "cfg(not(any(target_os = \"ios\", target_os = \"linux\", target_os = \"macos\", target_os = \"windows\")))": [ + { + "id": "async-io 1.13.0", + "target": "async_io" + }, + { + "id": "if-addrs 0.7.0", + "target": "if_addrs" + } + ], + "cfg(target_os = \"linux\")": [ + { + "id": "rtnetlink 0.10.1", + "target": "rtnetlink" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "if-addrs 0.7.0", + "target": "if_addrs" + }, + { + "id": "windows 0.51.1", + "target": "windows" + } + ] + } + }, + "edition": "2021", + "version": "3.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "impl-codec 0.6.0": { + "name": "impl-codec", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/impl-codec/0.6.0/download", + "sha256": "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "impl_codec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "impl_codec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.6.0" + }, + "license": "MIT OR Apache-2.0" + }, + "impl-serde 0.4.0": { + "name": "impl-serde", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/impl-serde/0.4.0/download", + "sha256": "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "impl_serde", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "impl_serde", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.0" + }, + "license": "MIT OR Apache-2.0" + }, + "impl-trait-for-tuples 0.2.2": { + "name": "impl-trait-for-tuples", + "version": "0.2.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/impl-trait-for-tuples/0.2.2/download", + "sha256": "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "impl_trait_for_tuples", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "impl_trait_for_tuples", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.2" + }, + "license": "Apache-2.0/MIT" + }, + "include_dir 0.7.3": { + "name": "include_dir", + "version": "0.7.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/include_dir/0.7.3/download", + "sha256": "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "include_dir", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "include_dir", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "include_dir_macros 0.7.3", + "target": "include_dir_macros" + } + ], + "selects": {} + }, + "version": "0.7.3" + }, + "license": "MIT" + }, + "include_dir_macros 0.7.3": { + "name": "include_dir_macros", + "version": "0.7.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/include_dir_macros/0.7.3/download", + "sha256": "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "include_dir_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "include_dir_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.3" + }, + "license": "MIT" + }, + "indexmap 1.9.3": { + "name": "indexmap", + "version": "1.9.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/indexmap/1.9.3/download", + "sha256": "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" + } + }, + "targets": [ + { + "Library": { + "crate_name": "indexmap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "indexmap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "serde", + "serde-1", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hashbrown 0.12.3", + "target": "hashbrown" + }, + { + "id": "indexmap 1.9.3", + "target": "build_script_build" + }, + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.9.3" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "indexmap 2.1.0": { + "name": "indexmap", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/indexmap/2.1.0/download", + "sha256": "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "indexmap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "indexmap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "equivalent 1.0.1", + "target": "equivalent" + }, + { + "id": "hashbrown 0.14.2", + "target": "hashbrown" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.1.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "indexmap-nostd 0.4.0": { + "name": "indexmap-nostd", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/indexmap-nostd/0.4.0/download", + "sha256": "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" + } + }, + "targets": [ + { + "Library": { + "crate_name": "indexmap_nostd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "indexmap_nostd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.4.0" + }, + "license": "Apache-2.0" + }, + "indicatif 0.17.7": { + "name": "indicatif", + "version": "0.17.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/indicatif/0.17.7/download", + "sha256": "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25" + } + }, + "targets": [ + { + "Library": { + "crate_name": "indicatif", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "indicatif", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "unicode-width" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "console 0.15.7", + "target": "console" + }, + { + "id": "number_prefix 0.4.0", + "target": "number_prefix" + }, + { + "id": "portable-atomic 1.5.1", + "target": "portable_atomic" + }, + { + "id": "unicode-width 0.1.11", + "target": "unicode_width" + } + ], + "selects": { + "cfg(target_arch = \"wasm32\")": [ + { + "id": "instant 0.1.12", + "target": "instant" + } + ] + } + }, + "edition": "2021", + "version": "0.17.7" + }, + "license": "MIT" + }, + "inout 0.1.3": { + "name": "inout", + "version": "0.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/inout/0.1.3/download", + "sha256": "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "inout", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "inout", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.3" + }, + "license": "MIT OR Apache-2.0" + }, + "instant 0.1.12": { + "name": "instant", + "version": "0.1.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/instant/0.1.12/download", + "sha256": "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "instant", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "instant", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.12" + }, + "license": "BSD-3-Clause" + }, + "integer-encoding 3.0.4": { + "name": "integer-encoding", + "version": "3.0.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/integer-encoding/3.0.4/download", + "sha256": "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" + } + }, + "targets": [ + { + "Library": { + "crate_name": "integer_encoding", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "integer_encoding", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "3.0.4" + }, + "license": "MIT" + }, + "integer-sqrt 0.1.5": { + "name": "integer-sqrt", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/integer-sqrt/0.1.5/download", + "sha256": "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770" + } + }, + "targets": [ + { + "Library": { + "crate_name": "integer_sqrt", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "integer_sqrt", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "num-traits 0.2.17", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.5" + }, + "license": "Apache-2.0/MIT" + }, + "interceptor 0.8.2": { + "name": "interceptor", + "version": "0.8.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/interceptor/0.8.2/download", + "sha256": "1e8a11ae2da61704edada656798b61c94b35ecac2c58eb955156987d5e6be90b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "interceptor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "interceptor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rtcp 0.7.2", + "target": "rtcp" + }, + { + "id": "rtp 0.6.8", + "target": "rtp" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "waitgroup 0.1.2", + "target": "waitgroup" + }, + { + "id": "webrtc-srtp 0.9.1", + "target": "webrtc_srtp", + "alias": "srtp" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.8.2" + }, + "license": "MIT/Apache-2.0" + }, + "intx 0.1.0": { + "name": "intx", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/intx/0.1.0/download", + "sha256": "f6f38a50a899dc47a6d0ed5508e7f601a2e34c3a85303514b5d137f3c10a0c75" + } + }, + "targets": [ + { + "Library": { + "crate_name": "intx", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "intx", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.1.0" + }, + "license": "Apache-2.0/MIT" + }, + "io-lifetimes 1.0.11": { + "name": "io-lifetimes", + "version": "1.0.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/io-lifetimes/1.0.11/download", + "sha256": "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "io_lifetimes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "io_lifetimes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "close", + "hermit-abi", + "libc", + "windows-sys" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "io-lifetimes 1.0.11", + "target": "build_script_build" + } + ], + "selects": { + "cfg(not(windows))": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(target_os = \"hermit\")": [ + { + "id": "hermit-abi 0.3.3", + "target": "hermit_abi" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "1.0.11" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "ip_network 0.4.1": { + "name": "ip_network", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ip_network/0.4.1/download", + "sha256": "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ip_network", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ip_network", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.4.1" + }, + "license": "BSD-2-Clause" + }, + "ipconfig 0.3.2": { + "name": "ipconfig", + "version": "0.3.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ipconfig/0.3.2/download", + "sha256": "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ipconfig", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ipconfig", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "computer", + "default", + "winreg" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ipconfig 0.3.2", + "target": "build_script_build" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "socket2 0.5.5", + "target": "socket2" + }, + { + "id": "widestring 1.0.2", + "target": "widestring" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + }, + { + "id": "winreg 0.50.0", + "target": "winreg" + } + ] + } + }, + "edition": "2018", + "version": "0.3.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "ipnet 2.9.0": { + "name": "ipnet", + "version": "2.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ipnet/2.9.0/download", + "sha256": "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ipnet", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ipnet", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.9.0" + }, + "license": "MIT OR Apache-2.0" + }, + "is-terminal 0.4.9": { + "name": "is-terminal", + "version": "0.4.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/is-terminal/0.4.9/download", + "sha256": "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "is_terminal", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "is_terminal", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [ + { + "id": "rustix 0.38.24", + "target": "rustix" + } + ], + "cfg(target_os = \"hermit\")": [ + { + "id": "hermit-abi 0.3.3", + "target": "hermit_abi" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.4.9" + }, + "license": "MIT" + }, + "is_executable 1.0.1": { + "name": "is_executable", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/is_executable/1.0.1/download", + "sha256": "fa9acdc6d67b75e626ad644734e8bc6df893d9cd2a834129065d3dd6158ea9c8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "is_executable", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "is_executable", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"windows\")": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "1.0.1" + }, + "license": "Apache-2.0/MIT" + }, + "itertools 0.10.5": { + "name": "itertools", + "version": "0.10.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/itertools/0.10.5/download", + "sha256": "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" + } + }, + "targets": [ + { + "Library": { + "crate_name": "itertools", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "itertools", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "use_alloc", + "use_std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "either 1.9.0", + "target": "either" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.5" + }, + "license": "MIT/Apache-2.0" + }, + "itertools 0.11.0": { + "name": "itertools", + "version": "0.11.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/itertools/0.11.0/download", + "sha256": "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" + } + }, + "targets": [ + { + "Library": { + "crate_name": "itertools", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "itertools", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "use_alloc", + "use_std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "either 1.9.0", + "target": "either" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.0" + }, + "license": "MIT OR Apache-2.0" + }, + "itoa 1.0.9": { + "name": "itoa", + "version": "1.0.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/itoa/1.0.9/download", + "sha256": "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" + } + }, + "targets": [ + { + "Library": { + "crate_name": "itoa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "itoa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.9" + }, + "license": "MIT OR Apache-2.0" + }, + "jobserver 0.1.27": { + "name": "jobserver", + "version": "0.1.27", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jobserver/0.1.27/download", + "sha256": "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jobserver", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jobserver", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.1.27" + }, + "license": "MIT/Apache-2.0" + }, + "js-sys 0.3.65": { + "name": "js-sys", + "version": "0.3.65", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/js-sys/0.3.65/download", + "sha256": "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "js_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "js_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "wasm-bindgen 0.2.88", + "target": "wasm_bindgen" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.65" + }, + "license": "MIT OR Apache-2.0" + }, + "jsonrpsee 0.16.3": { + "name": "jsonrpsee", + "version": "0.16.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee/0.16.3/download", + "sha256": "367a292944c07385839818bb71c8d76611138e2dedb0677d035b8da21d29c78b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "client-core", + "http-client", + "jsonrpsee-core", + "jsonrpsee-http-client", + "jsonrpsee-proc-macros", + "jsonrpsee-server", + "jsonrpsee-types", + "jsonrpsee-ws-client", + "macros", + "server", + "server-core", + "tracing", + "ws-client" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "jsonrpsee-core 0.16.3", + "target": "jsonrpsee_core" + }, + { + "id": "jsonrpsee-http-client 0.16.3", + "target": "jsonrpsee_http_client" + }, + { + "id": "jsonrpsee-server 0.16.3", + "target": "jsonrpsee_server" + }, + { + "id": "jsonrpsee-types 0.16.3", + "target": "jsonrpsee_types" + }, + { + "id": "jsonrpsee-ws-client 0.16.3", + "target": "jsonrpsee_ws_client" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "jsonrpsee-proc-macros 0.16.3", + "target": "jsonrpsee_proc_macros" + } + ], + "selects": {} + }, + "version": "0.16.3" + }, + "license": "MIT" + }, + "jsonrpsee 0.20.3": { + "name": "jsonrpsee", + "version": "0.20.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee/0.20.3/download", + "sha256": "affdc52f7596ccb2d7645231fc6163bb314630c989b64998f3699a28b4d5d4dc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "async-client", + "client-ws-transport-native-tls", + "http-client", + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-http-client", + "jsonrpsee-proc-macros", + "jsonrpsee-server", + "jsonrpsee-types", + "jsonrpsee-ws-client", + "macros", + "server", + "server-core", + "tokio", + "tracing", + "ws-client" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "jsonrpsee-client-transport 0.20.3", + "target": "jsonrpsee_client_transport" + }, + { + "id": "jsonrpsee-core 0.20.3", + "target": "jsonrpsee_core" + }, + { + "id": "jsonrpsee-http-client 0.20.3", + "target": "jsonrpsee_http_client" + }, + { + "id": "jsonrpsee-server 0.20.3", + "target": "jsonrpsee_server" + }, + { + "id": "jsonrpsee-types 0.20.3", + "target": "jsonrpsee_types" + }, + { + "id": "jsonrpsee-ws-client 0.20.3", + "target": "jsonrpsee_ws_client" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "jsonrpsee-proc-macros 0.20.3", + "target": "jsonrpsee_proc_macros" + } + ], + "selects": {} + }, + "version": "0.20.3" + }, + "license": "MIT" + }, + "jsonrpsee-client-transport 0.16.3": { + "name": "jsonrpsee-client-transport", + "version": "0.16.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-client-transport/0.16.3/download", + "sha256": "c8b3815d9f5d5de348e5f162b316dc9cdf4548305ebb15b4eb9328e66cf27d7a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_client_transport", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_client_transport", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "futures-util", + "http", + "jsonrpsee-types", + "pin-project", + "rustls-native-certs", + "soketto", + "thiserror", + "tls", + "tokio", + "tokio-rustls", + "tokio-util", + "webpki-roots", + "ws" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "http 0.2.11", + "target": "http" + }, + { + "id": "jsonrpsee-core 0.16.3", + "target": "jsonrpsee_core" + }, + { + "id": "jsonrpsee-types 0.16.3", + "target": "jsonrpsee_types" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "rustls-native-certs 0.6.3", + "target": "rustls_native_certs" + }, + { + "id": "soketto 0.7.1", + "target": "soketto" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "webpki-roots 0.25.2", + "target": "webpki_roots" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.3" + }, + "license": "MIT" + }, + "jsonrpsee-client-transport 0.20.3": { + "name": "jsonrpsee-client-transport", + "version": "0.20.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-client-transport/0.20.3/download", + "sha256": "b5b005c793122d03217da09af68ba9383363caa950b90d3436106df8cabce935" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_client_transport", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_client_transport", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "__tls", + "futures-util", + "http", + "native-tls", + "pin-project", + "rustls-native-certs", + "soketto", + "thiserror", + "tokio", + "tokio-rustls", + "tokio-util", + "url", + "ws" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "http 0.2.11", + "target": "http" + }, + { + "id": "jsonrpsee-core 0.20.3", + "target": "jsonrpsee_core" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "rustls-native-certs 0.6.3", + "target": "rustls_native_certs" + }, + { + "id": "soketto 0.7.1", + "target": "soketto" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "url 2.5.0", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.20.3" + }, + "license": "MIT" + }, + "jsonrpsee-core 0.16.3": { + "name": "jsonrpsee-core", + "version": "0.16.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-core/0.16.3/download", + "sha256": "2b5dde66c53d6dcdc8caea1874a45632ec0fcf5b437789f1e45766a1512ce803" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "arrayvec", + "async-client", + "async-lock", + "client", + "default", + "futures-timer", + "futures-util", + "globset", + "http-helpers", + "hyper", + "parking_lot", + "rand", + "rustc-hash", + "server", + "soketto", + "tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "beef 0.5.2", + "target": "beef" + }, + { + "id": "futures-channel 0.3.29", + "target": "futures_channel" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "globset 0.4.13", + "target": "globset" + }, + { + "id": "hyper 0.14.27", + "target": "hyper" + }, + { + "id": "jsonrpsee-types 0.16.3", + "target": "jsonrpsee_types" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "soketto 0.7.1", + "target": "soketto" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.16.3" + }, + "license": "MIT" + }, + "jsonrpsee-core 0.20.3": { + "name": "jsonrpsee-core", + "version": "0.20.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-core/0.20.3/download", + "sha256": "da2327ba8df2fdbd5e897e2b5ed25ce7f299d345b9736b6828814c3dbd1fd47b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "async-client", + "async-lock", + "client", + "default", + "futures-timer", + "futures-util", + "http-helpers", + "hyper", + "parking_lot", + "rand", + "rustc-hash", + "server", + "soketto", + "tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "beef 0.5.2", + "target": "beef" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "hyper 0.14.27", + "target": "hyper" + }, + { + "id": "jsonrpsee-types 0.20.3", + "target": "jsonrpsee_types" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "soketto 0.7.1", + "target": "soketto" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.20.3" + }, + "license": "MIT" + }, + "jsonrpsee-http-client 0.16.3": { + "name": "jsonrpsee-http-client", + "version": "0.16.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-http-client/0.16.3/download", + "sha256": "7e5f9fabdd5d79344728521bb65e3106b49ec405a78b66fbff073b72b389fa43" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_http_client", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_http_client", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "hyper-rustls", + "tls" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hyper 0.14.27", + "target": "hyper" + }, + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "jsonrpsee-core 0.16.3", + "target": "jsonrpsee_core" + }, + { + "id": "jsonrpsee-types 0.16.3", + "target": "jsonrpsee_types" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.16.3" + }, + "license": "MIT" + }, + "jsonrpsee-http-client 0.20.3": { + "name": "jsonrpsee-http-client", + "version": "0.20.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-http-client/0.20.3/download", + "sha256": "5f80c17f62c7653ce767e3d7288b793dfec920f97067ceb189ebdd3570f2bc20" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_http_client", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_http_client", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "__tls", + "default", + "hyper-rustls", + "native-tls" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hyper 0.14.27", + "target": "hyper" + }, + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "jsonrpsee-core 0.20.3", + "target": "jsonrpsee_core" + }, + { + "id": "jsonrpsee-types 0.20.3", + "target": "jsonrpsee_types" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tower 0.4.13", + "target": "tower" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "url 2.5.0", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.20.3" + }, + "license": "MIT" + }, + "jsonrpsee-proc-macros 0.16.3": { + "name": "jsonrpsee-proc-macros", + "version": "0.16.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-proc-macros/0.16.3/download", + "sha256": "44e8ab85614a08792b9bff6c8feee23be78c98d0182d4c622c05256ab553892a" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "jsonrpsee_proc_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_proc_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.3" + }, + "license": "MIT" + }, + "jsonrpsee-proc-macros 0.20.3": { + "name": "jsonrpsee-proc-macros", + "version": "0.20.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-proc-macros/0.20.3/download", + "sha256": "29110019693a4fa2dbda04876499d098fa16d70eba06b1e6e2b3f1b251419515" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "jsonrpsee_proc_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_proc_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.20.3" + }, + "license": "MIT" + }, + "jsonrpsee-server 0.16.3": { + "name": "jsonrpsee-server", + "version": "0.16.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-server/0.16.3/download", + "sha256": "cf4d945a6008c9b03db3354fb3c83ee02d2faa9f2e755ec1dfb69c3551b8f4ba" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_server", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_server", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures-channel 0.3.29", + "target": "futures_channel" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "http 0.2.11", + "target": "http" + }, + { + "id": "hyper 0.14.27", + "target": "hyper" + }, + { + "id": "jsonrpsee-core 0.16.3", + "target": "jsonrpsee_core" + }, + { + "id": "jsonrpsee-types 0.16.3", + "target": "jsonrpsee_types" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "soketto 0.7.1", + "target": "soketto" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tokio-stream 0.1.14", + "target": "tokio_stream" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "tower 0.4.13", + "target": "tower" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.3" + }, + "license": "MIT" + }, + "jsonrpsee-server 0.20.3": { + "name": "jsonrpsee-server", + "version": "0.20.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-server/0.20.3/download", + "sha256": "82c39a00449c9ef3f50b84fc00fc4acba20ef8f559f07902244abf4c15c5ab9c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_server", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_server", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "http 0.2.11", + "target": "http" + }, + { + "id": "hyper 0.14.27", + "target": "hyper" + }, + { + "id": "jsonrpsee-core 0.20.3", + "target": "jsonrpsee_core" + }, + { + "id": "jsonrpsee-types 0.20.3", + "target": "jsonrpsee_types" + }, + { + "id": "route-recognizer 0.3.1", + "target": "route_recognizer" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "soketto 0.7.1", + "target": "soketto" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tokio-stream 0.1.14", + "target": "tokio_stream" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "tower 0.4.13", + "target": "tower" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.20.3" + }, + "license": "MIT" + }, + "jsonrpsee-types 0.16.3": { + "name": "jsonrpsee-types", + "version": "0.16.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-types/0.16.3/download", + "sha256": "245ba8e5aa633dd1c1e4fae72bce06e71f42d34c14a2767c6b4d173b57bee5e5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_types", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_types", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "beef 0.5.2", + "target": "beef" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.3" + }, + "license": "MIT" + }, + "jsonrpsee-types 0.20.3": { + "name": "jsonrpsee-types", + "version": "0.20.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-types/0.20.3/download", + "sha256": "5be0be325642e850ed0bdff426674d2e66b2b7117c9be23a7caef68a2902b7d9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_types", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_types", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "beef 0.5.2", + "target": "beef" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.20.3" + }, + "license": "MIT" + }, + "jsonrpsee-ws-client 0.16.3": { + "name": "jsonrpsee-ws-client", + "version": "0.16.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-ws-client/0.16.3/download", + "sha256": "4e1b3975ed5d73f456478681a417128597acd6a2487855fdb7b4a3d4d195bf5e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_ws_client", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_ws_client", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "tls" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "http 0.2.11", + "target": "http" + }, + { + "id": "jsonrpsee-client-transport 0.16.3", + "target": "jsonrpsee_client_transport" + }, + { + "id": "jsonrpsee-core 0.16.3", + "target": "jsonrpsee_core" + }, + { + "id": "jsonrpsee-types 0.16.3", + "target": "jsonrpsee_types" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.16.3" + }, + "license": "MIT" + }, + "jsonrpsee-ws-client 0.20.3": { + "name": "jsonrpsee-ws-client", + "version": "0.20.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/jsonrpsee-ws-client/0.20.3/download", + "sha256": "bca9cb3933ccae417eb6b08c3448eb1cb46e39834e5b503e395e5e5bd08546c0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "jsonrpsee_ws_client", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "jsonrpsee_ws_client", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "native-tls" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "http 0.2.11", + "target": "http" + }, + { + "id": "jsonrpsee-client-transport 0.20.3", + "target": "jsonrpsee_client_transport" + }, + { + "id": "jsonrpsee-core 0.20.3", + "target": "jsonrpsee_core" + }, + { + "id": "jsonrpsee-types 0.20.3", + "target": "jsonrpsee_types" + }, + { + "id": "url 2.5.0", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.20.3" + }, + "license": "MIT" + }, + "k256 0.13.2": { + "name": "k256", + "version": "0.13.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/k256/0.13.2/download", + "sha256": "3f01b677d82ef7a676aa37e099defd83a28e15687112cafdd112d60236b6115b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "k256", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "k256", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "arithmetic", + "digest", + "ecdsa", + "ecdsa-core", + "sha2", + "sha256", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "ecdsa 0.16.9", + "target": "ecdsa", + "alias": "ecdsa_core" + }, + { + "id": "elliptic-curve 0.13.7", + "target": "elliptic_curve" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "keccak 0.1.4": { + "name": "keccak", + "version": "0.1.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/keccak/0.1.4/download", + "sha256": "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940" + } + }, + "targets": [ + { + "Library": { + "crate_name": "keccak", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "keccak", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(target_arch = \"aarch64\")": [ + { + "id": "cpufeatures 0.2.11", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.1.4" + }, + "license": "Apache-2.0 OR MIT" + }, + "keystream 1.0.0": { + "name": "keystream", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/keystream/1.0.0/download", + "sha256": "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" + } + }, + "targets": [ + { + "Library": { + "crate_name": "keystream", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "keystream", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.0" + }, + "license": "MIT/Apache-2.0" + }, + "kvdb 0.13.0": { + "name": "kvdb", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/kvdb/0.13.0/download", + "sha256": "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "kvdb", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "kvdb", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "smallvec 1.11.2", + "target": "smallvec" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.0" + }, + "license": "MIT OR Apache-2.0" + }, + "kvdb-memorydb 0.13.0": { + "name": "kvdb-memorydb", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/kvdb-memorydb/0.13.0/download", + "sha256": "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "kvdb_memorydb", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "kvdb_memorydb", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "kvdb 0.13.0", + "target": "kvdb" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.13.0" + }, + "license": "MIT OR Apache-2.0" + }, + "kvdb-rocksdb 0.19.0": { + "name": "kvdb-rocksdb", + "version": "0.19.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/kvdb-rocksdb/0.19.0/download", + "sha256": "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "kvdb_rocksdb", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "kvdb_rocksdb", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "kvdb 0.13.0", + "target": "kvdb" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "regex 1.10.2", + "target": "regex" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + } + ], + "selects": { + "cfg(any(target_os = \"openbsd\", target_env = \"msvc\"))": [ + { + "id": "rocksdb 0.21.0", + "target": "rocksdb" + } + ], + "cfg(not(any(target_os = \"openbsd\", target_env = \"msvc\")))": [ + { + "id": "rocksdb 0.21.0", + "target": "rocksdb" + } + ] + } + }, + "edition": "2021", + "version": "0.19.0" + }, + "license": "MIT OR Apache-2.0" + }, + "landlock 0.3.0": { + "name": "landlock", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/landlock/0.3.0/download", + "sha256": "1530c5b973eeed4ac216af7e24baf5737645a6272e361f1fb95710678b67d9cc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "landlock", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "landlock", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "enumflags2 0.7.8", + "target": "enumflags2" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "lazy_static 1.4.0": { + "name": "lazy_static", + "version": "1.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lazy_static/1.4.0/download", + "sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lazy_static", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lazy_static", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "lazycell 1.3.0": { + "name": "lazycell", + "version": "1.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lazycell/1.3.0/download", + "sha256": "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lazycell", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lazycell", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.3.0" + }, + "license": "MIT/Apache-2.0" + }, + "libc 0.2.150": { + "name": "libc", + "version": "0.2.150", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libc/0.2.150/download", + "sha256": "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "extra_traits", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.150", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.150" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "libloading 0.7.4": { + "name": "libloading", + "version": "0.7.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libloading/0.7.4/download", + "sha256": "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libloading", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libloading", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2015", + "version": "0.7.4" + }, + "license": "ISC" + }, + "libm 0.2.8": { + "name": "libm", + "version": "0.2.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libm/0.2.8/download", + "sha256": "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libm 0.2.8", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "libp2p 0.51.3": { + "name": "libp2p", + "version": "0.51.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p/0.51.3/download", + "sha256": "f210d259724eae82005b5c48078619b7745edb7b76de370b03f8ba59ea103097" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "dns", + "ed25519", + "identify", + "kad", + "macros", + "mdns", + "noise", + "ping", + "request-response", + "tcp", + "tokio", + "wasm-ext", + "websocket", + "yamux" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "getrandom 0.2.11", + "target": "getrandom" + }, + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "libp2p-allow-block-list 0.1.1", + "target": "libp2p_allow_block_list" + }, + { + "id": "libp2p-connection-limits 0.1.0", + "target": "libp2p_connection_limits" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "libp2p-identify 0.42.2", + "target": "libp2p_identify" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "libp2p-kad 0.43.3", + "target": "libp2p_kad" + }, + { + "id": "libp2p-noise 0.42.2", + "target": "libp2p_noise" + }, + { + "id": "libp2p-ping 0.42.0", + "target": "libp2p_ping" + }, + { + "id": "libp2p-request-response 0.24.1", + "target": "libp2p_request_response" + }, + { + "id": "libp2p-swarm 0.42.2", + "target": "libp2p_swarm" + }, + { + "id": "libp2p-wasm-ext 0.39.0", + "target": "libp2p_wasm_ext" + }, + { + "id": "libp2p-yamux 0.43.1", + "target": "libp2p_yamux" + }, + { + "id": "multiaddr 0.17.1", + "target": "multiaddr" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + } + ], + "selects": { + "cfg(not(target_arch = \"wasm32\"))": [ + { + "id": "libp2p-dns 0.39.0", + "target": "libp2p_dns" + }, + { + "id": "libp2p-mdns 0.43.1", + "target": "libp2p_mdns" + }, + { + "id": "libp2p-tcp 0.39.0", + "target": "libp2p_tcp" + }, + { + "id": "libp2p-websocket 0.41.0", + "target": "libp2p_websocket" + } + ] + } + }, + "edition": "2021", + "version": "0.51.3" + }, + "license": "MIT" + }, + "libp2p-allow-block-list 0.1.1": { + "name": "libp2p-allow-block-list", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-allow-block-list/0.1.1/download", + "sha256": "510daa05efbc25184458db837f6f9a5143888f1caa742426d92e1833ddd38a50" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_allow_block_list", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_allow_block_list", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "libp2p-swarm 0.42.2", + "target": "libp2p_swarm" + }, + { + "id": "void 1.0.2", + "target": "void" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.1" + }, + "license": "MIT" + }, + "libp2p-connection-limits 0.1.0": { + "name": "libp2p-connection-limits", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-connection-limits/0.1.0/download", + "sha256": "4caa33f1d26ed664c4fe2cca81a08c8e07d4c1c04f2f4ac7655c2dd85467fda0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_connection_limits", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_connection_limits", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "libp2p-swarm 0.42.2", + "target": "libp2p_swarm" + }, + { + "id": "void 1.0.2", + "target": "void" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT" + }, + "libp2p-core 0.39.2": { + "name": "libp2p-core", + "version": "0.39.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-core/0.39.2/download", + "sha256": "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "multiaddr 0.17.1", + "target": "multiaddr" + }, + { + "id": "multihash 0.17.0", + "target": "multihash" + }, + { + "id": "multistream-select 0.12.1", + "target": "multistream_select" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "quick-protobuf 0.8.1", + "target": "quick_protobuf" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rw-stream-sink 0.3.0", + "target": "rw_stream_sink" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "unsigned-varint 0.7.2", + "target": "unsigned_varint" + }, + { + "id": "void 1.0.2", + "target": "void" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.39.2" + }, + "license": "MIT" + }, + "libp2p-dns 0.39.0": { + "name": "libp2p-dns", + "version": "0.39.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-dns/0.39.0/download", + "sha256": "146ff7034daae62077c415c2376b8057368042df6ab95f5432ad5e88568b1554" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_dns", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_dns", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "trust-dns-resolver 0.22.0", + "target": "trust_dns_resolver" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.39.0" + }, + "license": "MIT" + }, + "libp2p-identify 0.42.2": { + "name": "libp2p-identify", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-identify/0.42.2/download", + "sha256": "5455f472243e63b9c497ff320ded0314254a9eb751799a39c283c6f20b793f3c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_identify", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_identify", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asynchronous-codec 0.6.2", + "target": "asynchronous_codec" + }, + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "libp2p-swarm 0.42.2", + "target": "libp2p_swarm" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "lru 0.10.1", + "target": "lru" + }, + { + "id": "quick-protobuf 0.8.1", + "target": "quick_protobuf" + }, + { + "id": "quick-protobuf-codec 0.1.0", + "target": "quick_protobuf_codec" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "void 1.0.2", + "target": "void" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.42.2" + }, + "license": "MIT" + }, + "libp2p-identity 0.1.3": { + "name": "libp2p-identity", + "version": "0.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-identity/0.1.3/download", + "sha256": "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_identity", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_identity", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ed25519", + "peerid" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bs58 0.4.0", + "target": "bs58" + }, + { + "id": "ed25519-dalek 2.1.0", + "target": "ed25519_dalek" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "multiaddr 0.17.1", + "target": "multiaddr" + }, + { + "id": "multihash 0.17.0", + "target": "multihash" + }, + { + "id": "quick-protobuf 0.8.1", + "target": "quick_protobuf" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.3" + }, + "license": "MIT" + }, + "libp2p-kad 0.43.3": { + "name": "libp2p-kad", + "version": "0.43.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-kad/0.43.3/download", + "sha256": "39d5ef876a2b2323d63c258e63c2f8e36f205fe5a11f0b3095d59635650790ff" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_kad", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_kad", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "asynchronous-codec 0.6.2", + "target": "asynchronous_codec" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "libp2p-swarm 0.42.2", + "target": "libp2p_swarm" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "quick-protobuf 0.8.1", + "target": "quick_protobuf" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "uint 0.9.5", + "target": "uint" + }, + { + "id": "unsigned-varint 0.7.2", + "target": "unsigned_varint" + }, + { + "id": "void 1.0.2", + "target": "void" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.43.3" + }, + "license": "MIT" + }, + "libp2p-mdns 0.43.1": { + "name": "libp2p-mdns", + "version": "0.43.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-mdns/0.43.1/download", + "sha256": "19983e1f949f979a928f2c603de1cf180cc0dc23e4ac93a62651ccb18341460b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_mdns", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_mdns", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "data-encoding 2.4.0", + "target": "data_encoding" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "if-watch 3.1.0", + "target": "if_watch" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "libp2p-swarm 0.42.2", + "target": "libp2p_swarm" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "socket2 0.4.10", + "target": "socket2" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "trust-dns-proto 0.22.0", + "target": "trust_dns_proto" + }, + { + "id": "void 1.0.2", + "target": "void" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.43.1" + }, + "license": "MIT" + }, + "libp2p-metrics 0.12.0": { + "name": "libp2p-metrics", + "version": "0.12.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-metrics/0.12.0/download", + "sha256": "a42ec91e227d7d0dafa4ce88b333cdf5f277253873ab087555c92798db2ddd46" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_metrics", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_metrics", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "libp2p-identify 0.42.2", + "target": "libp2p_identify" + }, + { + "id": "libp2p-kad 0.43.3", + "target": "libp2p_kad" + }, + { + "id": "libp2p-ping 0.42.0", + "target": "libp2p_ping" + }, + { + "id": "libp2p-swarm 0.42.2", + "target": "libp2p_swarm" + }, + { + "id": "prometheus-client 0.19.0", + "target": "prometheus_client" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.0" + }, + "license": "MIT" + }, + "libp2p-noise 0.42.2": { + "name": "libp2p-noise", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-noise/0.42.2/download", + "sha256": "9c3673da89d29936bc6435bafc638e2f184180d554ce844db65915113f86ec5e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_noise", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_noise", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "curve25519-dalek 3.2.0", + "target": "curve25519_dalek" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "quick-protobuf 0.8.1", + "target": "quick_protobuf" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "x25519-dalek 1.1.1", + "target": "x25519_dalek" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": { + "cfg(not(target_arch = \"wasm32\"))": [ + { + "id": "snow 0.9.4", + "target": "snow" + } + ], + "cfg(target_arch = \"wasm32\")": [ + { + "id": "snow 0.9.4", + "target": "snow" + } + ] + } + }, + "edition": "2021", + "version": "0.42.2" + }, + "license": "MIT" + }, + "libp2p-ping 0.42.0": { + "name": "libp2p-ping", + "version": "0.42.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-ping/0.42.0/download", + "sha256": "3e57759c19c28a73ef1eb3585ca410cefb72c1a709fcf6de1612a378e4219202" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_ping", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_ping", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "libp2p-swarm 0.42.2", + "target": "libp2p_swarm" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "void 1.0.2", + "target": "void" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.42.0" + }, + "license": "MIT" + }, + "libp2p-quic 0.7.0-alpha.3": { + "name": "libp2p-quic", + "version": "0.7.0-alpha.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-quic/0.7.0-alpha.3/download", + "sha256": "c6b26abd81cd2398382a1edfe739b539775be8a90fa6914f39b2ab49571ec735" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_quic", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_quic", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "if-watch 3.1.0", + "target": "if_watch" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "libp2p-tls 0.1.0", + "target": "libp2p_tls" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "quinn-proto 0.9.6", + "target": "quinn_proto" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rustls 0.20.9", + "target": "rustls" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.0-alpha.3" + }, + "license": "MIT" + }, + "libp2p-request-response 0.24.1": { + "name": "libp2p-request-response", + "version": "0.24.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-request-response/0.24.1/download", + "sha256": "7ffdb374267d42dc5ed5bc53f6e601d4a64ac5964779c6e40bb9e4f14c1e30d5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_request_response", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_request_response", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "libp2p-swarm 0.42.2", + "target": "libp2p_swarm" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.24.1" + }, + "license": "MIT" + }, + "libp2p-swarm 0.42.2": { + "name": "libp2p-swarm", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-swarm/0.42.2/download", + "sha256": "903b3d592d7694e56204d211f29d31bc004be99386644ba8731fc3e3ef27b296" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_swarm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_swarm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "macros", + "tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "void 1.0.2", + "target": "void" + } + ], + "selects": { + "cfg(not(any(target_os = \"emscripten\", target_os = \"wasi\", target_os = \"unknown\")))": [ + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "libp2p-swarm-derive 0.32.0", + "target": "libp2p_swarm_derive" + } + ], + "selects": {} + }, + "version": "0.42.2" + }, + "license": "MIT" + }, + "libp2p-swarm-derive 0.32.0": { + "name": "libp2p-swarm-derive", + "version": "0.32.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-swarm-derive/0.32.0/download", + "sha256": "0fba456131824ab6acd4c7bf61e9c0f0a3014b5fc9868ccb8e10d344594cdc4f" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "libp2p_swarm_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_swarm_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.32.0" + }, + "license": "MIT" + }, + "libp2p-tcp 0.39.0": { + "name": "libp2p-tcp", + "version": "0.39.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-tcp/0.39.0/download", + "sha256": "33d33698596d7722d85d3ab0c86c2c322254fce1241e91208e3679b4eb3026cf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_tcp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_tcp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "if-watch 3.1.0", + "target": "if_watch" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "socket2 0.4.10", + "target": "socket2" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.39.0" + }, + "license": "MIT" + }, + "libp2p-tls 0.1.0": { + "name": "libp2p-tls", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-tls/0.1.0/download", + "sha256": "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_tls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_tls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-rustls 0.22.2", + "target": "futures_rustls" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "rcgen 0.10.0", + "target": "rcgen" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "rustls 0.20.9", + "target": "rustls" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "webpki 0.22.4", + "target": "webpki" + }, + { + "id": "x509-parser 0.14.0", + "target": "x509_parser" + }, + { + "id": "yasna 0.5.2", + "target": "yasna" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT" + }, + "libp2p-wasm-ext 0.39.0": { + "name": "libp2p-wasm-ext", + "version": "0.39.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-wasm-ext/0.39.0/download", + "sha256": "77dff9d32353a5887adb86c8afc1de1a94d9e8c3bc6df8b2201d7cdf5c848f43" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_wasm_ext", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_wasm_ext", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "js-sys 0.3.65", + "target": "js_sys" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "parity-send-wrapper 0.1.0", + "target": "parity_send_wrapper" + }, + { + "id": "wasm-bindgen 0.2.88", + "target": "wasm_bindgen" + }, + { + "id": "wasm-bindgen-futures 0.4.38", + "target": "wasm_bindgen_futures" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.39.0" + }, + "license": "MIT" + }, + "libp2p-webrtc 0.4.0-alpha.4": { + "name": "libp2p-webrtc", + "version": "0.4.0-alpha.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-webrtc/0.4.0-alpha.4/download", + "sha256": "dba48592edbc2f60b4bc7c10d65445b0c3964c07df26fdf493b6880d33be36f8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_webrtc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_webrtc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asynchronous-codec 0.6.2", + "target": "asynchronous_codec" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "if-watch 3.1.0", + "target": "if_watch" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "libp2p-noise 0.42.2", + "target": "libp2p_noise" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "multihash 0.17.0", + "target": "multihash" + }, + { + "id": "quick-protobuf 0.8.1", + "target": "quick_protobuf" + }, + { + "id": "quick-protobuf-codec 0.1.0", + "target": "quick_protobuf_codec" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rcgen 0.9.3", + "target": "rcgen" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "stun 0.4.4", + "target": "stun" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tinytemplate 1.2.1", + "target": "tinytemplate" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webrtc 0.6.0", + "target": "webrtc" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.4.0-alpha.4" + }, + "license": "MIT" + }, + "libp2p-websocket 0.41.0": { + "name": "libp2p-websocket", + "version": "0.41.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-websocket/0.41.0/download", + "sha256": "111273f7b3d3510524c752e8b7a5314b7f7a1fee7e68161c01a7d72cbb06db9f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_websocket", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_websocket", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-rustls 0.22.2", + "target": "futures_rustls" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "quicksink 0.1.2", + "target": "quicksink" + }, + { + "id": "rw-stream-sink 0.3.0", + "target": "rw_stream_sink" + }, + { + "id": "soketto 0.7.1", + "target": "soketto" + }, + { + "id": "url 2.5.0", + "target": "url" + }, + { + "id": "webpki-roots 0.22.6", + "target": "webpki_roots" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.41.0" + }, + "license": "MIT" + }, + "libp2p-yamux 0.43.1": { + "name": "libp2p-yamux", + "version": "0.43.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libp2p-yamux/0.43.1/download", + "sha256": "4dcd21d950662700a385d4c6d68e2f5f54d778e97068cdd718522222ef513bda" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libp2p_yamux", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libp2p_yamux", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "libp2p-core 0.39.2", + "target": "libp2p_core" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "yamux 0.10.2", + "target": "yamux" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.43.1" + }, + "license": "MIT" + }, + "libredox 0.0.1": { + "name": "libredox", + "version": "0.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libredox/0.0.1/download", + "sha256": "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libredox", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libredox", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitflags 2.4.1", + "target": "bitflags" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "redox_syscall 0.4.1", + "target": "syscall" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.0.1" + }, + "license": "MIT" + }, + "librocksdb-sys 0.11.0+8.1.1": { + "name": "librocksdb-sys", + "version": "0.11.0+8.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/librocksdb-sys/0.11.0+8.1.1/download", + "sha256": "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "librocksdb_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "librocksdb_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "snappy", + "static" + ], + "selects": { + "aarch64-apple-darwin": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "aarch64-apple-ios": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "aarch64-apple-ios-sim": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "aarch64-fuchsia": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "aarch64-linux-android": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "aarch64-unknown-linux-gnu": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "aarch64-unknown-nixos-gnu": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "aarch64-unknown-nto-qnx710": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "arm-unknown-linux-gnueabi": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "armv7-linux-androideabi": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "armv7-unknown-linux-gnueabi": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "i686-apple-darwin": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "i686-linux-android": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "i686-unknown-freebsd": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "i686-unknown-linux-gnu": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "powerpc-unknown-linux-gnu": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "riscv32imc-unknown-none-elf": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "riscv64gc-unknown-none-elf": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "s390x-unknown-linux-gnu": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "thumbv7em-none-eabi": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "thumbv8m.main-none-eabi": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "wasm32-unknown-unknown": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "wasm32-wasi": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "x86_64-apple-darwin": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "x86_64-apple-ios": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "x86_64-fuchsia": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "x86_64-linux-android": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "x86_64-unknown-freebsd": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "x86_64-unknown-linux-gnu": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "x86_64-unknown-nixos-gnu": [ + "jemalloc", + "tikv-jemalloc-sys" + ], + "x86_64-unknown-none": [ + "jemalloc", + "tikv-jemalloc-sys" + ] + } + }, + "deps": { + "common": [ + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "librocksdb-sys 0.11.0+8.1.1", + "target": "build_script_build" + }, + { + "id": "tikv-jemalloc-sys 0.5.4+5.3.0-patched", + "target": "tikv_jemalloc_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.0+8.1.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bindgen 0.65.1", + "target": "bindgen" + }, + { + "id": "cc 1.0.83", + "target": "cc" + }, + { + "id": "glob 0.3.1", + "target": "glob" + } + ], + "selects": {} + }, + "link_deps": { + "common": [ + { + "id": "tikv-jemalloc-sys 0.5.4+5.3.0-patched", + "target": "tikv_jemalloc_sys" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "NUM_JOBS": "8" + }, + "selects": {} + }, + "links": "rocksdb" + }, + "license": "MIT/Apache-2.0/BSD-3-Clause" + }, + "libsecp256k1 0.7.1": { + "name": "libsecp256k1", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libsecp256k1/0.7.1/download", + "sha256": "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libsecp256k1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libsecp256k1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "hmac", + "hmac-drbg", + "sha2", + "static-context", + "std", + "typenum" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "hmac-drbg 0.3.0", + "target": "hmac_drbg" + }, + { + "id": "libsecp256k1 0.7.1", + "target": "build_script_build" + }, + { + "id": "libsecp256k1-core 0.3.0", + "target": "libsecp256k1_core" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sha2 0.9.9", + "target": "sha2" + }, + { + "id": "typenum 1.17.0", + "target": "typenum" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libsecp256k1-gen-ecmult 0.3.0", + "target": "libsecp256k1_gen_ecmult" + }, + { + "id": "libsecp256k1-gen-genmult 0.3.0", + "target": "libsecp256k1_gen_genmult" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0" + }, + "libsecp256k1-core 0.3.0": { + "name": "libsecp256k1-core", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libsecp256k1-core/0.3.0/download", + "sha256": "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libsecp256k1_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libsecp256k1_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crunchy 0.2.2", + "target": "crunchy" + }, + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "Apache-2.0" + }, + "libsecp256k1-gen-ecmult 0.3.0": { + "name": "libsecp256k1-gen-ecmult", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libsecp256k1-gen-ecmult/0.3.0/download", + "sha256": "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libsecp256k1_gen_ecmult", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libsecp256k1_gen_ecmult", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libsecp256k1-core 0.3.0", + "target": "libsecp256k1_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "Apache-2.0" + }, + "libsecp256k1-gen-genmult 0.3.0": { + "name": "libsecp256k1-gen-genmult", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libsecp256k1-gen-genmult/0.3.0/download", + "sha256": "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libsecp256k1_gen_genmult", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libsecp256k1_gen_genmult", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libsecp256k1-core 0.3.0", + "target": "libsecp256k1_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "Apache-2.0" + }, + "libz-sys 1.1.12": { + "name": "libz-sys", + "version": "1.1.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/libz-sys/1.1.12/download", + "sha256": "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libz_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "libz_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libz-sys 1.1.12", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.1.12" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + }, + { + "id": "pkg-config 0.3.27", + "target": "pkg_config" + }, + { + "id": "vcpkg 0.2.15", + "target": "vcpkg" + } + ], + "selects": {} + }, + "links": "z" + }, + "license": "MIT OR Apache-2.0" + }, + "link-cplusplus 1.0.9": { + "name": "link-cplusplus", + "version": "1.0.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/link-cplusplus/1.0.9/download", + "sha256": "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "link_cplusplus", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "link_cplusplus", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "link-cplusplus 1.0.9", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.9" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + }, + "links": "cplusplus" + }, + "license": "MIT OR Apache-2.0" + }, + "linked-hash-map 0.5.6": { + "name": "linked-hash-map", + "version": "0.5.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download", + "sha256": "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "linked_hash_map", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "linked_hash_map", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.5.6" + }, + "license": "MIT/Apache-2.0" + }, + "linked_hash_set 0.1.4": { + "name": "linked_hash_set", + "version": "0.1.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/linked_hash_set/0.1.4/download", + "sha256": "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" + } + }, + "targets": [ + { + "Library": { + "crate_name": "linked_hash_set", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "linked_hash_set", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "linked-hash-map 0.5.6", + "target": "linked_hash_map" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.4" + }, + "license": "Apache-2.0" + }, + "linregress 0.5.3": { + "name": "linregress", + "version": "0.5.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/linregress/0.5.3/download", + "sha256": "4de04dcecc58d366391f9920245b85ffa684558a5ef6e7736e754347c3aea9c2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "linregress", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "linregress", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "nalgebra 0.32.3", + "target": "nalgebra" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.3" + }, + "license": "MIT" + }, + "linux-raw-sys 0.1.4": { + "name": "linux-raw-sys", + "version": "0.1.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/linux-raw-sys/0.1.4/download", + "sha256": "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "linux_raw_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "linux_raw_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "general", + "no_std" + ], + "selects": { + "aarch64-unknown-linux-gnu": [ + "errno", + "ioctl" + ], + "aarch64-unknown-nixos-gnu": [ + "errno", + "ioctl" + ], + "arm-unknown-linux-gnueabi": [ + "errno", + "ioctl" + ], + "armv7-unknown-linux-gnueabi": [ + "errno", + "ioctl" + ], + "i686-unknown-linux-gnu": [ + "errno", + "ioctl" + ], + "x86_64-unknown-linux-gnu": [ + "errno", + "ioctl" + ], + "x86_64-unknown-nixos-gnu": [ + "errno", + "ioctl" + ] + } + }, + "edition": "2018", + "version": "0.1.4" + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "linux-raw-sys 0.3.8": { + "name": "linux-raw-sys", + "version": "0.3.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/linux-raw-sys/0.3.8/download", + "sha256": "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" + } + }, + "targets": [ + { + "Library": { + "crate_name": "linux_raw_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "linux_raw_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "general", + "ioctl", + "no_std" + ], + "selects": { + "aarch64-unknown-linux-gnu": [ + "errno" + ], + "aarch64-unknown-nixos-gnu": [ + "errno" + ], + "arm-unknown-linux-gnueabi": [ + "errno" + ], + "armv7-unknown-linux-gnueabi": [ + "errno" + ], + "i686-unknown-linux-gnu": [ + "errno" + ], + "x86_64-unknown-linux-gnu": [ + "errno" + ], + "x86_64-unknown-nixos-gnu": [ + "errno" + ] + } + }, + "edition": "2018", + "version": "0.3.8" + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "linux-raw-sys 0.4.11": { + "name": "linux-raw-sys", + "version": "0.4.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/linux-raw-sys/0.4.11/download", + "sha256": "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829" + } + }, + "targets": [ + { + "Library": { + "crate_name": "linux_raw_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "linux_raw_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "general", + "if_ether", + "ioctl", + "net", + "netlink", + "no_std", + "prctl" + ], + "selects": { + "aarch64-unknown-linux-gnu": [ + "elf", + "errno" + ], + "aarch64-unknown-nixos-gnu": [ + "elf", + "errno" + ], + "arm-unknown-linux-gnueabi": [ + "elf", + "errno" + ], + "armv7-unknown-linux-gnueabi": [ + "elf", + "errno" + ], + "i686-unknown-linux-gnu": [ + "elf", + "errno" + ], + "x86_64-unknown-linux-gnu": [ + "elf", + "errno" + ], + "x86_64-unknown-nixos-gnu": [ + "elf", + "errno" + ] + } + }, + "edition": "2021", + "version": "0.4.11" + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "lioness 0.1.2": { + "name": "lioness", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lioness/0.1.2/download", + "sha256": "4ae926706ba42c425c9457121178330d75e273df2e82e28b758faf3de3a9acb9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lioness", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lioness", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "blake2 0.8.1", + "target": "blake2" + }, + { + "id": "chacha 0.3.0", + "target": "chacha" + }, + { + "id": "keystream 1.0.0", + "target": "keystream" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.2" + }, + "license": "MIT/Apache-2.0" + }, + "lock_api 0.4.11": { + "name": "lock_api", + "version": "0.4.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lock_api/0.4.11/download", + "sha256": "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lock_api", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lock_api", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "atomic_usize", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "lock_api 0.4.11", + "target": "build_script_build" + }, + { + "id": "scopeguard 1.2.0", + "target": "scopeguard" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.11" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "log 0.4.20": { + "name": "log", + "version": "0.4.20", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/log/0.4.20/download", + "sha256": "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "log", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "log", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.4.20" + }, + "license": "MIT OR Apache-2.0" + }, + "lru 0.10.1": { + "name": "lru", + "version": "0.10.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lru/0.10.1/download", + "sha256": "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lru", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lru", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "hashbrown" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hashbrown 0.13.2", + "target": "hashbrown" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.10.1" + }, + "license": "MIT" + }, + "lru 0.11.1": { + "name": "lru", + "version": "0.11.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lru/0.11.1/download", + "sha256": "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lru", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lru", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.11.1" + }, + "license": "MIT" + }, + "lru-cache 0.1.2": { + "name": "lru-cache", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lru-cache/0.1.2/download", + "sha256": "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lru_cache", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lru_cache", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "linked-hash-map 0.5.6", + "target": "linked_hash_map" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.2" + }, + "license": "MIT/Apache-2.0" + }, + "lz4 1.24.0": { + "name": "lz4", + "version": "1.24.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lz4/1.24.0/download", + "sha256": "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lz4", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lz4", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "lz4-sys 1.9.4", + "target": "lz4_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.24.0" + }, + "license": "MIT" + }, + "lz4-sys 1.9.4": { + "name": "lz4-sys", + "version": "1.9.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/lz4-sys/1.9.4/download", + "sha256": "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" + } + }, + "targets": [ + { + "Library": { + "crate_name": "lz4_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "lz4_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "lz4-sys 1.9.4", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.9.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + }, + "links": "lz4" + }, + "license": "MIT" + }, + "mach 0.3.2": { + "name": "mach", + "version": "0.3.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/mach/0.3.2/download", + "sha256": "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mach", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mach", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ] + } + }, + "edition": "2015", + "version": "0.3.2" + }, + "license": "BSD-2-Clause" + }, + "macro_magic 0.5.0": { + "name": "macro_magic", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/macro_magic/0.5.0/download", + "sha256": "e03844fc635e92f3a0067e25fa4bf3e3dbf3f2927bf3aa01bb7bc8f1c428949d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "macro_magic", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "macro_magic", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "proc_support" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "macro_magic_core 0.5.0", + "target": "macro_magic_core" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "macro_magic_macros 0.5.0", + "target": "macro_magic_macros" + } + ], + "selects": {} + }, + "version": "0.5.0" + }, + "license": "MIT" + }, + "macro_magic_core 0.5.0": { + "name": "macro_magic_core", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/macro_magic_core/0.5.0/download", + "sha256": "468155613a44cfd825f1fb0ffa532b018253920d404e6fca1e8d43155198a46d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "macro_magic_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "macro_magic_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "const-random 0.1.17", + "target": "const_random" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive-syn-parse 0.1.5", + "target": "derive_syn_parse" + }, + { + "id": "macro_magic_core_macros 0.5.0", + "target": "macro_magic_core_macros" + } + ], + "selects": {} + }, + "version": "0.5.0" + }, + "license": "MIT" + }, + "macro_magic_core_macros 0.5.0": { + "name": "macro_magic_core_macros", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/macro_magic_core_macros/0.5.0/download", + "sha256": "9ea73aa640dc01d62a590d48c0c3521ed739d53b27f919b25c3551e233481654" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "macro_magic_core_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "macro_magic_core_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.0" + }, + "license": "MIT" + }, + "macro_magic_macros 0.5.0": { + "name": "macro_magic_macros", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/macro_magic_macros/0.5.0/download", + "sha256": "ef9d79ae96aaba821963320eb2b6e34d17df1e5a83d8a1985c29cc5be59577b3" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "macro_magic_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "macro_magic_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "macro_magic_core 0.5.0", + "target": "macro_magic_core" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.0" + }, + "license": "MIT" + }, + "maplit 1.0.2": { + "name": "maplit", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/maplit/1.0.2/download", + "sha256": "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "maplit", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "maplit", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.2" + }, + "license": "MIT/Apache-2.0" + }, + "match_cfg 0.1.0": { + "name": "match_cfg", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/match_cfg/0.1.0/download", + "sha256": "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "match_cfg", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "match_cfg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "use_core" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "matchers 0.0.1": { + "name": "matchers", + "version": "0.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/matchers/0.0.1/download", + "sha256": "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "matchers", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "matchers", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "regex-automata 0.1.10", + "target": "regex_automata" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.0.1" + }, + "license": "MIT" + }, + "matchers 0.1.0": { + "name": "matchers", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/matchers/0.1.0/download", + "sha256": "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" + } + }, + "targets": [ + { + "Library": { + "crate_name": "matchers", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "matchers", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "regex-automata 0.1.10", + "target": "regex_automata" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.0" + }, + "license": "MIT" + }, + "matches 0.1.10": { + "name": "matches", + "version": "0.1.10", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/matches/0.1.10/download", + "sha256": "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "matches", + "crate_root": "lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "matches", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.10" + }, + "license": "MIT" + }, + "matrixmultiply 0.3.8": { + "name": "matrixmultiply", + "version": "0.3.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/matrixmultiply/0.3.8/download", + "sha256": "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "matrixmultiply", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "matrixmultiply", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "matrixmultiply 0.3.8", + "target": "build_script_build" + }, + { + "id": "rawpointer 0.2.1", + "target": "rawpointer" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "md-5 0.10.6": { + "name": "md-5", + "version": "0.10.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/md-5/0.10.6/download", + "sha256": "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "md5", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "md5", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "digest 0.10.7", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.6" + }, + "license": "MIT OR Apache-2.0" + }, + "memchr 2.6.4": { + "name": "memchr", + "version": "2.6.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/memchr/2.6.4/download", + "sha256": "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memchr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memchr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "2.6.4" + }, + "license": "Unlicense OR MIT" + }, + "memfd 0.6.4": { + "name": "memfd", + "version": "0.6.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/memfd/0.6.4/download", + "sha256": "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memfd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memfd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rustix 0.38.24", + "target": "rustix" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.4" + }, + "license": "MIT OR Apache-2.0" + }, + "memmap2 0.5.10": { + "name": "memmap2", + "version": "0.5.10", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/memmap2/0.5.10/download", + "sha256": "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memmap2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memmap2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.5.10" + }, + "license": "MIT OR Apache-2.0" + }, + "memoffset 0.6.5": { + "name": "memoffset", + "version": "0.6.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/memoffset/0.6.5/download", + "sha256": "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memoffset", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memoffset", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "memoffset 0.6.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.6.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT" + }, + "memoffset 0.8.0": { + "name": "memoffset", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/memoffset/0.8.0/download", + "sha256": "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memoffset", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memoffset", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memoffset 0.8.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.8.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT" + }, + "memoffset 0.9.0": { + "name": "memoffset", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/memoffset/0.9.0/download", + "sha256": "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memoffset", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memoffset", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memoffset 0.9.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.9.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT" + }, + "memory-db 0.32.0": { + "name": "memory-db", + "version": "0.32.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/memory-db/0.32.0/download", + "sha256": "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "memory_db", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "memory_db", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hash-db 0.16.0", + "target": "hash_db" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.32.0" + }, + "license": "Apache-2.0" + }, + "merlin 2.0.1": { + "name": "merlin", + "version": "2.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/merlin/2.0.1/download", + "sha256": "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42" + } + }, + "targets": [ + { + "Library": { + "crate_name": "merlin", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "merlin", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "keccak 0.1.4", + "target": "keccak" + }, + { + "id": "rand_core 0.5.1", + "target": "rand_core" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.0.1" + }, + "license": "MIT" + }, + "merlin 3.0.0": { + "name": "merlin", + "version": "3.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/merlin/3.0.0/download", + "sha256": "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "merlin", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "merlin", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "keccak 0.1.4", + "target": "keccak" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "3.0.0" + }, + "license": "MIT" + }, + "mick-jaeger 0.1.8": { + "name": "mick-jaeger", + "version": "0.1.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/mick-jaeger/0.1.8/download", + "sha256": "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mick_jaeger", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mick_jaeger", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "thrift 0.15.0", + "target": "thrift" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.8" + }, + "license": "Apache-2.0" + }, + "minimal-lexical 0.2.1": { + "name": "minimal-lexical", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download", + "sha256": "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "minimal_lexical", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "minimal_lexical", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.1" + }, + "license": "MIT/Apache-2.0" + }, + "miniz_oxide 0.7.1": { + "name": "miniz_oxide", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download", + "sha256": "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "miniz_oxide", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "miniz_oxide", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "adler 1.0.2", + "target": "adler" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.1" + }, + "license": "MIT OR Zlib OR Apache-2.0" + }, + "mio 0.8.9": { + "name": "mio", + "version": "0.8.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/mio/0.8.9/download", + "sha256": "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mio", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mio", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "net", + "os-ext", + "os-poll" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(target_os = \"wasi\")": [ + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "wasi 0.11.0+wasi-snapshot-preview1", + "target": "wasi" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.8.9" + }, + "license": "MIT" + }, + "mixnet 0.7.0": { + "name": "mixnet", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/mixnet/0.7.0/download", + "sha256": "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mixnet", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mixnet", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "c2-chacha 0.3.3", + "target": "c2_chacha" + }, + { + "id": "curve25519-dalek 4.1.1", + "target": "curve25519_dalek" + }, + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "hashlink 0.8.4", + "target": "hashlink" + }, + { + "id": "lioness 0.1.2", + "target": "lioness" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "rand_distr 0.4.3", + "target": "rand_distr" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.0" + }, + "license": "MIT" + }, + "mmr-gadget 4.0.0-dev": { + "name": "mmr-gadget", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/merkle-mountain-range" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mmr_gadget", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mmr_gadget", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-offchain 4.0.0-dev", + "target": "sc_offchain" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-beefy 4.0.0-dev", + "target": "sp_consensus_beefy" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-mmr-primitives 4.0.0-dev", + "target": "sp_mmr_primitives" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "mmr-rpc 4.0.0-dev": { + "name": "mmr-rpc", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/merkle-mountain-range/rpc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mmr_rpc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mmr_rpc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-mmr-primitives 4.0.0-dev", + "target": "sp_mmr_primitives" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "mockall 0.11.4": { + "name": "mockall", + "version": "0.11.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/mockall/0.11.4/download", + "sha256": "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mockall", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mockall", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "downcast 0.11.0", + "target": "downcast" + }, + { + "id": "fragile 2.0.0", + "target": "fragile" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "predicates 2.1.5", + "target": "predicates" + }, + { + "id": "predicates-tree 1.0.9", + "target": "predicates_tree" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "mockall_derive 0.11.4", + "target": "mockall_derive" + } + ], + "selects": {} + }, + "version": "0.11.4" + }, + "license": "MIT/Apache-2.0" + }, + "mockall_derive 0.11.4": { + "name": "mockall_derive", + "version": "0.11.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/mockall_derive/0.11.4/download", + "sha256": "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "mockall_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "mockall_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.4" + }, + "license": "MIT/Apache-2.0" + }, + "multiaddr 0.17.1": { + "name": "multiaddr", + "version": "0.17.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/multiaddr/0.17.1/download", + "sha256": "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multiaddr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "multiaddr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "url" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "data-encoding 2.4.0", + "target": "data_encoding" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "multibase 0.9.1", + "target": "multibase" + }, + { + "id": "multihash 0.17.0", + "target": "multihash" + }, + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + }, + { + "id": "unsigned-varint 0.7.2", + "target": "unsigned_varint" + }, + { + "id": "url 2.5.0", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.17.1" + }, + "license": "MIT" + }, + "multibase 0.9.1": { + "name": "multibase", + "version": "0.9.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/multibase/0.9.1/download", + "sha256": "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multibase", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "multibase", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base-x 0.2.11", + "target": "base_x" + }, + { + "id": "data-encoding 2.4.0", + "target": "data_encoding" + }, + { + "id": "data-encoding-macro 0.1.13", + "target": "data_encoding_macro" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.1" + }, + "license": "MIT" + }, + "multihash 0.17.0": { + "name": "multihash", + "version": "0.17.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/multihash/0.17.0/download", + "sha256": "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multihash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "multihash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "blake2b", + "blake2b_simd", + "blake2s", + "blake2s_simd", + "blake3", + "default", + "derive", + "digest", + "identity", + "multihash-derive", + "multihash-impl", + "secure-hashes", + "sha-2", + "sha-3", + "sha2", + "sha3", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "blake2b_simd 1.0.2", + "target": "blake2b_simd" + }, + { + "id": "blake2s_simd 1.0.2", + "target": "blake2s_simd" + }, + { + "id": "blake3 1.5.0", + "target": "blake3" + }, + { + "id": "core2 0.4.0", + "target": "core2" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "sha2 0.10.8", + "target": "sha2", + "alias": "sha_2" + }, + { + "id": "sha3 0.10.8", + "target": "sha3", + "alias": "sha_3" + }, + { + "id": "unsigned-varint 0.7.2", + "target": "unsigned_varint" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "multihash-derive 0.8.0", + "target": "multihash_derive" + } + ], + "selects": {} + }, + "version": "0.17.0" + }, + "license": "MIT" + }, + "multihash-derive 0.8.0": { + "name": "multihash-derive", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/multihash-derive/0.8.0/download", + "sha256": "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "multihash_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "multihash_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro-error 1.0.4", + "target": "proc_macro_error" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "synstructure 0.12.6", + "target": "synstructure" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.0" + }, + "license": "MIT" + }, + "multimap 0.8.3": { + "name": "multimap", + "version": "0.8.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/multimap/0.8.3/download", + "sha256": "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multimap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "multimap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.8.3" + }, + "license": "MIT/Apache-2.0" + }, + "multistream-select 0.12.1": { + "name": "multistream-select", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/multistream-select/0.12.1/download", + "sha256": "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "multistream_select", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "multistream_select", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "unsigned-varint 0.7.2", + "target": "unsigned_varint" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.1" + }, + "license": "MIT" + }, + "nalgebra 0.32.3": { + "name": "nalgebra", + "version": "0.32.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/nalgebra/0.32.3/download", + "sha256": "307ed9b18cc2423f29e83f84fd23a8e73628727990181f18641a8b5dc2ab1caa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nalgebra", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nalgebra", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "macros", + "matrixmultiply", + "nalgebra-macros", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "approx 0.5.1", + "target": "approx" + }, + { + "id": "matrixmultiply 0.3.8", + "target": "matrixmultiply" + }, + { + "id": "num-complex 0.4.4", + "target": "num_complex" + }, + { + "id": "num-rational 0.4.1", + "target": "num_rational" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "simba 0.8.1", + "target": "simba" + }, + { + "id": "typenum 1.17.0", + "target": "typenum" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "nalgebra-macros 0.2.1", + "target": "nalgebra_macros" + } + ], + "selects": {} + }, + "version": "0.32.3" + }, + "license": "BSD-3-Clause" + }, + "nalgebra-macros 0.2.1": { + "name": "nalgebra-macros", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/nalgebra-macros/0.2.1/download", + "sha256": "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "nalgebra_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nalgebra_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.1" + }, + "license": "Apache-2.0" + }, + "names 0.13.0": { + "name": "names", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/names/0.13.0/download", + "sha256": "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146" + } + }, + "targets": [ + { + "Library": { + "crate_name": "names", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "names", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "names 0.13.0", + "target": "build_script_build" + }, + { + "id": "rand 0.8.5", + "target": "rand" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.13.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT" + }, + "nanorand 0.7.0": { + "name": "nanorand", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/nanorand/0.7.0/download", + "sha256": "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nanorand", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nanorand", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "wyrand" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.0" + }, + "license": "Zlib" + }, + "netlink-packet-core 0.4.2": { + "name": "netlink-packet-core", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/netlink-packet-core/0.4.2/download", + "sha256": "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297" + } + }, + "targets": [ + { + "Library": { + "crate_name": "netlink_packet_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "netlink_packet_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "netlink-packet-utils 0.5.2", + "target": "netlink_packet_utils" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.2" + }, + "license": "MIT" + }, + "netlink-packet-route 0.12.0": { + "name": "netlink-packet-route", + "version": "0.12.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/netlink-packet-route/0.12.0/download", + "sha256": "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab" + } + }, + "targets": [ + { + "Library": { + "crate_name": "netlink_packet_route", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "netlink_packet_route", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "netlink-packet-core 0.4.2", + "target": "netlink_packet_core" + }, + { + "id": "netlink-packet-utils 0.5.2", + "target": "netlink_packet_utils" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.0" + }, + "license": "MIT" + }, + "netlink-packet-utils 0.5.2": { + "name": "netlink-packet-utils", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/netlink-packet-utils/0.5.2/download", + "sha256": "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34" + } + }, + "targets": [ + { + "Library": { + "crate_name": "netlink_packet_utils", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "netlink_packet_utils", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.14", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.5.2" + }, + "license": "MIT" + }, + "netlink-proto 0.10.0": { + "name": "netlink-proto", + "version": "0.10.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/netlink-proto/0.10.0/download", + "sha256": "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "netlink_proto", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "netlink_proto", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "tokio_socket" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "netlink-packet-core 0.4.2", + "target": "netlink_packet_core" + }, + { + "id": "netlink-sys 0.8.5", + "target": "netlink_sys" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.0" + }, + "license": "MIT" + }, + "netlink-sys 0.8.5": { + "name": "netlink-sys", + "version": "0.8.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/netlink-sys/0.8.5/download", + "sha256": "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411" + } + }, + "targets": [ + { + "Library": { + "crate_name": "netlink_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "netlink_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "futures", + "tokio", + "tokio_socket" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.5" + }, + "license": "MIT" + }, + "nix 0.24.3": { + "name": "nix", + "version": "0.24.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/nix/0.24.3/download", + "sha256": "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nix", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nix", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "fs", + "mount", + "process", + "sched", + "signal", + "uio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "selects": { + "cfg(not(target_os = \"redox\"))": [ + { + "id": "memoffset 0.6.5", + "target": "memoffset" + } + ] + } + }, + "edition": "2018", + "version": "0.24.3" + }, + "license": "MIT" + }, + "nmt-rs 0.1.0": { + "name": "nmt-rs", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/Sovereign-Labs/nmt-rs.git", + "commitish": { + "Rev": "627f9622a987db4a0b22dc04107442f4010096fb" + } + } + }, + "targets": [ + { + "Library": { + "crate_name": "nmt_rs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nmt_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": null + }, + "no-std-net 0.6.0": { + "name": "no-std-net", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/no-std-net/0.6.0/download", + "sha256": "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" + } + }, + "targets": [ + { + "Library": { + "crate_name": "no_std_net", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "no_std_net", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.6.0" + }, + "license": "MIT" + }, + "nodrop 0.1.14": { + "name": "nodrop", + "version": "0.1.14", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/nodrop/0.1.14/download", + "sha256": "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nodrop", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nodrop", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.14" + }, + "license": "MIT/Apache-2.0" + }, + "nohash-hasher 0.2.0": { + "name": "nohash-hasher", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/nohash-hasher/0.2.0/download", + "sha256": "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nohash_hasher", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nohash_hasher", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "nom 7.1.3": { + "name": "nom", + "version": "7.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/nom/7.1.3/download", + "sha256": "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nom", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nom", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.6.4", + "target": "memchr" + }, + { + "id": "minimal-lexical 0.2.1", + "target": "minimal_lexical" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "7.1.3" + }, + "license": "MIT" + }, + "normalize-line-endings 0.3.0": { + "name": "normalize-line-endings", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download", + "sha256": "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" + } + }, + "targets": [ + { + "Library": { + "crate_name": "normalize_line_endings", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "normalize_line_endings", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.3.0" + }, + "license": "Apache-2.0" + }, + "nu-ansi-term 0.46.0": { + "name": "nu-ansi-term", + "version": "0.46.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/nu-ansi-term/0.46.0/download", + "sha256": "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" + } + }, + "targets": [ + { + "Library": { + "crate_name": "nu_ansi_term", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "nu_ansi_term", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "overload 0.1.1", + "target": "overload" + } + ], + "selects": { + "cfg(target_os = \"windows\")": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.46.0" + }, + "license": "MIT" + }, + "num-bigint 0.4.4": { + "name": "num-bigint", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/num-bigint/0.4.4/download", + "sha256": "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_bigint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_bigint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-bigint 0.4.4", + "target": "build_script_build" + }, + { + "id": "num-integer 0.1.45", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "num-complex 0.4.4": { + "name": "num-complex", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/num-complex/0.4.4/download", + "sha256": "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_complex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_complex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "num-traits 0.2.17", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.4" + }, + "license": "MIT OR Apache-2.0" + }, + "num-format 0.4.4": { + "name": "num-format", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/num-format/0.4.4/download", + "sha256": "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_format", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_format", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "itoa 1.0.9", + "target": "itoa" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.4" + }, + "license": "MIT/Apache-2.0" + }, + "num-integer 0.1.45": { + "name": "num-integer", + "version": "0.1.45", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/num-integer/0.1.45/download", + "sha256": "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_integer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_integer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "i128", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-integer 0.1.45", + "target": "build_script_build" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.45" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "num-rational 0.4.1": { + "name": "num-rational", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/num-rational/0.4.1/download", + "sha256": "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_rational", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_rational", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "num-bigint", + "num-bigint-std", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num-integer 0.1.45", + "target": "num_integer" + }, + { + "id": "num-rational 0.4.1", + "target": "build_script_build" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "num-traits 0.2.17": { + "name": "num-traits", + "version": "0.2.17", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/num-traits/0.2.17/download", + "sha256": "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_traits", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_traits", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "i128", + "libm", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libm 0.2.8", + "target": "libm" + }, + { + "id": "num-traits 0.2.17", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.17" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "num_cpus 1.16.0": { + "name": "num_cpus", + "version": "1.16.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/num_cpus/1.16.0/download", + "sha256": "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_cpus", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "num_cpus", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(not(windows))": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(target_os = \"hermit\")": [ + { + "id": "hermit-abi 0.3.3", + "target": "hermit_abi" + } + ] + } + }, + "edition": "2015", + "version": "1.16.0" + }, + "license": "MIT OR Apache-2.0" + }, + "number_prefix 0.4.0": { + "name": "number_prefix", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/number_prefix/0.4.0/download", + "sha256": "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "number_prefix", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "number_prefix", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.4.0" + }, + "license": "MIT" + }, + "object 0.30.4": { + "name": "object", + "version": "0.30.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/object/0.30.4/download", + "sha256": "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385" + } + }, + "targets": [ + { + "Library": { + "crate_name": "object", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "object", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "coff", + "crc32fast", + "elf", + "hashbrown", + "indexmap", + "macho", + "pe", + "read_core", + "std", + "write", + "write_core", + "write_std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crc32fast 1.3.2", + "target": "crc32fast" + }, + { + "id": "hashbrown 0.13.2", + "target": "hashbrown" + }, + { + "id": "indexmap 1.9.3", + "target": "indexmap" + }, + { + "id": "memchr 2.6.4", + "target": "memchr" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.30.4" + }, + "license": "Apache-2.0 OR MIT" + }, + "object 0.32.1": { + "name": "object", + "version": "0.32.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/object/0.32.1/download", + "sha256": "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "object", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "object", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "archive", + "coff", + "elf", + "macho", + "pe", + "read_core", + "unaligned" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.6.4", + "target": "memchr" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.32.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "oid-registry 0.4.0": { + "name": "oid-registry", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/oid-registry/0.4.0/download", + "sha256": "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "oid_registry", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "oid_registry", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asn1-rs 0.3.1", + "target": "asn1_rs" + }, + { + "id": "oid-registry 0.4.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "oid-registry 0.6.1": { + "name": "oid-registry", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/oid-registry/0.6.1/download", + "sha256": "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" + } + }, + "targets": [ + { + "Library": { + "crate_name": "oid_registry", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "oid_registry", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asn1-rs 0.5.2", + "target": "asn1_rs" + }, + { + "id": "oid-registry 0.6.1", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "once_cell 1.18.0": { + "name": "once_cell", + "version": "1.18.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/once_cell/1.18.0/download", + "sha256": "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "once_cell", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "once_cell", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "race", + "std" + ], + "selects": { + "aarch64-apple-darwin": [ + "unstable" + ], + "aarch64-apple-ios": [ + "unstable" + ], + "aarch64-apple-ios-sim": [ + "unstable" + ], + "aarch64-fuchsia": [ + "unstable" + ], + "aarch64-linux-android": [ + "unstable" + ], + "aarch64-pc-windows-msvc": [ + "unstable" + ], + "aarch64-unknown-linux-gnu": [ + "unstable" + ], + "aarch64-unknown-nixos-gnu": [ + "unstable" + ], + "aarch64-unknown-nto-qnx710": [ + "unstable" + ], + "arm-unknown-linux-gnueabi": [ + "unstable" + ], + "armv7-linux-androideabi": [ + "unstable" + ], + "armv7-unknown-linux-gnueabi": [ + "unstable" + ], + "i686-apple-darwin": [ + "unstable" + ], + "i686-linux-android": [ + "unstable" + ], + "i686-pc-windows-msvc": [ + "unstable" + ], + "i686-unknown-freebsd": [ + "unstable" + ], + "i686-unknown-linux-gnu": [ + "unstable" + ], + "powerpc-unknown-linux-gnu": [ + "unstable" + ], + "riscv32imc-unknown-none-elf": [ + "unstable" + ], + "riscv64gc-unknown-none-elf": [ + "unstable" + ], + "s390x-unknown-linux-gnu": [ + "unstable" + ], + "wasm32-unknown-unknown": [ + "unstable" + ], + "wasm32-wasi": [ + "unstable" + ], + "x86_64-apple-darwin": [ + "unstable" + ], + "x86_64-apple-ios": [ + "unstable" + ], + "x86_64-fuchsia": [ + "unstable" + ], + "x86_64-linux-android": [ + "unstable" + ], + "x86_64-pc-windows-msvc": [ + "unstable" + ], + "x86_64-unknown-freebsd": [ + "unstable" + ], + "x86_64-unknown-linux-gnu": [ + "unstable" + ], + "x86_64-unknown-nixos-gnu": [ + "unstable" + ], + "x86_64-unknown-none": [ + "unstable" + ] + } + }, + "edition": "2021", + "version": "1.18.0" + }, + "license": "MIT OR Apache-2.0" + }, + "opaque-debug 0.2.3": { + "name": "opaque-debug", + "version": "0.2.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/opaque-debug/0.2.3/download", + "sha256": "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "opaque_debug", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "opaque_debug", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.3" + }, + "license": "MIT OR Apache-2.0" + }, + "opaque-debug 0.3.0": { + "name": "opaque-debug", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/opaque-debug/0.3.0/download", + "sha256": "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "opaque_debug", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "opaque_debug", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "openssl-probe 0.1.5": { + "name": "openssl-probe", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/openssl-probe/0.1.5/download", + "sha256": "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "openssl_probe", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "openssl_probe", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.5" + }, + "license": "MIT/Apache-2.0" + }, + "option-ext 0.2.0": { + "name": "option-ext", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/option-ext/0.2.0/download", + "sha256": "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "option_ext", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "option_ext", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.0" + }, + "license": "MPL-2.0" + }, + "orchestra 0.3.3": { + "name": "orchestra", + "version": "0.3.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/orchestra/0.3.3/download", + "sha256": "46d78e1deb2a8d54fc1f063a544130db4da31dfe4d5d3b493186424910222a76" + } + }, + "targets": [ + { + "Library": { + "crate_name": "orchestra", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "orchestra", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "futures_channel" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "dyn-clonable 0.9.0", + "target": "dyn_clonable" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "prioritized-metered-channel 0.5.1", + "target": "prioritized_metered_channel", + "alias": "metered" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + }, + { + "id": "orchestra-proc-macro 0.3.3", + "target": "orchestra_proc_macro" + } + ], + "selects": {} + }, + "version": "0.3.3" + }, + "license": "MIT OR Apache-2.0" + }, + "orchestra-proc-macro 0.3.3": { + "name": "orchestra-proc-macro", + "version": "0.3.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/orchestra-proc-macro/0.3.3/download", + "sha256": "d035b1f968d91a826f2e34a9d6d02cb2af5aa7ca39ebd27922d850ab4b2dd2c6" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "orchestra_proc_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "orchestra_proc_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "expander 2.0.0", + "target": "expander" + }, + { + "id": "indexmap 2.1.0", + "target": "indexmap" + }, + { + "id": "itertools 0.11.0", + "target": "itertools" + }, + { + "id": "orchestra-proc-macro 0.3.3", + "target": "build_script_build" + }, + { + "id": "petgraph 0.6.4", + "target": "petgraph" + }, + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.3" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "ordered-float 1.1.1": { + "name": "ordered-float", + "version": "1.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ordered-float/1.1.1/download", + "sha256": "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ordered_float", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ordered_float", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-traits 0.2.17", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.1.1" + }, + "license": "MIT" + }, + "overload 0.1.1": { + "name": "overload", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/overload/0.1.1/download", + "sha256": "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + } + }, + "targets": [ + { + "Library": { + "crate_name": "overload", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "overload", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.1" + }, + "license": "MIT" + }, + "p256 0.11.1": { + "name": "p256", + "version": "0.11.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/p256/0.11.1/download", + "sha256": "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p256", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p256", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ecdsa 0.14.8", + "target": "ecdsa", + "alias": "ecdsa_core" + }, + { + "id": "elliptic-curve 0.12.3", + "target": "elliptic_curve" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "p384 0.11.2": { + "name": "p384", + "version": "0.11.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/p384/0.11.2/download", + "sha256": "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "p384", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "p384", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ecdsa 0.14.8", + "target": "ecdsa", + "alias": "ecdsa_core" + }, + { + "id": "elliptic-curve 0.12.3", + "target": "elliptic_curve" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "pallet-asset-rate 4.0.0-dev": { + "name": "pallet-asset-rate", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/asset-rate" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_asset_rate", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_asset_rate", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-asset-tx-payment 4.0.0-dev": { + "name": "pallet-asset-tx-payment", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/transaction-payment/asset-tx-payment" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_asset_tx_payment", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_asset_tx_payment", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "pallet-transaction-payment 4.0.0-dev", + "target": "pallet_transaction_payment" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-assets 4.0.0-dev": { + "name": "pallet-assets", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/assets" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_assets", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_assets", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-aura 4.0.0-dev": { + "name": "pallet-aura", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/aura" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_aura", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_aura", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-timestamp 4.0.0-dev", + "target": "pallet_timestamp" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-consensus-aura 0.10.0-dev", + "target": "sp_consensus_aura" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-authority-discovery 4.0.0-dev": { + "name": "pallet-authority-discovery", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/authority-discovery" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_authority_discovery", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_authority_discovery", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "pallet-session 4.0.0-dev", + "target": "pallet_session" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-authority-discovery 4.0.0-dev", + "target": "sp_authority_discovery" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-authorship 4.0.0-dev": { + "name": "pallet-authorship", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/authorship" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_authorship", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_authorship", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-babe 4.0.0-dev": { + "name": "pallet-babe", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/babe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_babe", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_babe", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-authorship 4.0.0-dev", + "target": "pallet_authorship" + }, + { + "id": "pallet-session 4.0.0-dev", + "target": "pallet_session" + }, + { + "id": "pallet-timestamp 4.0.0-dev", + "target": "pallet_timestamp" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-consensus-babe 0.10.0-dev", + "target": "sp_consensus_babe" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-session 4.0.0-dev", + "target": "sp_session" + }, + { + "id": "sp-staking 4.0.0-dev", + "target": "sp_staking" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-balances 4.0.0-dev": { + "name": "pallet-balances", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/balances" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_balances", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_balances", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-collator-selection 3.0.0": { + "name": "pallet-collator-selection", + "version": "3.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/pallets/collator-selection" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_collator_selection", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_collator_selection", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "frame-benchmarking", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-benchmarking 4.0.0-dev", + "target": "frame_benchmarking" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-authorship 4.0.0-dev", + "target": "pallet_authorship" + }, + { + "id": "pallet-session 4.0.0-dev", + "target": "pallet_session" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-staking 4.0.0-dev", + "target": "sp_staking" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "3.0.0" + }, + "license": "Apache-2.0" + }, + "pallet-election-provider-multi-phase 4.0.0-dev": { + "name": "pallet-election-provider-multi-phase", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/election-provider-multi-phase" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_election_provider_multi_phase", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_election_provider_multi_phase", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "rand", + "std", + "strum" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-election-provider-support 4.0.0-dev", + "target": "frame_election_provider_support" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-npos-elections 4.0.0-dev", + "target": "sp_npos_elections" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "strum 0.24.1", + "target": "strum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-election-provider-support-benchmarking 4.0.0-dev": { + "name": "pallet-election-provider-support-benchmarking", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/election-provider-support/benchmarking" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_election_provider_support_benchmarking", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_election_provider_support_benchmarking", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "frame-election-provider-support 4.0.0-dev", + "target": "frame_election_provider_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-npos-elections 4.0.0-dev", + "target": "sp_npos_elections" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-fast-unstake 4.0.0-dev": { + "name": "pallet-fast-unstake", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/fast-unstake" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_fast_unstake", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_fast_unstake", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "frame-benchmarking", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "docify 0.2.6", + "target": "docify" + }, + { + "id": "frame-benchmarking 4.0.0-dev", + "target": "frame_benchmarking" + }, + { + "id": "frame-election-provider-support 4.0.0-dev", + "target": "frame_election_provider_support" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-staking 4.0.0-dev", + "target": "sp_staking" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-identity 4.0.0-dev": { + "name": "pallet-identity", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/identity" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_identity", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_identity", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "enumflags2 0.7.8", + "target": "enumflags2" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-im-online 4.0.0-dev": { + "name": "pallet-im-online", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/im-online" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_im_online", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_im_online", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-authorship 4.0.0-dev", + "target": "pallet_authorship" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-staking 4.0.0-dev", + "target": "sp_staking" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-message-queue 7.0.0-dev": { + "name": "pallet-message-queue", + "version": "7.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/message-queue" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_message_queue", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_message_queue", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-weights 20.0.0", + "target": "sp_weights" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "7.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-session 4.0.0-dev": { + "name": "pallet-session", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/session" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_session", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_session", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "historical", + "sp-trie", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-timestamp 4.0.0-dev", + "target": "pallet_timestamp" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-session 4.0.0-dev", + "target": "sp_session" + }, + { + "id": "sp-staking 4.0.0-dev", + "target": "sp_staking" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-staking 4.0.0-dev": { + "name": "pallet-staking", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/staking" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_staking", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_staking", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-election-provider-support 4.0.0-dev", + "target": "frame_election_provider_support" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-authorship 4.0.0-dev", + "target": "pallet_authorship" + }, + { + "id": "pallet-session 4.0.0-dev", + "target": "pallet_session" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-staking 4.0.0-dev", + "target": "sp_staking" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-staking-reward-fn 4.0.0-dev": { + "name": "pallet-staking-reward-fn", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/staking/reward-fn" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_staking_reward_fn", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_staking_reward_fn", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-sudo 4.0.0-dev": { + "name": "pallet-sudo", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/sudo" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_sudo", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_sudo", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "docify 0.2.6", + "target": "docify" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-sugondat-blobs 0.1.0": { + "name": "pallet-sugondat-blobs", + "version": "0.1.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "pallet_sugondat_blobs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_sugondat_blobs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "frame-benchmarking", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-benchmarking 4.0.0-dev", + "target": "frame_benchmarking" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "quickcheck 1.0.3", + "target": "quickcheck" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps_dev": { + "common": [ + { + "id": "quickcheck_macros 1.0.0", + "target": "quickcheck_macros" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "pallet-timestamp 4.0.0-dev": { + "name": "pallet-timestamp", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/timestamp" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_timestamp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_timestamp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "docify 0.2.6", + "target": "docify" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-storage 13.0.0", + "target": "sp_storage" + }, + { + "id": "sp-timestamp 4.0.0-dev", + "target": "sp_timestamp" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-transaction-payment 4.0.0-dev": { + "name": "pallet-transaction-payment", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/transaction-payment" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_transaction_payment", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_transaction_payment", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-transaction-payment-rpc 4.0.0-dev": { + "name": "pallet-transaction-payment-rpc", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/transaction-payment/rpc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_transaction_payment_rpc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_transaction_payment_rpc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev", + "target": "pallet_transaction_payment_rpc_runtime_api" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-rpc 6.0.0", + "target": "sp_rpc" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-weights 20.0.0", + "target": "sp_weights" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev": { + "name": "pallet-transaction-payment-rpc-runtime-api", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/transaction-payment/rpc/runtime-api" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_transaction_payment_rpc_runtime_api", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_transaction_payment_rpc_runtime_api", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "pallet-transaction-payment 4.0.0-dev", + "target": "pallet_transaction_payment" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-weights 20.0.0", + "target": "sp_weights" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-treasury 4.0.0-dev": { + "name": "pallet-treasury", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/treasury" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_treasury", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_treasury", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "docify 0.2.6", + "target": "docify" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "pallet-balances 4.0.0-dev", + "target": "pallet_balances" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-vesting 4.0.0-dev": { + "name": "pallet-vesting", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/frame/vesting" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_vesting", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_vesting", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "pallet-xcm 1.0.0": { + "name": "pallet-xcm", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/xcm/pallet-xcm" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_xcm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_xcm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "pallet-balances", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bounded-collections 0.1.9", + "target": "bounded_collections" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-balances 4.0.0-dev", + "target": "pallet_balances" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + }, + { + "id": "staging-xcm-builder 1.0.0", + "target": "staging_xcm_builder", + "alias": "xcm_builder" + }, + { + "id": "staging-xcm-executor 1.0.0", + "target": "staging_xcm_executor", + "alias": "xcm_executor" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "pallet-xcm-benchmarks 1.0.0": { + "name": "pallet-xcm-benchmarks", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/xcm/pallet-xcm-benchmarks" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pallet_xcm_benchmarks", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pallet_xcm_benchmarks", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-benchmarking 4.0.0-dev", + "target": "frame_benchmarking" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + }, + { + "id": "staging-xcm-builder 1.0.0", + "target": "staging_xcm_builder", + "alias": "xcm_builder" + }, + { + "id": "staging-xcm-executor 1.0.0", + "target": "staging_xcm_executor", + "alias": "xcm_executor" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "parachains-common 1.0.0": { + "name": "parachains-common", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/parachains/common" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parachains_common", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parachains_common", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "cumulus-primitives-utility 0.1.0", + "target": "cumulus_primitives_utility" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "pallet-asset-tx-payment 4.0.0-dev", + "target": "pallet_asset_tx_payment" + }, + { + "id": "pallet-assets 4.0.0-dev", + "target": "pallet_assets" + }, + { + "id": "pallet-authorship 4.0.0-dev", + "target": "pallet_authorship" + }, + { + "id": "pallet-balances 4.0.0-dev", + "target": "pallet_balances" + }, + { + "id": "pallet-collator-selection 3.0.0", + "target": "pallet_collator_selection" + }, + { + "id": "pallet-message-queue 7.0.0-dev", + "target": "pallet_message_queue" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "polkadot-core-primitives 1.0.0", + "target": "polkadot_core_primitives" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "rococo-runtime-constants 1.0.0", + "target": "rococo_runtime_constants" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "sp-consensus-aura 0.10.0-dev", + "target": "sp_consensus_aura" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "staging-parachain-info 0.1.0", + "target": "staging_parachain_info", + "alias": "parachain_info" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + }, + { + "id": "staging-xcm-builder 1.0.0", + "target": "staging_xcm_builder", + "alias": "xcm_builder" + }, + { + "id": "westend-runtime-constants 1.0.0", + "target": "westend_runtime_constants" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "Apache-2.0" + }, + "parity-db 0.4.12": { + "name": "parity-db", + "version": "0.4.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parity-db/0.4.12/download", + "sha256": "59e9ab494af9e6e813c72170f0d3c1de1500990d62c97cc05cc7576f91aa402f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parity_db", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parity_db", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "crc32fast 1.3.2", + "target": "crc32fast" + }, + { + "id": "fs2 0.4.3", + "target": "fs2" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "lz4 1.24.0", + "target": "lz4" + }, + { + "id": "memmap2 0.5.10", + "target": "memmap2" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "siphasher 0.3.11", + "target": "siphasher" + }, + { + "id": "snap 1.1.0", + "target": "snap" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.12" + }, + "license": "MIT OR Apache-2.0" + }, + "parity-scale-codec 3.6.5": { + "name": "parity-scale-codec", + "version": "3.6.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parity-scale-codec/3.6.5/download", + "sha256": "0dec8a8073036902368c2cdc0387e85ff9a37054d7e7c98e592145e0c92cd4fb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parity_scale_codec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parity_scale_codec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "bit-vec", + "bitvec", + "bytes", + "chain-error", + "default", + "derive", + "full", + "max-encoded-len", + "parity-scale-codec-derive", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "byte-slice-cast 1.2.2", + "target": "byte_slice_cast" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + }, + { + "id": "parity-scale-codec-derive 3.6.5", + "target": "parity_scale_codec_derive" + } + ], + "selects": {} + }, + "version": "3.6.5" + }, + "license": "Apache-2.0" + }, + "parity-scale-codec-derive 3.6.5": { + "name": "parity-scale-codec-derive", + "version": "3.6.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parity-scale-codec-derive/3.6.5/download", + "sha256": "312270ee71e1cd70289dacf597cab7b207aa107d2f28191c2ae45b2ece18a260" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "parity_scale_codec_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parity_scale_codec_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "max-encoded-len" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "3.6.5" + }, + "license": "Apache-2.0" + }, + "parity-send-wrapper 0.1.0": { + "name": "parity-send-wrapper", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parity-send-wrapper/0.1.0/download", + "sha256": "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parity_send_wrapper", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parity_send_wrapper", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "parity-wasm 0.45.0": { + "name": "parity-wasm", + "version": "0.45.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parity-wasm/0.45.0/download", + "sha256": "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parity_wasm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parity_wasm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.45.0" + }, + "license": "MIT/Apache-2.0" + }, + "parking 2.2.0": { + "name": "parking", + "version": "2.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parking/2.2.0/download", + "sha256": "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parking", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parking", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "2.2.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "parking_lot 0.11.2": { + "name": "parking_lot", + "version": "0.11.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parking_lot/0.11.2/download", + "sha256": "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parking_lot", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parking_lot", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "lock_api 0.4.11", + "target": "lock_api" + }, + { + "id": "parking_lot_core 0.8.6", + "target": "parking_lot_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.2" + }, + "license": "Apache-2.0/MIT" + }, + "parking_lot 0.12.1": { + "name": "parking_lot", + "version": "0.12.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parking_lot/0.12.1/download", + "sha256": "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parking_lot", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parking_lot", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "lock_api 0.4.11", + "target": "lock_api" + }, + { + "id": "parking_lot_core 0.9.9", + "target": "parking_lot_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.1" + }, + "license": "MIT OR Apache-2.0" + }, + "parking_lot_core 0.8.6": { + "name": "parking_lot_core", + "version": "0.8.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parking_lot_core/0.8.6/download", + "sha256": "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parking_lot_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parking_lot_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "parking_lot_core 0.8.6", + "target": "build_script_build" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + } + ], + "selects": { + "cfg(target_os = \"redox\")": [ + { + "id": "redox_syscall 0.2.16", + "target": "syscall" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.8.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0/MIT" + }, + "parking_lot_core 0.9.9": { + "name": "parking_lot_core", + "version": "0.9.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download", + "sha256": "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parking_lot_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "parking_lot_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "parking_lot_core 0.9.9", + "target": "build_script_build" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + } + ], + "selects": { + "cfg(target_os = \"redox\")": [ + { + "id": "redox_syscall 0.4.1", + "target": "syscall" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-targets 0.48.5", + "target": "windows_targets" + } + ] + } + }, + "edition": "2018", + "version": "0.9.9" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "partial_sort 0.2.0": { + "name": "partial_sort", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/partial_sort/0.2.0/download", + "sha256": "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156" + } + }, + "targets": [ + { + "Library": { + "crate_name": "partial_sort", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "partial_sort", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "paste 1.0.14": { + "name": "paste", + "version": "1.0.14", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/paste/1.0.14/download", + "sha256": "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "paste", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "paste", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "paste 1.0.14", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.14" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "pbkdf2 0.12.2": { + "name": "pbkdf2", + "version": "0.12.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pbkdf2/0.12.2/download", + "sha256": "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pbkdf2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pbkdf2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "digest 0.10.7", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.2" + }, + "license": "MIT OR Apache-2.0" + }, + "pbkdf2 0.8.0": { + "name": "pbkdf2", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pbkdf2/0.8.0/download", + "sha256": "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pbkdf2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pbkdf2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crypto-mac 0.11.1", + "target": "crypto_mac" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.0" + }, + "license": "MIT OR Apache-2.0" + }, + "peeking_take_while 0.1.2": { + "name": "peeking_take_while", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download", + "sha256": "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" + } + }, + "targets": [ + { + "Library": { + "crate_name": "peeking_take_while", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "peeking_take_while", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.2" + }, + "license": "Apache-2.0/MIT" + }, + "pem 1.1.1": { + "name": "pem", + "version": "1.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pem/1.1.1/download", + "sha256": "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pem", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pem", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.13.1", + "target": "base64" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.1.1" + }, + "license": "MIT" + }, + "pem-rfc7468 0.6.0": { + "name": "pem-rfc7468", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pem-rfc7468/0.6.0/download", + "sha256": "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pem_rfc7468", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pem_rfc7468", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64ct 1.6.0", + "target": "base64ct" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.6.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "percent-encoding 2.3.1": { + "name": "percent-encoding", + "version": "2.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/percent-encoding/2.3.1/download", + "sha256": "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "percent_encoding", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "percent_encoding", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "pest 2.7.5": { + "name": "pest", + "version": "2.7.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pest/2.7.5/download", + "sha256": "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "memchr", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "memchr 2.6.4", + "target": "memchr" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "ucd-trie 0.1.6", + "target": "ucd_trie" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.7.5" + }, + "license": "MIT OR Apache-2.0" + }, + "pest_derive 2.7.5": { + "name": "pest_derive", + "version": "2.7.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pest_derive/2.7.5/download", + "sha256": "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "pest_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pest_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "pest 2.7.5", + "target": "pest" + }, + { + "id": "pest_generator 2.7.5", + "target": "pest_generator" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.7.5" + }, + "license": "MIT OR Apache-2.0" + }, + "pest_generator 2.7.5": { + "name": "pest_generator", + "version": "2.7.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pest_generator/2.7.5/download", + "sha256": "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pest_generator", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pest_generator", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "pest 2.7.5", + "target": "pest" + }, + { + "id": "pest_meta 2.7.5", + "target": "pest_meta" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.7.5" + }, + "license": "MIT OR Apache-2.0" + }, + "pest_meta 2.7.5": { + "name": "pest_meta", + "version": "2.7.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pest_meta/2.7.5/download", + "sha256": "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pest_meta", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pest_meta", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "pest 2.7.5", + "target": "pest" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.7.5" + }, + "license": "MIT OR Apache-2.0" + }, + "petgraph 0.6.4": { + "name": "petgraph", + "version": "0.6.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/petgraph/0.6.4/download", + "sha256": "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "petgraph", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "petgraph", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "graphmap", + "matrix_graph", + "stable_graph" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fixedbitset 0.4.2", + "target": "fixedbitset" + }, + { + "id": "indexmap 2.1.0", + "target": "indexmap" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.4" + }, + "license": "MIT OR Apache-2.0" + }, + "pin-project 1.1.3": { + "name": "pin-project", + "version": "1.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pin-project/1.1.3/download", + "sha256": "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pin_project", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pin_project", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "pin-project-internal 1.1.3", + "target": "pin_project_internal" + } + ], + "selects": {} + }, + "version": "1.1.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "pin-project-internal 1.1.3": { + "name": "pin-project-internal", + "version": "1.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pin-project-internal/1.1.3/download", + "sha256": "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "pin_project_internal", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pin_project_internal", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.1.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "pin-project-lite 0.1.12": { + "name": "pin-project-lite", + "version": "0.1.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pin-project-lite/0.1.12/download", + "sha256": "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pin_project_lite", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pin_project_lite", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.12" + }, + "license": "Apache-2.0 OR MIT" + }, + "pin-project-lite 0.2.13": { + "name": "pin-project-lite", + "version": "0.2.13", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download", + "sha256": "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pin_project_lite", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pin_project_lite", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.2.13" + }, + "license": "Apache-2.0 OR MIT" + }, + "pin-utils 0.1.0": { + "name": "pin-utils", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pin-utils/0.1.0/download", + "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pin_utils", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pin_utils", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "piper 0.2.1": { + "name": "piper", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/piper/0.2.1/download", + "sha256": "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "piper", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "piper", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "futures-io", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "atomic-waker 1.1.2", + "target": "atomic_waker" + }, + { + "id": "fastrand 2.0.1", + "target": "fastrand" + }, + { + "id": "futures-io 0.3.29", + "target": "futures_io" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.1" + }, + "license": "MIT OR Apache-2.0" + }, + "pkcs8 0.10.2": { + "name": "pkcs8", + "version": "0.10.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pkcs8/0.10.2/download", + "sha256": "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pkcs8", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pkcs8", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "der 0.7.8", + "target": "der" + }, + { + "id": "spki 0.7.2", + "target": "spki" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "pkcs8 0.9.0": { + "name": "pkcs8", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pkcs8/0.9.0/download", + "sha256": "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pkcs8", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pkcs8", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "der 0.6.1", + "target": "der" + }, + { + "id": "spki 0.6.0", + "target": "spki" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.9.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "pkg-config 0.3.27": { + "name": "pkg-config", + "version": "0.3.27", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/pkg-config/0.3.27/download", + "sha256": "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pkg_config", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "pkg_config", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.3.27" + }, + "license": "MIT OR Apache-2.0" + }, + "platforms 3.2.0": { + "name": "platforms", + "version": "3.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/platforms/3.2.0/download", + "sha256": "14e6ab3f592e6fb464fc9712d8d6e6912de6473954635fd76a589d832cffcbb0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "platforms", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "platforms", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "3.2.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "polkadot-approval-distribution 1.0.0": { + "name": "polkadot-approval-distribution", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/network/approval-distribution" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_approval_distribution", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_approval_distribution", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "polkadot-node-jaeger 1.0.0", + "target": "polkadot_node_jaeger" + }, + { + "id": "polkadot-node-metrics 1.0.0", + "target": "polkadot_node_metrics" + }, + { + "id": "polkadot-node-network-protocol 1.0.0", + "target": "polkadot_node_network_protocol" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-availability-bitfield-distribution 1.0.0": { + "name": "polkadot-availability-bitfield-distribution", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/network/bitfield-distribution" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_availability_bitfield_distribution", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_availability_bitfield_distribution", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "always-assert 0.1.3", + "target": "always_assert" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "polkadot-node-network-protocol 1.0.0", + "target": "polkadot_node_network_protocol" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-availability-distribution 1.0.0": { + "name": "polkadot-availability-distribution", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/network/availability-distribution" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_availability_distribution", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_availability_distribution", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "fatality 0.0.6", + "target": "fatality" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-erasure-coding 1.0.0", + "target": "polkadot_erasure_coding" + }, + { + "id": "polkadot-node-network-protocol 1.0.0", + "target": "polkadot_node_network_protocol" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-availability-recovery 1.0.0": { + "name": "polkadot-availability-recovery", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/network/availability-recovery" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_availability_recovery", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_availability_recovery", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "fatality 0.0.6", + "target": "fatality" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-erasure-coding 1.0.0", + "target": "polkadot_erasure_coding" + }, + { + "id": "polkadot-node-network-protocol 1.0.0", + "target": "polkadot_node_network_protocol" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-cli 1.1.0": { + "name": "polkadot-cli", + "version": "1.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/cli" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_cli", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_cli", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "clap", + "cli", + "db", + "default", + "frame-benchmarking-cli", + "full-node", + "sc-cli", + "sc-service", + "sc-tracing", + "service", + "try-runtime-cli" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "clap 4.4.8", + "target": "clap" + }, + { + "id": "frame-benchmarking-cli 4.0.0-dev", + "target": "frame_benchmarking_cli" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "polkadot-cli 1.1.0", + "target": "build_script_build" + }, + { + "id": "polkadot-node-metrics 1.0.0", + "target": "polkadot_node_metrics" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-service 1.0.0", + "target": "polkadot_service", + "alias": "service" + }, + { + "id": "sc-cli 0.10.0-dev", + "target": "sc_cli" + }, + { + "id": "sc-executor 0.10.0-dev", + "target": "sc_executor" + }, + { + "id": "sc-service 0.10.0-dev", + "target": "sc_service" + }, + { + "id": "sc-storage-monitor 0.1.0", + "target": "sc_storage_monitor" + }, + { + "id": "sc-sysinfo 6.0.0-dev", + "target": "sc_sysinfo" + }, + { + "id": "sc-tracing 4.0.0-dev", + "target": "sc_tracing" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-keyring 24.0.0", + "target": "sp_keyring" + }, + { + "id": "sp-maybe-compressed-blob 4.1.0-dev", + "target": "sp_maybe_compressed_blob" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "try-runtime-cli 0.10.0-dev", + "target": "try_runtime_cli" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.1.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "substrate-build-script-utils 3.0.0", + "target": "substrate_build_script_utils" + } + ], + "selects": {} + } + }, + "license": "GPL-3.0-only" + }, + "polkadot-collator-protocol 1.0.0": { + "name": "polkadot-collator-protocol", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/network/collator-protocol" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_collator_protocol", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_collator_protocol", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "fatality 0.0.6", + "target": "fatality" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "polkadot-node-network-protocol 1.0.0", + "target": "polkadot_node_network_protocol" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-core-primitives 1.0.0": { + "name": "polkadot-core-primitives", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/core-primitives" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_core_primitives", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_core_primitives", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-dispute-distribution 1.0.0": { + "name": "polkadot-dispute-distribution", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/network/dispute-distribution" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_dispute_distribution", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_dispute_distribution", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "fatality 0.0.6", + "target": "fatality" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "indexmap 1.9.3", + "target": "indexmap" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-erasure-coding 1.0.0", + "target": "polkadot_erasure_coding" + }, + { + "id": "polkadot-node-network-protocol 1.0.0", + "target": "polkadot_node_network_protocol" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-erasure-coding 1.0.0": { + "name": "polkadot-erasure-coding", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/erasure-coding" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_erasure_coding", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_erasure_coding", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "reed-solomon-novelpoly 1.0.2", + "target": "reed_solomon_novelpoly", + "alias": "novelpoly" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-gossip-support 1.0.0": { + "name": "polkadot-gossip-support", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/network/gossip-support" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_gossip_support", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_gossip_support", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "polkadot-node-network-protocol 1.0.0", + "target": "polkadot_node_network_protocol" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-network-common 0.10.0-dev", + "target": "sc_network_common" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-network-bridge 1.0.0": { + "name": "polkadot-network-bridge", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/network/bridge" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_network_bridge", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_network_bridge", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "always-assert 0.1.3", + "target": "always_assert" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "fatality 0.0.6", + "target": "fatality" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "polkadot-node-metrics 1.0.0", + "target": "polkadot_node_metrics" + }, + { + "id": "polkadot-node-network-protocol 1.0.0", + "target": "polkadot_node_network_protocol" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-overseer 1.0.0", + "target": "polkadot_overseer" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-collation-generation 1.0.0": { + "name": "polkadot-node-collation-generation", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/collation-generation" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_collation_generation", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_collation_generation", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-erasure-coding 1.0.0", + "target": "polkadot_erasure_coding" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-maybe-compressed-blob 4.1.0-dev", + "target": "sp_maybe_compressed_blob" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-core-approval-voting 1.0.0": { + "name": "polkadot-node-core-approval-voting", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/core/approval-voting" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_core_approval_voting", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_core_approval_voting", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "kvdb 0.13.0", + "target": "kvdb" + }, + { + "id": "merlin 2.0.1", + "target": "merlin" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-node-jaeger 1.0.0", + "target": "polkadot_node_jaeger" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-overseer 1.0.0", + "target": "polkadot_overseer" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "rand_core 0.5.1", + "target": "rand_core" + }, + { + "id": "sc-keystore 4.0.0-dev", + "target": "sc_keystore" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "schnorrkel 0.9.1", + "target": "schnorrkel" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-slots 0.10.0-dev", + "target": "sp_consensus_slots" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-core-av-store 1.0.0": { + "name": "polkadot-node-core-av-store", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/core/av-store" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_core_av_store", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_core_av_store", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "kvdb 0.13.0", + "target": "kvdb" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-erasure-coding 1.0.0", + "target": "polkadot_erasure_coding", + "alias": "erasure" + }, + { + "id": "polkadot-node-jaeger 1.0.0", + "target": "polkadot_node_jaeger" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-overseer 1.0.0", + "target": "polkadot_overseer" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-core-backing 1.0.0": { + "name": "polkadot-node-core-backing", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/core/backing" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_core_backing", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_core_backing", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "fatality 0.0.6", + "target": "fatality" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "polkadot-erasure-coding 1.0.0", + "target": "polkadot_erasure_coding", + "alias": "erasure_coding" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "polkadot-statement-table 1.0.0", + "target": "polkadot_statement_table", + "alias": "statement_table" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-core-bitfield-signing 1.0.0": { + "name": "polkadot-node-core-bitfield-signing", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/core/bitfield-signing" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_core_bitfield_signing", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_core_bitfield_signing", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + }, + { + "id": "wasm-timer 0.2.5", + "target": "wasm_timer" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-core-candidate-validation 1.0.0": { + "name": "polkadot-node-core-candidate-validation", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/core/candidate-validation" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_core_candidate_validation", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_core_candidate_validation", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-node-metrics 1.0.0", + "target": "polkadot_node_metrics" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-overseer 1.0.0", + "target": "polkadot_overseer" + }, + { + "id": "polkadot-parachain-primitives 1.0.0", + "target": "polkadot_parachain_primitives" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sp-maybe-compressed-blob 4.1.0-dev", + "target": "sp_maybe_compressed_blob" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": { + "cfg(not(any(target_os = \"android\", target_os = \"unknown\")))": [ + { + "id": "polkadot-node-core-pvf 1.0.0", + "target": "polkadot_node_core_pvf" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-core-chain-api 1.0.0": { + "name": "polkadot-node-core-chain-api", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/core/chain-api" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_core_chain_api", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_core_chain_api", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "polkadot-node-metrics 1.0.0", + "target": "polkadot_node_metrics" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus-babe 0.10.0-dev", + "target": "sc_consensus_babe" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-core-chain-selection 1.0.0": { + "name": "polkadot-node-core-chain-selection", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/core/chain-selection" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_core_chain_selection", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_core_chain_selection", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "kvdb 0.13.0", + "target": "kvdb" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-core-dispute-coordinator 1.0.0": { + "name": "polkadot-node-core-dispute-coordinator", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/core/dispute-coordinator" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_core_dispute_coordinator", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_core_dispute_coordinator", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "fatality 0.0.6", + "target": "fatality" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "kvdb 0.13.0", + "target": "kvdb" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sc-keystore 4.0.0-dev", + "target": "sc_keystore" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-core-parachains-inherent 1.0.0": { + "name": "polkadot-node-core-parachains-inherent", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/core/parachains-inherent" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_core_parachains_inherent", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_core_parachains_inherent", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-overseer 1.0.0", + "target": "polkadot_overseer" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-core-prospective-parachains 1.0.0": { + "name": "polkadot-node-core-prospective-parachains", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/core/prospective-parachains" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_core_prospective_parachains", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_core_prospective_parachains", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "fatality 0.0.6", + "target": "fatality" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-core-provisioner 1.0.0": { + "name": "polkadot-node-core-provisioner", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/core/provisioner" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_core_provisioner", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_core_provisioner", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "fatality 0.0.6", + "target": "fatality" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-core-pvf 1.0.0": { + "name": "polkadot-node-core-pvf", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/core/pvf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_core_pvf", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_core_pvf", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "always-assert 0.1.3", + "target": "always_assert" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "is_executable 1.0.1", + "target": "is_executable" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "polkadot-core-primitives 1.0.0", + "target": "polkadot_core_primitives" + }, + { + "id": "polkadot-node-core-pvf-common 1.0.0", + "target": "polkadot_node_core_pvf_common" + }, + { + "id": "polkadot-node-metrics 1.0.0", + "target": "polkadot_node_metrics" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-parachain-primitives 1.0.0", + "target": "polkadot_parachain_primitives" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "slotmap 1.0.6", + "target": "slotmap" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-maybe-compressed-blob 4.1.0-dev", + "target": "sp_maybe_compressed_blob" + }, + { + "id": "sp-wasm-interface 14.0.0", + "target": "sp_wasm_interface" + }, + { + "id": "tempfile 3.8.1", + "target": "tempfile" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-core-pvf-checker 1.0.0": { + "name": "polkadot-node-core-pvf-checker", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/core/pvf-checker" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_core_pvf_checker", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_core_pvf_checker", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-overseer 1.0.0", + "target": "polkadot_overseer" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-core-pvf-common 1.0.0": { + "name": "polkadot-node-core-pvf-common", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/core/pvf/common" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_core_pvf_common", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_core_pvf_common", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "cpu-time 1.0.0", + "target": "cpu_time" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-parachain-primitives 1.0.0", + "target": "polkadot_parachain_primitives" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sc-executor 0.10.0-dev", + "target": "sc_executor" + }, + { + "id": "sc-executor-common 0.10.0-dev", + "target": "sc_executor_common" + }, + { + "id": "sc-executor-wasmtime 0.10.0-dev", + "target": "sc_executor_wasmtime" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.19.0", + "target": "sp_externalities" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-tracing 10.0.0", + "target": "sp_tracing" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": { + "cfg(target_os = \"linux\")": [ + { + "id": "landlock 0.3.0", + "target": "landlock" + }, + { + "id": "seccompiler 0.4.0", + "target": "seccompiler" + } + ] + } + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-core-runtime-api 1.0.0": { + "name": "polkadot-node-core-runtime-api", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/core/runtime-api" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_core_runtime_api", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_core_runtime_api", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "polkadot-node-metrics 1.0.0", + "target": "polkadot_node_metrics" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-types 1.0.0", + "target": "polkadot_node_subsystem_types" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "sp-consensus-babe 0.10.0-dev", + "target": "sp_consensus_babe" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-jaeger 1.0.0": { + "name": "polkadot-node-jaeger", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/jaeger" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_jaeger", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_jaeger", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "mick-jaeger 0.1.8", + "target": "mick_jaeger" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-metrics 1.0.0": { + "name": "polkadot-node-metrics", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/metrics" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_metrics", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_metrics", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bs58 0.5.0", + "target": "bs58" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives", + "alias": "primitives" + }, + { + "id": "prioritized-metered-channel 0.5.1", + "target": "prioritized_metered_channel", + "alias": "metered" + }, + { + "id": "sc-cli 0.10.0-dev", + "target": "sc_cli" + }, + { + "id": "sc-service 0.10.0-dev", + "target": "sc_service" + }, + { + "id": "sc-tracing 4.0.0-dev", + "target": "sc_tracing" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-network-protocol 1.0.0": { + "name": "polkadot-node-network-protocol", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/network/protocol" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_network_protocol", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_network_protocol", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "fatality 0.0.6", + "target": "fatality" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-node-jaeger 1.0.0", + "target": "polkadot_node_jaeger" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sc-authority-discovery 0.10.0-dev", + "target": "sc_authority_discovery" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "strum 0.24.1", + "target": "strum" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + }, + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-primitives 1.0.0": { + "name": "polkadot-node-primitives", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/primitives" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_primitives", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_primitives", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "bounded-vec 0.7.1", + "target": "bounded_vec" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-parachain-primitives 1.0.0", + "target": "polkadot_parachain_primitives" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "schnorrkel 0.9.1", + "target": "schnorrkel" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-consensus-babe 0.10.0-dev", + "target": "sp_consensus_babe" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-maybe-compressed-blob 4.1.0-dev", + "target": "sp_maybe_compressed_blob" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": { + "cfg(not(target_os = \"unknown\"))": [ + { + "id": "zstd 0.12.4", + "target": "zstd" + } + ] + } + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-subsystem 1.0.0": { + "name": "polkadot-node-subsystem", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/subsystem" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_subsystem", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_subsystem", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "polkadot-node-jaeger 1.0.0", + "target": "polkadot_node_jaeger" + }, + { + "id": "polkadot-node-subsystem-types 1.0.0", + "target": "polkadot_node_subsystem_types" + }, + { + "id": "polkadot-overseer 1.0.0", + "target": "polkadot_overseer" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-subsystem-types 1.0.0": { + "name": "polkadot-node-subsystem-types", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/subsystem-types" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_subsystem_types", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_subsystem_types", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "orchestra 0.3.3", + "target": "orchestra" + }, + { + "id": "polkadot-node-jaeger 1.0.0", + "target": "polkadot_node_jaeger" + }, + { + "id": "polkadot-node-network-protocol 1.0.0", + "target": "polkadot_node_network_protocol" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "polkadot-statement-table 1.0.0", + "target": "polkadot_statement_table" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-authority-discovery 4.0.0-dev", + "target": "sp_authority_discovery" + }, + { + "id": "sp-consensus-babe 0.10.0-dev", + "target": "sp_consensus_babe" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + }, + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-node-subsystem-util 1.0.0": { + "name": "polkadot-node-subsystem-util", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/subsystem-util" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_node_subsystem_util", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_node_subsystem_util", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "fatality 0.0.6", + "target": "fatality" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-channel 0.3.29", + "target": "futures_channel" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "kvdb 0.13.0", + "target": "kvdb" + }, + { + "id": "parity-db 0.4.12", + "target": "parity_db" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "parking_lot 0.11.2", + "target": "parking_lot" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "polkadot-node-jaeger 1.0.0", + "target": "polkadot_node_jaeger" + }, + { + "id": "polkadot-node-metrics 1.0.0", + "target": "polkadot_node_metrics" + }, + { + "id": "polkadot-node-network-protocol 1.0.0", + "target": "polkadot_node_network_protocol" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-types 1.0.0", + "target": "polkadot_node_subsystem_types" + }, + { + "id": "polkadot-overseer 1.0.0", + "target": "polkadot_overseer" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "prioritized-metered-channel 0.5.1", + "target": "prioritized_metered_channel", + "alias": "metered" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + }, + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-overseer 1.0.0": { + "name": "polkadot-overseer", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/overseer" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_overseer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_overseer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "futures_channel" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "orchestra 0.3.3", + "target": "orchestra" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "polkadot-node-metrics 1.0.0", + "target": "polkadot_node_metrics" + }, + { + "id": "polkadot-node-network-protocol 1.0.0", + "target": "polkadot_node_network_protocol" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem-types 1.0.0", + "target": "polkadot_node_subsystem_types" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api", + "alias": "client" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": { + "cfg(target_os = \"linux\")": [ + { + "id": "tikv-jemalloc-ctl 0.5.4", + "target": "tikv_jemalloc_ctl" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-parachain-primitives 1.0.0": { + "name": "polkadot-parachain-primitives", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/parachain" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_parachain_primitives", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_parachain_primitives", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std", + "wasm-api" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bounded-collections 0.1.9", + "target": "bounded_collections" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-core-primitives 1.0.0", + "target": "polkadot_core_primitives" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-weights 20.0.0", + "target": "sp_weights" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-primitives 1.0.0": { + "name": "polkadot-primitives", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/primitives" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_primitives", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_primitives", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "sp-keystore", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "hex-literal 0.4.1", + "target": "hex_literal" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-core-primitives 1.0.0", + "target": "polkadot_core_primitives" + }, + { + "id": "polkadot-parachain-primitives 1.0.0", + "target": "polkadot_parachain_primitives" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto", + "alias": "application_crypto" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-authority-discovery 4.0.0-dev", + "target": "sp_authority_discovery" + }, + { + "id": "sp-consensus-slots 0.10.0-dev", + "target": "sp_consensus_slots" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core", + "alias": "primitives" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents", + "alias": "inherents" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime", + "alias": "runtime_primitives" + }, + { + "id": "sp-staking 4.0.0-dev", + "target": "sp_staking" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-rpc 1.0.0": { + "name": "polkadot-rpc", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/rpc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_rpc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_rpc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "mmr-rpc 4.0.0-dev", + "target": "mmr_rpc" + }, + { + "id": "pallet-transaction-payment-rpc 4.0.0-dev", + "target": "pallet_transaction_payment_rpc" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sc-chain-spec 4.0.0-dev", + "target": "sc_chain_spec" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus-babe 0.10.0-dev", + "target": "sc_consensus_babe" + }, + { + "id": "sc-consensus-babe-rpc 0.10.0-dev", + "target": "sc_consensus_babe_rpc" + }, + { + "id": "sc-consensus-beefy 4.0.0-dev", + "target": "sc_consensus_beefy" + }, + { + "id": "sc-consensus-beefy-rpc 4.0.0-dev", + "target": "sc_consensus_beefy_rpc" + }, + { + "id": "sc-consensus-epochs 0.10.0-dev", + "target": "sc_consensus_epochs" + }, + { + "id": "sc-consensus-grandpa 0.10.0-dev", + "target": "sc_consensus_grandpa" + }, + { + "id": "sc-consensus-grandpa-rpc 0.10.0-dev", + "target": "sc_consensus_grandpa_rpc" + }, + { + "id": "sc-rpc 4.0.0-dev", + "target": "sc_rpc" + }, + { + "id": "sc-sync-state-rpc 0.10.0-dev", + "target": "sc_sync_state_rpc" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api", + "alias": "txpool_api" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-block-builder 4.0.0-dev", + "target": "sp_block_builder" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-babe 0.10.0-dev", + "target": "sp_consensus_babe" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-frame-rpc-system 4.0.0-dev", + "target": "substrate_frame_rpc_system", + "alias": "frame_rpc_system" + }, + { + "id": "substrate-state-trie-migration-rpc 4.0.0-dev", + "target": "substrate_state_trie_migration_rpc" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-runtime-common 1.0.0": { + "name": "polkadot-runtime-common", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/runtime/common" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_runtime_common", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_runtime_common", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "pallet-xcm-benchmarks", + "std", + "xcm-executor" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "frame-election-provider-support 4.0.0-dev", + "target": "frame_election_provider_support" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "libsecp256k1 0.7.1", + "target": "libsecp256k1" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-authorship 4.0.0-dev", + "target": "pallet_authorship" + }, + { + "id": "pallet-balances 4.0.0-dev", + "target": "pallet_balances" + }, + { + "id": "pallet-election-provider-multi-phase 4.0.0-dev", + "target": "pallet_election_provider_multi_phase" + }, + { + "id": "pallet-fast-unstake 4.0.0-dev", + "target": "pallet_fast_unstake" + }, + { + "id": "pallet-identity 4.0.0-dev", + "target": "pallet_identity" + }, + { + "id": "pallet-session 4.0.0-dev", + "target": "pallet_session" + }, + { + "id": "pallet-staking 4.0.0-dev", + "target": "pallet_staking" + }, + { + "id": "pallet-staking-reward-fn 4.0.0-dev", + "target": "pallet_staking_reward_fn" + }, + { + "id": "pallet-timestamp 4.0.0-dev", + "target": "pallet_timestamp" + }, + { + "id": "pallet-transaction-payment 4.0.0-dev", + "target": "pallet_transaction_payment" + }, + { + "id": "pallet-treasury 4.0.0-dev", + "target": "pallet_treasury" + }, + { + "id": "pallet-vesting 4.0.0-dev", + "target": "pallet_vesting" + }, + { + "id": "pallet-xcm-benchmarks 1.0.0", + "target": "pallet_xcm_benchmarks" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives", + "alias": "primitives" + }, + { + "id": "polkadot-runtime-parachains 1.0.0", + "target": "polkadot_runtime_parachains", + "alias": "runtime_parachains" + }, + { + "id": "rustc-hex 2.1.0", + "target": "rustc_hex" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "slot-range-helper 1.0.0", + "target": "slot_range_helper" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents", + "alias": "inherents" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-npos-elections 4.0.0-dev", + "target": "sp_npos_elections" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-session 4.0.0-dev", + "target": "sp_session" + }, + { + "id": "sp-staking 4.0.0-dev", + "target": "sp_staking" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + }, + { + "id": "staging-xcm-builder 1.0.0", + "target": "staging_xcm_builder", + "alias": "xcm_builder" + }, + { + "id": "staging-xcm-executor 1.0.0", + "target": "staging_xcm_executor", + "alias": "xcm_executor" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + }, + { + "id": "serde_derive 1.0.193", + "target": "serde_derive" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-runtime-metrics 1.0.0": { + "name": "polkadot-runtime-metrics", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/runtime/metrics" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_runtime_metrics", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_runtime_metrics", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bs58 0.5.0", + "target": "bs58" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives", + "alias": "primitives" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-tracing 10.0.0", + "target": "sp_tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-runtime-parachains 1.0.0": { + "name": "polkadot-runtime-parachains", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/runtime/parachains" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_runtime_parachains", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_runtime_parachains", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "sp-keystore", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-authority-discovery 4.0.0-dev", + "target": "pallet_authority_discovery" + }, + { + "id": "pallet-authorship 4.0.0-dev", + "target": "pallet_authorship" + }, + { + "id": "pallet-babe 4.0.0-dev", + "target": "pallet_babe" + }, + { + "id": "pallet-balances 4.0.0-dev", + "target": "pallet_balances" + }, + { + "id": "pallet-message-queue 7.0.0-dev", + "target": "pallet_message_queue" + }, + { + "id": "pallet-session 4.0.0-dev", + "target": "pallet_session" + }, + { + "id": "pallet-staking 4.0.0-dev", + "target": "pallet_staking" + }, + { + "id": "pallet-timestamp 4.0.0-dev", + "target": "pallet_timestamp" + }, + { + "id": "pallet-vesting 4.0.0-dev", + "target": "pallet_vesting" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-core-primitives 1.0.0", + "target": "polkadot_core_primitives" + }, + { + "id": "polkadot-parachain-primitives 1.0.0", + "target": "polkadot_parachain_primitives" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives", + "alias": "primitives" + }, + { + "id": "polkadot-runtime-metrics 1.0.0", + "target": "polkadot_runtime_metrics" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "rustc-hex 2.1.0", + "target": "rustc_hex" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents", + "alias": "inherents" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-session 4.0.0-dev", + "target": "sp_session" + }, + { + "id": "sp-staking 4.0.0-dev", + "target": "sp_staking" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + }, + { + "id": "staging-xcm-executor 1.0.0", + "target": "staging_xcm_executor", + "alias": "xcm_executor" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + }, + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-service 1.0.0": { + "name": "polkadot-service", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/service" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_service", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_service", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "db", + "default", + "full-node", + "kvdb-rocksdb", + "parity-db", + "polkadot-approval-distribution", + "polkadot-availability-bitfield-distribution", + "polkadot-availability-distribution", + "polkadot-availability-recovery", + "polkadot-collator-protocol", + "polkadot-dispute-distribution", + "polkadot-gossip-support", + "polkadot-network-bridge", + "polkadot-node-collation-generation", + "polkadot-node-core-approval-voting", + "polkadot-node-core-av-store", + "polkadot-node-core-backing", + "polkadot-node-core-bitfield-signing", + "polkadot-node-core-candidate-validation", + "polkadot-node-core-chain-api", + "polkadot-node-core-chain-selection", + "polkadot-node-core-dispute-coordinator", + "polkadot-node-core-prospective-parachains", + "polkadot-node-core-provisioner", + "polkadot-node-core-pvf", + "polkadot-node-core-pvf-checker", + "polkadot-node-core-runtime-api", + "polkadot-statement-distribution" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-benchmarking 4.0.0-dev", + "target": "frame_benchmarking" + }, + { + "id": "frame-benchmarking-cli 4.0.0-dev", + "target": "frame_benchmarking_cli" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "frame-system-rpc-runtime-api 4.0.0-dev", + "target": "frame_system_rpc_runtime_api" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "hex-literal 0.4.1", + "target": "hex_literal" + }, + { + "id": "is_executable 1.0.1", + "target": "is_executable" + }, + { + "id": "kvdb 0.13.0", + "target": "kvdb" + }, + { + "id": "kvdb-rocksdb 0.19.0", + "target": "kvdb_rocksdb" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "mmr-gadget 4.0.0-dev", + "target": "mmr_gadget" + }, + { + "id": "pallet-babe 4.0.0-dev", + "target": "pallet_babe" + }, + { + "id": "pallet-im-online 4.0.0-dev", + "target": "pallet_im_online" + }, + { + "id": "pallet-staking 4.0.0-dev", + "target": "pallet_staking" + }, + { + "id": "pallet-transaction-payment 4.0.0-dev", + "target": "pallet_transaction_payment" + }, + { + "id": "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev", + "target": "pallet_transaction_payment_rpc_runtime_api" + }, + { + "id": "parity-db 0.4.12", + "target": "parity_db" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "polkadot-approval-distribution 1.0.0", + "target": "polkadot_approval_distribution" + }, + { + "id": "polkadot-availability-bitfield-distribution 1.0.0", + "target": "polkadot_availability_bitfield_distribution" + }, + { + "id": "polkadot-availability-distribution 1.0.0", + "target": "polkadot_availability_distribution" + }, + { + "id": "polkadot-availability-recovery 1.0.0", + "target": "polkadot_availability_recovery" + }, + { + "id": "polkadot-collator-protocol 1.0.0", + "target": "polkadot_collator_protocol" + }, + { + "id": "polkadot-core-primitives 1.0.0", + "target": "polkadot_core_primitives" + }, + { + "id": "polkadot-dispute-distribution 1.0.0", + "target": "polkadot_dispute_distribution" + }, + { + "id": "polkadot-gossip-support 1.0.0", + "target": "polkadot_gossip_support" + }, + { + "id": "polkadot-network-bridge 1.0.0", + "target": "polkadot_network_bridge" + }, + { + "id": "polkadot-node-collation-generation 1.0.0", + "target": "polkadot_node_collation_generation" + }, + { + "id": "polkadot-node-core-approval-voting 1.0.0", + "target": "polkadot_node_core_approval_voting" + }, + { + "id": "polkadot-node-core-av-store 1.0.0", + "target": "polkadot_node_core_av_store" + }, + { + "id": "polkadot-node-core-backing 1.0.0", + "target": "polkadot_node_core_backing" + }, + { + "id": "polkadot-node-core-bitfield-signing 1.0.0", + "target": "polkadot_node_core_bitfield_signing" + }, + { + "id": "polkadot-node-core-candidate-validation 1.0.0", + "target": "polkadot_node_core_candidate_validation" + }, + { + "id": "polkadot-node-core-chain-api 1.0.0", + "target": "polkadot_node_core_chain_api" + }, + { + "id": "polkadot-node-core-chain-selection 1.0.0", + "target": "polkadot_node_core_chain_selection" + }, + { + "id": "polkadot-node-core-dispute-coordinator 1.0.0", + "target": "polkadot_node_core_dispute_coordinator" + }, + { + "id": "polkadot-node-core-parachains-inherent 1.0.0", + "target": "polkadot_node_core_parachains_inherent" + }, + { + "id": "polkadot-node-core-prospective-parachains 1.0.0", + "target": "polkadot_node_core_prospective_parachains" + }, + { + "id": "polkadot-node-core-provisioner 1.0.0", + "target": "polkadot_node_core_provisioner" + }, + { + "id": "polkadot-node-core-pvf 1.0.0", + "target": "polkadot_node_core_pvf" + }, + { + "id": "polkadot-node-core-pvf-checker 1.0.0", + "target": "polkadot_node_core_pvf_checker" + }, + { + "id": "polkadot-node-core-runtime-api 1.0.0", + "target": "polkadot_node_core_runtime_api" + }, + { + "id": "polkadot-node-network-protocol 1.0.0", + "target": "polkadot_node_network_protocol" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-types 1.0.0", + "target": "polkadot_node_subsystem_types" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-overseer 1.0.0", + "target": "polkadot_overseer" + }, + { + "id": "polkadot-parachain-primitives 1.0.0", + "target": "polkadot_parachain_primitives" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "polkadot-rpc 1.0.0", + "target": "polkadot_rpc" + }, + { + "id": "polkadot-runtime-parachains 1.0.0", + "target": "polkadot_runtime_parachains" + }, + { + "id": "polkadot-statement-distribution 1.0.0", + "target": "polkadot_statement_distribution" + }, + { + "id": "sc-authority-discovery 0.10.0-dev", + "target": "sc_authority_discovery" + }, + { + "id": "sc-basic-authorship 0.10.0-dev", + "target": "sc_basic_authorship" + }, + { + "id": "sc-block-builder 0.10.0-dev", + "target": "sc_block_builder" + }, + { + "id": "sc-chain-spec 4.0.0-dev", + "target": "sc_chain_spec" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-client-db 0.10.0-dev", + "target": "sc_client_db" + }, + { + "id": "sc-consensus 0.10.0-dev", + "target": "sc_consensus" + }, + { + "id": "sc-consensus-babe 0.10.0-dev", + "target": "sc_consensus_babe", + "alias": "babe" + }, + { + "id": "sc-consensus-beefy 4.0.0-dev", + "target": "sc_consensus_beefy", + "alias": "beefy" + }, + { + "id": "sc-consensus-grandpa 0.10.0-dev", + "target": "sc_consensus_grandpa", + "alias": "grandpa" + }, + { + "id": "sc-consensus-slots 0.10.0-dev", + "target": "sc_consensus_slots" + }, + { + "id": "sc-executor 0.10.0-dev", + "target": "sc_executor" + }, + { + "id": "sc-keystore 4.0.0-dev", + "target": "sc_keystore" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-network-common 0.10.0-dev", + "target": "sc_network_common" + }, + { + "id": "sc-network-sync 0.10.0-dev", + "target": "sc_network_sync" + }, + { + "id": "sc-offchain 4.0.0-dev", + "target": "sc_offchain" + }, + { + "id": "sc-service 0.10.0-dev", + "target": "sc_service", + "alias": "service" + }, + { + "id": "sc-sync-state-rpc 0.10.0-dev", + "target": "sc_sync_state_rpc" + }, + { + "id": "sc-sysinfo 6.0.0-dev", + "target": "sc_sysinfo" + }, + { + "id": "sc-telemetry 4.0.0-dev", + "target": "sc_telemetry", + "alias": "telemetry" + }, + { + "id": "sc-transaction-pool 4.0.0-dev", + "target": "sc_transaction_pool" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-authority-discovery 4.0.0-dev", + "target": "sp_authority_discovery" + }, + { + "id": "sp-block-builder 4.0.0-dev", + "target": "sp_block_builder" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus", + "alias": "consensus_common" + }, + { + "id": "sp-consensus-babe 0.10.0-dev", + "target": "sp_consensus_babe" + }, + { + "id": "sp-consensus-beefy 4.0.0-dev", + "target": "sp_consensus_beefy", + "alias": "beefy_primitives" + }, + { + "id": "sp-consensus-grandpa 4.0.0-dev", + "target": "sp_consensus_grandpa", + "alias": "grandpa_primitives" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-keyring 24.0.0", + "target": "sp_keyring" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-mmr-primitives 4.0.0-dev", + "target": "sp_mmr_primitives" + }, + { + "id": "sp-offchain 4.0.0-dev", + "target": "sp_offchain" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-session 4.0.0-dev", + "target": "sp_session" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-storage 13.0.0", + "target": "sp_storage" + }, + { + "id": "sp-timestamp 4.0.0-dev", + "target": "sp_timestamp" + }, + { + "id": "sp-transaction-pool 4.0.0-dev", + "target": "sp_transaction_pool" + }, + { + "id": "sp-version 22.0.0", + "target": "sp_version" + }, + { + "id": "sp-weights 20.0.0", + "target": "sp_weights" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-statement-distribution 1.0.0": { + "name": "polkadot-statement-distribution", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/network/statement-distribution" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_statement_distribution", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_statement_distribution", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "fatality 0.0.6", + "target": "fatality" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "indexmap 1.9.3", + "target": "indexmap" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-node-network-protocol 1.0.0", + "target": "polkadot_node_network_protocol" + }, + { + "id": "polkadot-node-primitives 1.0.0", + "target": "polkadot_node_primitives" + }, + { + "id": "polkadot-node-subsystem 1.0.0", + "target": "polkadot_node_subsystem" + }, + { + "id": "polkadot-node-subsystem-types 1.0.0", + "target": "polkadot_node_subsystem_types" + }, + { + "id": "polkadot-node-subsystem-util 1.0.0", + "target": "polkadot_node_subsystem_util" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-staking 4.0.0-dev", + "target": "sp_staking" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing-gum 1.0.0", + "target": "tracing_gum", + "alias": "gum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polkadot-statement-table 1.0.0": { + "name": "polkadot-statement-table", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/statement-table" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polkadot_statement_table", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polkadot_statement_table", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives", + "alias": "primitives" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "polling 2.8.0": { + "name": "polling", + "version": "2.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/polling/2.8.0/download", + "sha256": "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polling", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polling", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "polling 2.8.0", + "target": "build_script_build" + } + ], + "selects": { + "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "concurrent-queue 2.3.0", + "target": "concurrent_queue" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "2.8.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "polling 3.3.0": { + "name": "polling", + "version": "3.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/polling/3.3.0/download", + "sha256": "e53b6af1f60f36f8c2ac2aad5459d75a5a9b4be1e8cdd40264f315d78193e531" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polling", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polling", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": { + "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))": [ + { + "id": "rustix 0.38.24", + "target": "rustix" + } + ], + "cfg(windows)": [ + { + "id": "concurrent-queue 2.3.0", + "target": "concurrent_queue" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "3.3.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "poly1305 0.8.0": { + "name": "poly1305", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/poly1305/0.8.0/download", + "sha256": "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "poly1305", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "poly1305", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + }, + { + "id": "universal-hash 0.5.1", + "target": "universal_hash" + } + ], + "selects": { + "cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.11", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2021", + "version": "0.8.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "polyval 0.5.3": { + "name": "polyval", + "version": "0.5.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/polyval/0.5.3/download", + "sha256": "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polyval", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polyval", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + }, + { + "id": "universal-hash 0.4.1", + "target": "universal_hash" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.11", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.5.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "polyval 0.6.1": { + "name": "polyval", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/polyval/0.6.1/download", + "sha256": "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polyval", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "polyval", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + }, + { + "id": "universal-hash 0.5.1", + "target": "universal_hash" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.11", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2021", + "version": "0.6.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "portable-atomic 1.5.1": { + "name": "portable-atomic", + "version": "1.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/portable-atomic/1.5.1/download", + "sha256": "3bccab0e7fd7cc19f820a1c8c91720af652d0c88dc9664dd72aef2614f04af3b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "portable_atomic", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "portable_atomic", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "fallback" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "portable-atomic 1.5.1", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.5.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 OR MIT" + }, + "powerfmt 0.2.0": { + "name": "powerfmt", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/powerfmt/0.2.0/download", + "sha256": "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" + } + }, + "targets": [ + { + "Library": { + "crate_name": "powerfmt", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "powerfmt", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.2.0" + }, + "license": "MIT OR Apache-2.0" + }, + "ppv-lite86 0.2.17": { + "name": "ppv-lite86", + "version": "0.2.17", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download", + "sha256": "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ppv_lite86", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ppv_lite86", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "simd", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.17" + }, + "license": "MIT/Apache-2.0" + }, + "predicates 2.1.5": { + "name": "predicates", + "version": "2.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/predicates/2.1.5/download", + "sha256": "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "predicates", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "predicates", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "diff", + "float-cmp", + "normalize-line-endings", + "regex" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "difflib 0.4.0", + "target": "difflib" + }, + { + "id": "float-cmp 0.9.0", + "target": "float_cmp" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "normalize-line-endings 0.3.0", + "target": "normalize_line_endings" + }, + { + "id": "predicates-core 1.0.6", + "target": "predicates_core" + }, + { + "id": "regex 1.10.2", + "target": "regex" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.1.5" + }, + "license": "MIT OR Apache-2.0" + }, + "predicates-core 1.0.6": { + "name": "predicates-core", + "version": "1.0.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/predicates-core/1.0.6/download", + "sha256": "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" + } + }, + "targets": [ + { + "Library": { + "crate_name": "predicates_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "predicates_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "1.0.6" + }, + "license": "MIT OR Apache-2.0" + }, + "predicates-tree 1.0.9": { + "name": "predicates-tree", + "version": "1.0.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/predicates-tree/1.0.9/download", + "sha256": "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "predicates_tree", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "predicates_tree", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "predicates-core 1.0.6", + "target": "predicates_core" + }, + { + "id": "termtree 0.4.1", + "target": "termtree" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.9" + }, + "license": "MIT OR Apache-2.0" + }, + "prettyplease 0.1.25": { + "name": "prettyplease", + "version": "0.1.25", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prettyplease/0.1.25/download", + "sha256": "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prettyplease", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prettyplease", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prettyplease 0.1.25", + "target": "build_script_build" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.25" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "links": "prettyplease01" + }, + "license": "MIT OR Apache-2.0" + }, + "prettyplease 0.2.15": { + "name": "prettyplease", + "version": "0.2.15", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prettyplease/0.2.15/download", + "sha256": "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prettyplease", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prettyplease", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prettyplease 0.2.15", + "target": "build_script_build" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.15" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "links": "prettyplease02" + }, + "license": "MIT OR Apache-2.0" + }, + "primitive-types 0.12.2": { + "name": "primitive-types", + "version": "0.12.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/primitive-types/0.12.2/download", + "sha256": "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "primitive_types", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "primitive_types", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "byteorder", + "codec", + "impl-codec", + "impl-serde", + "rustc-hex", + "scale-info", + "scale-info-crate", + "serde", + "serde_no_std", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fixed-hash 0.8.0", + "target": "fixed_hash" + }, + { + "id": "impl-codec 0.6.0", + "target": "impl_codec" + }, + { + "id": "impl-serde 0.4.0", + "target": "impl_serde" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info", + "alias": "scale_info_crate" + }, + { + "id": "uint 0.9.5", + "target": "uint" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.12.2" + }, + "license": "MIT OR Apache-2.0" + }, + "prioritized-metered-channel 0.5.1": { + "name": "prioritized-metered-channel", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prioritized-metered-channel/0.5.1/download", + "sha256": "e99f0c89bd88f393aab44a4ab949351f7bc7e7e1179d11ecbfe50cbe4c47e342" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prioritized_metered_channel", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prioritized_metered_channel", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "futures_channel" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "coarsetime 0.1.33", + "target": "coarsetime" + }, + { + "id": "crossbeam-queue 0.3.8", + "target": "crossbeam_queue" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "nanorand 0.7.0", + "target": "nanorand" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "0.5.1" + }, + "license": "MIT OR Apache-2.0" + }, + "proc-macro-crate 0.1.5": { + "name": "proc-macro-crate", + "version": "0.1.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/proc-macro-crate/0.1.5/download", + "sha256": "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proc_macro_crate", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proc_macro_crate", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "toml 0.5.11", + "target": "toml" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.5" + }, + "license": "Apache-2.0/MIT" + }, + "proc-macro-crate 1.3.1": { + "name": "proc-macro-crate", + "version": "1.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download", + "sha256": "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proc_macro_crate", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proc_macro_crate", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "toml_edit 0.19.15", + "target": "toml_edit" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "proc-macro-crate 2.0.0": { + "name": "proc-macro-crate", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/proc-macro-crate/2.0.0/download", + "sha256": "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proc_macro_crate", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proc_macro_crate", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "toml_edit 0.20.7", + "target": "toml_edit" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.0.0" + }, + "license": "MIT OR Apache-2.0" + }, + "proc-macro-error 1.0.4": { + "name": "proc-macro-error", + "version": "1.0.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download", + "sha256": "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proc_macro_error", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proc_macro_error", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "syn", + "syn-error" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro-error 1.0.4", + "target": "build_script_build" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "proc-macro-error-attr 1.0.4", + "target": "proc_macro_error_attr" + } + ], + "selects": {} + }, + "version": "1.0.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "proc-macro-error-attr 1.0.4": { + "name": "proc-macro-error-attr", + "version": "1.0.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download", + "sha256": "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "proc_macro_error_attr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proc_macro_error_attr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro-error-attr 1.0.4", + "target": "build_script_build" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "proc-macro-warning 1.0.0": { + "name": "proc-macro-warning", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/proc-macro-warning/1.0.0/download", + "sha256": "9b698b0b09d40e9b7c1a47b132d66a8b54bcd20583d9b6d06e4535e383b4405c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proc_macro_warning", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proc_macro_warning", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro-warning 1.0.0", + "target": "build_script_build" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "GPL-3.0 OR Apache-2.0" + }, + "proc-macro2 1.0.69": { + "name": "proc-macro2", + "version": "1.0.69", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/proc-macro2/1.0.69/download", + "sha256": "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proc_macro2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proc_macro2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "proc-macro", + "span-locations" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "build_script_build" + }, + { + "id": "unicode-ident 1.0.12", + "target": "unicode_ident" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.69" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "prometheus 0.13.3": { + "name": "prometheus", + "version": "0.13.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prometheus/0.13.3/download", + "sha256": "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prometheus", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prometheus", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "memchr 2.6.4", + "target": "memchr" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "prometheus 0.13.3", + "target": "build_script_build" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.13.3" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0" + }, + "prometheus-client 0.19.0": { + "name": "prometheus-client", + "version": "0.19.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prometheus-client/0.19.0/download", + "sha256": "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prometheus_client", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prometheus_client", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "dtoa 1.0.9", + "target": "dtoa" + }, + { + "id": "itoa 1.0.9", + "target": "itoa" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "prometheus-client 0.19.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "prometheus-client-derive-encode 0.4.2", + "target": "prometheus_client_derive_encode" + } + ], + "selects": {} + }, + "version": "0.19.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 OR MIT" + }, + "prometheus-client-derive-encode 0.4.2": { + "name": "prometheus-client-derive-encode", + "version": "0.4.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prometheus-client-derive-encode/0.4.2/download", + "sha256": "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "prometheus_client_derive_encode", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prometheus_client_derive_encode", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "proptest 1.4.0": { + "name": "proptest", + "version": "1.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/proptest/1.4.0/download", + "sha256": "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "proptest", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "proptest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bit-set 0.5.3", + "target": "bit_set" + }, + { + "id": "bit-vec 0.6.3", + "target": "bit_vec" + }, + { + "id": "bitflags 2.4.1", + "target": "bitflags" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "rand_xorshift 0.3.0", + "target": "rand_xorshift" + }, + { + "id": "regex-syntax 0.8.2", + "target": "regex_syntax" + }, + { + "id": "rusty-fork 0.3.0", + "target": "rusty_fork" + }, + { + "id": "tempfile 3.8.1", + "target": "tempfile" + }, + { + "id": "unarray 0.1.4", + "target": "unarray" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.4.0" + }, + "license": "MIT OR Apache-2.0" + }, + "prost 0.11.9": { + "name": "prost", + "version": "0.11.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prost/0.11.9/download", + "sha256": "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prost", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prost", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "prost-derive", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "prost-derive 0.11.9", + "target": "prost_derive" + } + ], + "selects": {} + }, + "version": "0.11.9" + }, + "license": "Apache-2.0" + }, + "prost-build 0.11.9": { + "name": "prost-build", + "version": "0.11.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prost-build/0.11.9/download", + "sha256": "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prost_build", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prost_build", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "format", + "prettyplease", + "syn" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "multimap 0.8.3", + "target": "multimap" + }, + { + "id": "petgraph 0.6.4", + "target": "petgraph" + }, + { + "id": "prettyplease 0.1.25", + "target": "prettyplease" + }, + { + "id": "prost 0.11.9", + "target": "prost" + }, + { + "id": "prost-types 0.11.9", + "target": "prost_types" + }, + { + "id": "regex 1.10.2", + "target": "regex" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "tempfile 3.8.1", + "target": "tempfile" + }, + { + "id": "which 4.4.2", + "target": "which" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.9" + }, + "license": "Apache-2.0" + }, + "prost-derive 0.11.9": { + "name": "prost-derive", + "version": "0.11.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prost-derive/0.11.9/download", + "sha256": "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "prost_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prost_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.9" + }, + "license": "Apache-2.0" + }, + "prost-types 0.11.9": { + "name": "prost-types", + "version": "0.11.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/prost-types/0.11.9/download", + "sha256": "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prost_types", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "prost_types", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prost 0.11.9", + "target": "prost" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.9" + }, + "license": "Apache-2.0" + }, + "psm 0.1.21": { + "name": "psm", + "version": "0.1.21", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/psm/0.1.21/download", + "sha256": "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" + } + }, + "targets": [ + { + "Library": { + "crate_name": "psm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "psm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "psm 0.1.21", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.21" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "quick-error 1.2.3": { + "name": "quick-error", + "version": "1.2.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/quick-error/1.2.3/download", + "sha256": "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "quick_error", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "quick_error", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.2.3" + }, + "license": "MIT/Apache-2.0" + }, + "quick-protobuf 0.8.1": { + "name": "quick-protobuf", + "version": "0.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/quick-protobuf/0.8.1/download", + "sha256": "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "quick_protobuf", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "quick_protobuf", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.1" + }, + "license": "MIT" + }, + "quick-protobuf-codec 0.1.0": { + "name": "quick-protobuf-codec", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/quick-protobuf-codec/0.1.0/download", + "sha256": "1693116345026436eb2f10b677806169c1a1260c1c60eaaffe3fb5a29ae23d8b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "quick_protobuf_codec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "quick_protobuf_codec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asynchronous-codec 0.6.2", + "target": "asynchronous_codec" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "quick-protobuf 0.8.1", + "target": "quick_protobuf" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "unsigned-varint 0.7.2", + "target": "unsigned_varint" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT" + }, + "quickcheck 1.0.3": { + "name": "quickcheck", + "version": "1.0.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/quickcheck/1.0.3/download", + "sha256": "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "quickcheck", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "quickcheck", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "env_logger", + "log", + "regex", + "use_logging" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "env_logger 0.8.4", + "target": "env_logger" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.3" + }, + "license": "Unlicense/MIT" + }, + "quickcheck_macros 1.0.0": { + "name": "quickcheck_macros", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/quickcheck_macros/1.0.0/download", + "sha256": "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "quickcheck_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "quickcheck_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.0.0" + }, + "license": "Unlicense/MIT" + }, + "quicksink 0.1.2": { + "name": "quicksink", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/quicksink/0.1.2/download", + "sha256": "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858" + } + }, + "targets": [ + { + "Library": { + "crate_name": "quicksink", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "quicksink", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures-core 0.3.29", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.29", + "target": "futures_sink" + }, + { + "id": "pin-project-lite 0.1.12", + "target": "pin_project_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "quinn-proto 0.9.6": { + "name": "quinn-proto", + "version": "0.9.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/quinn-proto/0.9.6/download", + "sha256": "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" + } + }, + "targets": [ + { + "Library": { + "crate_name": "quinn_proto", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "quinn_proto", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "rustls 0.20.9", + "target": "rustls" + }, + { + "id": "slab 0.4.9", + "target": "slab" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tinyvec 1.6.0", + "target": "tinyvec" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "webpki 0.22.4", + "target": "webpki" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.9.6" + }, + "license": "MIT OR Apache-2.0" + }, + "quote 1.0.33": { + "name": "quote", + "version": "1.0.33", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/quote/1.0.33/download", + "sha256": "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" + } + }, + "targets": [ + { + "Library": { + "crate_name": "quote", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "quote", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "proc-macro" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.33" + }, + "license": "MIT OR Apache-2.0" + }, + "radium 0.7.0": { + "name": "radium", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/radium/0.7.0/download", + "sha256": "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" + } + }, + "targets": [ + { + "Library": { + "crate_name": "radium", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "radium", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "radium 0.7.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT" + }, + "rand 0.7.3": { + "name": "rand", + "version": "0.7.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand/0.7.3/download", + "sha256": "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "getrandom", + "getrandom_package", + "libc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "getrandom 0.1.16", + "target": "getrandom", + "alias": "getrandom_package" + }, + { + "id": "rand_core 0.5.1", + "target": "rand_core" + } + ], + "selects": { + "cfg(not(target_os = \"emscripten\"))": [ + { + "id": "rand_chacha 0.2.2", + "target": "rand_chacha" + } + ], + "cfg(target_os = \"emscripten\")": [ + { + "id": "rand_hc 0.2.0", + "target": "rand_hc" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.7.3" + }, + "license": "MIT OR Apache-2.0" + }, + "rand 0.8.5": { + "name": "rand", + "version": "0.8.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand/0.8.5/download", + "sha256": "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "getrandom", + "libc", + "rand_chacha", + "small_rng", + "std", + "std_rng" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.8.5" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_chacha 0.2.2": { + "name": "rand_chacha", + "version": "0.2.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand_chacha/0.2.2/download", + "sha256": "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_chacha", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_chacha", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ppv-lite86 0.2.17", + "target": "ppv_lite86" + }, + { + "id": "rand_core 0.5.1", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.2" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_chacha 0.3.1": { + "name": "rand_chacha", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand_chacha/0.3.1/download", + "sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_chacha", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_chacha", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ppv-lite86 0.2.17", + "target": "ppv_lite86" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_core 0.5.1": { + "name": "rand_core", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand_core/0.5.1/download", + "sha256": "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "getrandom", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "getrandom 0.1.16", + "target": "getrandom" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.1" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_core 0.6.4": { + "name": "rand_core", + "version": "0.6.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand_core/0.6.4/download", + "sha256": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "getrandom", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "getrandom 0.2.11", + "target": "getrandom" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.4" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_distr 0.4.3": { + "name": "rand_distr", + "version": "0.4.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand_distr/0.4.3/download", + "sha256": "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_distr", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_distr", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "rand 0.8.5", + "target": "rand" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.3" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_hc 0.2.0": { + "name": "rand_hc", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand_hc/0.2.0/download", + "sha256": "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_hc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_hc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rand_core 0.5.1", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "rand_pcg 0.3.1": { + "name": "rand_pcg", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand_pcg/0.3.1/download", + "sha256": "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_pcg", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_pcg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.1" + }, + "license": "MIT OR Apache-2.0" + }, + "rand_xorshift 0.3.0": { + "name": "rand_xorshift", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rand_xorshift/0.3.0/download", + "sha256": "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_xorshift", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rand_xorshift", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "rawpointer 0.2.1": { + "name": "rawpointer", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rawpointer/0.2.1/download", + "sha256": "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rawpointer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rawpointer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.1" + }, + "license": "MIT/Apache-2.0" + }, + "rayon 1.8.0": { + "name": "rayon", + "version": "1.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rayon/1.8.0/download", + "sha256": "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rayon", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rayon", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "rayon-core 1.12.0", + "target": "rayon_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.8.0" + }, + "license": "MIT OR Apache-2.0" + }, + "rayon-core 1.12.0": { + "name": "rayon-core", + "version": "1.12.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rayon-core/1.12.0/download", + "sha256": "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rayon_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rayon_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crossbeam-deque 0.8.3", + "target": "crossbeam_deque" + }, + { + "id": "crossbeam-utils 0.8.16", + "target": "crossbeam_utils" + }, + { + "id": "rayon-core 1.12.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.12.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "links": "rayon-core" + }, + "license": "MIT OR Apache-2.0" + }, + "rcgen 0.10.0": { + "name": "rcgen", + "version": "0.10.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rcgen/0.10.0/download", + "sha256": "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rcgen", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rcgen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "pem 1.1.1", + "target": "pem" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "time 0.3.30", + "target": "time" + }, + { + "id": "yasna 0.5.2", + "target": "yasna" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0" + }, + "license": "MIT OR Apache-2.0" + }, + "rcgen 0.9.3": { + "name": "rcgen", + "version": "0.9.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rcgen/0.9.3/download", + "sha256": "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rcgen", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rcgen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "pem 1.1.1", + "target": "pem" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "time 0.3.30", + "target": "time" + }, + { + "id": "x509-parser 0.13.2", + "target": "x509_parser" + }, + { + "id": "yasna 0.5.2", + "target": "yasna" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.3" + }, + "license": "MIT OR Apache-2.0" + }, + "redox_syscall 0.2.16": { + "name": "redox_syscall", + "version": "0.2.16", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/redox_syscall/0.2.16/download", + "sha256": "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "syscall", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "syscall", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.16" + }, + "license": "MIT" + }, + "redox_syscall 0.3.5": { + "name": "redox_syscall", + "version": "0.3.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/redox_syscall/0.3.5/download", + "sha256": "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" + } + }, + "targets": [ + { + "Library": { + "crate_name": "syscall", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "syscall", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.5" + }, + "license": "MIT" + }, + "redox_syscall 0.4.1": { + "name": "redox_syscall", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/redox_syscall/0.4.1/download", + "sha256": "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "syscall", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "syscall", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.1" + }, + "license": "MIT" + }, + "redox_users 0.4.4": { + "name": "redox_users", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/redox_users/0.4.4/download", + "sha256": "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "redox_users", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "redox_users", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "getrandom 0.2.11", + "target": "getrandom" + }, + { + "id": "libredox 0.0.1", + "target": "libredox" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.4" + }, + "license": "MIT" + }, + "reed-solomon-novelpoly 1.0.2": { + "name": "reed-solomon-novelpoly", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/reed-solomon-novelpoly/1.0.2/download", + "sha256": "58130877ca403ab42c864fbac74bb319a0746c07a634a92a5cfc7f54af272582" + } + }, + "targets": [ + { + "Library": { + "crate_name": "reed_solomon_novelpoly", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "reed_solomon_novelpoly", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "itertools 0.11.0", + "target": "itertools" + }, + { + "id": "reed-solomon-novelpoly 1.0.2", + "target": "build_script_build" + }, + { + "id": "static_init 1.0.3", + "target": "static_init" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "1.0.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "fs-err 2.10.0", + "target": "fs_err" + } + ], + "selects": {} + }, + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 AND MIT" + }, + "ref-cast 1.0.20": { + "name": "ref-cast", + "version": "1.0.20", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ref-cast/1.0.20/download", + "sha256": "acde58d073e9c79da00f2b5b84eed919c8326832648a5b109b3fce1bb1175280" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ref_cast", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ref_cast", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ref-cast 1.0.20", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "ref-cast-impl 1.0.20", + "target": "ref_cast_impl" + } + ], + "selects": {} + }, + "version": "1.0.20" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "ref-cast-impl 1.0.20": { + "name": "ref-cast-impl", + "version": "1.0.20", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ref-cast-impl/1.0.20/download", + "sha256": "7f7473c2cfcf90008193dd0e3e16599455cb601a9fce322b5bb55de799664925" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "ref_cast_impl", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ref_cast_impl", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.20" + }, + "license": "MIT OR Apache-2.0" + }, + "regalloc2 0.6.1": { + "name": "regalloc2", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/regalloc2/0.6.1/download", + "sha256": "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regalloc2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regalloc2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "checker", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "fxhash 0.2.1", + "target": "fxhash" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "slice-group-by 0.3.1", + "target": "slice_group_by" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "regex 1.10.2": { + "name": "regex", + "version": "1.10.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/regex/1.10.2/download", + "sha256": "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "perf", + "perf-backtrack", + "perf-cache", + "perf-dfa", + "perf-inline", + "perf-literal", + "perf-onepass", + "std", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aho-corasick 1.1.2", + "target": "aho_corasick" + }, + { + "id": "memchr 2.6.4", + "target": "memchr" + }, + { + "id": "regex-automata 0.4.3", + "target": "regex_automata" + }, + { + "id": "regex-syntax 0.8.2", + "target": "regex_syntax" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.10.2" + }, + "license": "MIT OR Apache-2.0" + }, + "regex-automata 0.1.10": { + "name": "regex-automata", + "version": "0.1.10", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/regex-automata/0.1.10/download", + "sha256": "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regex_automata", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regex_automata", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "regex-syntax", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "regex-syntax 0.6.29", + "target": "regex_syntax" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.10" + }, + "license": "Unlicense/MIT" + }, + "regex-automata 0.4.3": { + "name": "regex-automata", + "version": "0.4.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/regex-automata/0.4.3/download", + "sha256": "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regex_automata", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regex_automata", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "dfa-onepass", + "hybrid", + "meta", + "nfa-backtrack", + "nfa-pikevm", + "nfa-thompson", + "perf-inline", + "perf-literal", + "perf-literal-multisubstring", + "perf-literal-substring", + "std", + "syntax", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment", + "unicode-word-boundary" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aho-corasick 1.1.2", + "target": "aho_corasick" + }, + { + "id": "memchr 2.6.4", + "target": "memchr" + }, + { + "id": "regex-syntax 0.8.2", + "target": "regex_syntax" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.3" + }, + "license": "MIT OR Apache-2.0" + }, + "regex-syntax 0.6.29": { + "name": "regex-syntax", + "version": "0.6.29", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/regex-syntax/0.6.29/download", + "sha256": "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regex_syntax", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regex_syntax", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.29" + }, + "license": "MIT OR Apache-2.0" + }, + "regex-syntax 0.8.2": { + "name": "regex-syntax", + "version": "0.8.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/regex-syntax/0.8.2/download", + "sha256": "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "regex_syntax", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "regex_syntax", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.8.2" + }, + "license": "MIT OR Apache-2.0" + }, + "resolv-conf 0.7.0": { + "name": "resolv-conf", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/resolv-conf/0.7.0/download", + "sha256": "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" + } + }, + "targets": [ + { + "Library": { + "crate_name": "resolv_conf", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "resolv_conf", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "hostname", + "system" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hostname 0.3.1", + "target": "hostname" + }, + { + "id": "quick-error 1.2.3", + "target": "quick_error" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.7.0" + }, + "license": "MIT/Apache-2.0" + }, + "rfc6979 0.3.1": { + "name": "rfc6979", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rfc6979/0.3.1/download", + "sha256": "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rfc6979", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rfc6979", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crypto-bigint 0.4.9", + "target": "crypto_bigint" + }, + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "rfc6979 0.4.0": { + "name": "rfc6979", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rfc6979/0.4.0/download", + "sha256": "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rfc6979", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rfc6979", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "ring 0.1.0": { + "name": "ring", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/w3f/ring-proof", + "commitish": { + "Branch": "master" + }, + "strip_prefix": "ring" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ring", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ring", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-poly 0.4.2", + "target": "ark_poly" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "common 0.1.0", + "target": "common" + }, + { + "id": "fflonk 0.1.0", + "target": "fflonk" + }, + { + "id": "merlin 3.0.0", + "target": "merlin" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "ring 0.16.20": { + "name": "ring", + "version": "0.16.20", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ring/0.16.20/download", + "sha256": "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ring", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ring", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "dev_urandom_fallback", + "once_cell" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ring 0.16.20", + "target": "build_script_build" + }, + { + "id": "untrusted 0.7.1", + "target": "untrusted" + } + ], + "selects": { + "cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\", target_env = \"\"))": [ + { + "id": "web-sys 0.3.65", + "target": "web_sys" + } + ], + "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\"))))": [ + { + "id": "spin 0.5.2", + "target": "spin" + } + ], + "cfg(any(target_os = \"android\", target_os = \"linux\"))": [ + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + } + ], + "cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"illumos\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"solaris\"))": [ + { + "id": "once_cell 1.18.0", + "target": "once_cell" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.16.20" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + }, + "links": "ring-asm" + }, + "license": null + }, + "ring 0.17.5": { + "name": "ring", + "version": "0.17.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ring/0.17.5/download", + "sha256": "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ring", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ring", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "dev_urandom_fallback" + ], + "selects": { + "aarch64-apple-darwin": [ + "std" + ], + "aarch64-apple-ios": [ + "std" + ], + "aarch64-apple-ios-sim": [ + "std" + ], + "aarch64-fuchsia": [ + "std" + ], + "aarch64-linux-android": [ + "std" + ], + "aarch64-pc-windows-msvc": [ + "std" + ], + "aarch64-unknown-linux-gnu": [ + "std" + ], + "aarch64-unknown-nixos-gnu": [ + "std" + ], + "aarch64-unknown-nto-qnx710": [ + "std" + ], + "arm-unknown-linux-gnueabi": [ + "std" + ], + "armv7-linux-androideabi": [ + "std" + ], + "armv7-unknown-linux-gnueabi": [ + "std" + ], + "i686-apple-darwin": [ + "std" + ], + "i686-linux-android": [ + "std" + ], + "i686-pc-windows-msvc": [ + "std" + ], + "i686-unknown-freebsd": [ + "std" + ], + "i686-unknown-linux-gnu": [ + "std" + ], + "powerpc-unknown-linux-gnu": [ + "std" + ], + "riscv32imc-unknown-none-elf": [ + "std" + ], + "riscv64gc-unknown-none-elf": [ + "std" + ], + "s390x-unknown-linux-gnu": [ + "std" + ], + "thumbv7em-none-eabi": [ + "std" + ], + "thumbv8m.main-none-eabi": [ + "std" + ], + "x86_64-apple-darwin": [ + "std" + ], + "x86_64-apple-ios": [ + "std" + ], + "x86_64-fuchsia": [ + "std" + ], + "x86_64-linux-android": [ + "std" + ], + "x86_64-pc-windows-msvc": [ + "std" + ], + "x86_64-unknown-freebsd": [ + "std" + ], + "x86_64-unknown-linux-gnu": [ + "std" + ], + "x86_64-unknown-nixos-gnu": [ + "std" + ], + "x86_64-unknown-none": [ + "std" + ] + } + }, + "deps": { + "common": [ + { + "id": "getrandom 0.2.11", + "target": "getrandom" + }, + { + "id": "ring 0.17.5", + "target": "build_script_build" + }, + { + "id": "untrusted 0.9.0", + "target": "untrusted" + } + ], + "selects": { + "cfg(all(target_arch = \"aarch64\", target_os = \"windows\"))": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ], + "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\", target_os = \"windows\"))))": [ + { + "id": "spin 0.9.8", + "target": "spin" + } + ], + "cfg(any(target_os = \"android\", target_os = \"linux\"))": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ] + } + }, + "edition": "2021", + "version": "0.17.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + }, + "links": "ring_core_0_17_5" + }, + "license": null + }, + "rocksdb 0.21.0": { + "name": "rocksdb", + "version": "0.21.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rocksdb/0.21.0/download", + "sha256": "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rocksdb", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rocksdb", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "snappy" + ], + "selects": { + "aarch64-apple-darwin": [ + "jemalloc" + ], + "aarch64-apple-ios": [ + "jemalloc" + ], + "aarch64-apple-ios-sim": [ + "jemalloc" + ], + "aarch64-fuchsia": [ + "jemalloc" + ], + "aarch64-linux-android": [ + "jemalloc" + ], + "aarch64-unknown-linux-gnu": [ + "jemalloc" + ], + "aarch64-unknown-nixos-gnu": [ + "jemalloc" + ], + "aarch64-unknown-nto-qnx710": [ + "jemalloc" + ], + "arm-unknown-linux-gnueabi": [ + "jemalloc" + ], + "armv7-linux-androideabi": [ + "jemalloc" + ], + "armv7-unknown-linux-gnueabi": [ + "jemalloc" + ], + "i686-apple-darwin": [ + "jemalloc" + ], + "i686-linux-android": [ + "jemalloc" + ], + "i686-unknown-freebsd": [ + "jemalloc" + ], + "i686-unknown-linux-gnu": [ + "jemalloc" + ], + "powerpc-unknown-linux-gnu": [ + "jemalloc" + ], + "riscv32imc-unknown-none-elf": [ + "jemalloc" + ], + "riscv64gc-unknown-none-elf": [ + "jemalloc" + ], + "s390x-unknown-linux-gnu": [ + "jemalloc" + ], + "thumbv7em-none-eabi": [ + "jemalloc" + ], + "thumbv8m.main-none-eabi": [ + "jemalloc" + ], + "wasm32-unknown-unknown": [ + "jemalloc" + ], + "wasm32-wasi": [ + "jemalloc" + ], + "x86_64-apple-darwin": [ + "jemalloc" + ], + "x86_64-apple-ios": [ + "jemalloc" + ], + "x86_64-fuchsia": [ + "jemalloc" + ], + "x86_64-linux-android": [ + "jemalloc" + ], + "x86_64-unknown-freebsd": [ + "jemalloc" + ], + "x86_64-unknown-linux-gnu": [ + "jemalloc" + ], + "x86_64-unknown-nixos-gnu": [ + "jemalloc" + ], + "x86_64-unknown-none": [ + "jemalloc" + ] + } + }, + "deps": { + "common": [ + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "librocksdb-sys 0.11.0+8.1.1", + "target": "librocksdb_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.21.0" + }, + "license": "Apache-2.0" + }, + "rococo-runtime-constants 1.0.0": { + "name": "rococo-runtime-constants", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/runtime/rococo/constants" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rococo_runtime_constants", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rococo_runtime_constants", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives", + "alias": "primitives" + }, + { + "id": "polkadot-runtime-common 1.0.0", + "target": "polkadot_runtime_common", + "alias": "runtime_common" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-weights 20.0.0", + "target": "sp_weights" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "route-recognizer 0.3.1": { + "name": "route-recognizer", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/route-recognizer/0.3.1/download", + "sha256": "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" + } + }, + "targets": [ + { + "Library": { + "crate_name": "route_recognizer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "route_recognizer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.3.1" + }, + "license": "MIT" + }, + "rpassword 7.3.1": { + "name": "rpassword", + "version": "7.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rpassword/7.3.1/download", + "sha256": "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rpassword", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rpassword", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rtoolbox 0.0.2", + "target": "rtoolbox" + } + ], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "7.3.1" + }, + "license": "Apache-2.0" + }, + "rtcp 0.7.2": { + "name": "rtcp", + "version": "0.7.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rtcp/0.7.2/download", + "sha256": "1919efd6d4a6a85d13388f9487549bb8e359f17198cc03ffd72f79b553873691" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rtcp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rtcp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.2" + }, + "license": "MIT/Apache-2.0" + }, + "rtnetlink 0.10.1": { + "name": "rtnetlink", + "version": "0.10.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rtnetlink/0.10.1/download", + "sha256": "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rtnetlink", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rtnetlink", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "tokio", + "tokio_socket" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "netlink-packet-route 0.12.0", + "target": "netlink_packet_route" + }, + { + "id": "netlink-proto 0.10.0", + "target": "netlink_proto" + }, + { + "id": "nix 0.24.3", + "target": "nix" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.1" + }, + "license": "MIT" + }, + "rtoolbox 0.0.2": { + "name": "rtoolbox", + "version": "0.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rtoolbox/0.0.2/download", + "sha256": "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rtoolbox", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rtoolbox", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.0.2" + }, + "license": "Apache-2.0" + }, + "rtp 0.6.8": { + "name": "rtp", + "version": "0.6.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rtp/0.6.8/download", + "sha256": "a2a095411ff00eed7b12e4c6a118ba984d113e1079582570d56a5ee723f11f80" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rtp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rtp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.6.8" + }, + "license": "MIT/Apache-2.0" + }, + "rustc-demangle 0.1.23": { + "name": "rustc-demangle", + "version": "0.1.23", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustc-demangle/0.1.23/download", + "sha256": "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustc_demangle", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustc_demangle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.23" + }, + "license": "MIT/Apache-2.0" + }, + "rustc-hash 1.1.0": { + "name": "rustc-hash", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustc-hash/1.1.0/download", + "sha256": "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustc_hash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustc_hash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.1.0" + }, + "license": "Apache-2.0/MIT" + }, + "rustc-hex 2.1.0": { + "name": "rustc-hex", + "version": "2.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustc-hex/2.1.0/download", + "sha256": "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustc_hex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustc_hex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "2.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "rustc_version 0.4.0": { + "name": "rustc_version", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustc_version/0.4.0/download", + "sha256": "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustc_version", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustc_version", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "semver 1.0.20", + "target": "semver" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "rusticata-macros 4.1.0": { + "name": "rusticata-macros", + "version": "4.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rusticata-macros/4.1.0/download", + "sha256": "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rusticata_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rusticata_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "nom 7.1.3", + "target": "nom" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "4.1.0" + }, + "license": "MIT/Apache-2.0" + }, + "rustix 0.36.17": { + "name": "rustix", + "version": "0.36.17", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustix/0.36.17/download", + "sha256": "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustix", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustix", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "fs", + "io-lifetimes", + "libc", + "libc_errno", + "mm", + "param", + "std", + "use-libc" + ], + "selects": { + "aarch64-apple-darwin": [ + "default", + "process", + "use-libc-auxv" + ], + "aarch64-apple-ios": [ + "default", + "process", + "use-libc-auxv" + ], + "aarch64-apple-ios-sim": [ + "default", + "process", + "use-libc-auxv" + ], + "aarch64-fuchsia": [ + "default", + "process", + "use-libc-auxv" + ], + "aarch64-linux-android": [ + "default", + "process", + "use-libc-auxv" + ], + "aarch64-unknown-linux-gnu": [ + "default", + "process", + "time", + "use-libc-auxv" + ], + "aarch64-unknown-nixos-gnu": [ + "default", + "process", + "time", + "use-libc-auxv" + ], + "aarch64-unknown-nto-qnx710": [ + "default", + "process", + "use-libc-auxv" + ], + "arm-unknown-linux-gnueabi": [ + "default", + "process", + "time", + "use-libc-auxv" + ], + "armv7-linux-androideabi": [ + "default", + "process", + "use-libc-auxv" + ], + "armv7-unknown-linux-gnueabi": [ + "default", + "process", + "time", + "use-libc-auxv" + ], + "i686-apple-darwin": [ + "default", + "process", + "use-libc-auxv" + ], + "i686-linux-android": [ + "default", + "process", + "use-libc-auxv" + ], + "i686-unknown-freebsd": [ + "default", + "process", + "use-libc-auxv" + ], + "i686-unknown-linux-gnu": [ + "default", + "process", + "time", + "use-libc-auxv" + ], + "powerpc-unknown-linux-gnu": [ + "default", + "process", + "time", + "use-libc-auxv" + ], + "riscv32imc-unknown-none-elf": [ + "default", + "process", + "use-libc-auxv" + ], + "riscv64gc-unknown-none-elf": [ + "default", + "process", + "use-libc-auxv" + ], + "s390x-unknown-linux-gnu": [ + "default", + "process", + "time", + "use-libc-auxv" + ], + "thumbv7em-none-eabi": [ + "default", + "process", + "use-libc-auxv" + ], + "thumbv8m.main-none-eabi": [ + "default", + "process", + "use-libc-auxv" + ], + "wasm32-unknown-unknown": [ + "default", + "process", + "use-libc-auxv" + ], + "wasm32-wasi": [ + "default", + "process", + "use-libc-auxv" + ], + "x86_64-apple-darwin": [ + "default", + "process", + "use-libc-auxv" + ], + "x86_64-apple-ios": [ + "default", + "process", + "use-libc-auxv" + ], + "x86_64-fuchsia": [ + "default", + "process", + "use-libc-auxv" + ], + "x86_64-linux-android": [ + "default", + "process", + "use-libc-auxv" + ], + "x86_64-unknown-freebsd": [ + "default", + "process", + "use-libc-auxv" + ], + "x86_64-unknown-linux-gnu": [ + "default", + "process", + "time", + "use-libc-auxv" + ], + "x86_64-unknown-nixos-gnu": [ + "default", + "process", + "time", + "use-libc-auxv" + ], + "x86_64-unknown-none": [ + "default", + "process", + "use-libc-auxv" + ] + } + }, + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "io-lifetimes 1.0.11", + "target": "io_lifetimes" + }, + { + "id": "rustix 0.36.17", + "target": "build_script_build" + } + ], + "selects": { + "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [ + { + "id": "linux-raw-sys 0.1.4", + "target": "linux_raw_sys" + } + ], + "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))": [ + { + "id": "errno 0.3.7", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "linux-raw-sys 0.1.4", + "target": "linux_raw_sys" + } + ], + "cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))": [ + { + "id": "errno 0.3.7", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.45.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.36.17" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "rustix 0.37.27": { + "name": "rustix", + "version": "0.37.27", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustix/0.37.27/download", + "sha256": "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustix", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustix", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "fs", + "io-lifetimes", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "io-lifetimes 1.0.11", + "target": "io_lifetimes" + }, + { + "id": "rustix 0.37.27", + "target": "build_script_build" + } + ], + "selects": { + "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [ + { + "id": "linux-raw-sys 0.3.8", + "target": "linux_raw_sys" + } + ], + "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))": [ + { + "id": "linux-raw-sys 0.3.8", + "target": "linux_raw_sys" + } + ], + "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [ + { + "id": "errno 0.3.7", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "errno 0.3.7", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.37.27" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "rustix 0.38.24": { + "name": "rustix", + "version": "0.38.24", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustix/0.38.24/download", + "sha256": "9ad981d6c340a49cdc40a1028d9c6084ec7e9fa33fcb839cab656a267071e234" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustix", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustix", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "fs", + "std", + "use-libc-auxv" + ], + "selects": { + "aarch64-apple-darwin": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "aarch64-apple-ios": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "aarch64-apple-ios-sim": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "aarch64-fuchsia": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "aarch64-linux-android": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "aarch64-unknown-linux-gnu": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "aarch64-unknown-nixos-gnu": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "aarch64-unknown-nto-qnx710": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "arm-unknown-linux-gnueabi": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "armv7-linux-androideabi": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "armv7-unknown-linux-gnueabi": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "i686-apple-darwin": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "i686-linux-android": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "i686-unknown-freebsd": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "i686-unknown-linux-gnu": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "powerpc-unknown-linux-gnu": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "riscv32imc-unknown-none-elf": [ + "termios" + ], + "riscv64gc-unknown-none-elf": [ + "termios" + ], + "s390x-unknown-linux-gnu": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "thumbv7em-none-eabi": [ + "termios" + ], + "thumbv8m.main-none-eabi": [ + "termios" + ], + "wasm32-unknown-unknown": [ + "termios" + ], + "wasm32-wasi": [ + "termios" + ], + "x86_64-apple-darwin": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "x86_64-apple-ios": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "x86_64-fuchsia": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "x86_64-linux-android": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "x86_64-unknown-freebsd": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "x86_64-unknown-linux-gnu": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "x86_64-unknown-nixos-gnu": [ + "event", + "net", + "pipe", + "process", + "termios", + "time" + ], + "x86_64-unknown-none": [ + "termios" + ] + } + }, + "deps": { + "common": [ + { + "id": "bitflags 2.4.1", + "target": "bitflags" + }, + { + "id": "rustix 0.38.24", + "target": "build_script_build" + } + ], + "selects": { + "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ + { + "id": "linux-raw-sys 0.4.11", + "target": "linux_raw_sys" + } + ], + "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ + { + "id": "linux-raw-sys 0.4.11", + "target": "linux_raw_sys" + } + ], + "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ + { + "id": "errno 0.3.7", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "errno 0.3.7", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "0.38.24" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "rustls 0.19.1": { + "name": "rustls", + "version": "0.19.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustls/0.19.1/download", + "sha256": "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "sct 0.6.1", + "target": "sct" + }, + { + "id": "webpki 0.21.4", + "target": "webpki" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.19.1" + }, + "license": "Apache-2.0/ISC/MIT" + }, + "rustls 0.20.9": { + "name": "rustls", + "version": "0.20.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustls/0.20.9/download", + "sha256": "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "log", + "logging", + "tls12" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "rustls 0.20.9", + "target": "build_script_build" + }, + { + "id": "sct 0.7.1", + "target": "sct" + }, + { + "id": "webpki 0.22.4", + "target": "webpki" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.20.9" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "link_deps": { + "common": [ + { + "id": "ring 0.16.20", + "target": "ring" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0/ISC/MIT" + }, + "rustls 0.21.9": { + "name": "rustls", + "version": "0.21.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustls/0.21.9/download", + "sha256": "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "log", + "logging", + "tls12" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "ring 0.17.5", + "target": "ring" + }, + { + "id": "rustls 0.21.9", + "target": "build_script_build" + }, + { + "id": "rustls-webpki 0.101.7", + "target": "webpki" + }, + { + "id": "sct 0.7.1", + "target": "sct" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.21.9" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "link_deps": { + "common": [ + { + "id": "ring 0.17.5", + "target": "ring" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR ISC OR MIT" + }, + "rustls-native-certs 0.6.3": { + "name": "rustls-native-certs", + "version": "0.6.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustls-native-certs/0.6.3/download", + "sha256": "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustls_native_certs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustls_native_certs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + } + ], + "selects": { + "cfg(all(unix, not(target_os = \"macos\")))": [ + { + "id": "openssl-probe 0.1.5", + "target": "openssl_probe" + } + ], + "cfg(target_os = \"macos\")": [ + { + "id": "security-framework 2.9.2", + "target": "security_framework" + } + ], + "cfg(windows)": [ + { + "id": "schannel 0.1.22", + "target": "schannel" + } + ] + } + }, + "edition": "2021", + "version": "0.6.3" + }, + "license": "Apache-2.0 OR ISC OR MIT" + }, + "rustls-pemfile 1.0.4": { + "name": "rustls-pemfile", + "version": "1.0.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustls-pemfile/1.0.4/download", + "sha256": "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustls_pemfile", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustls_pemfile", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.21.5", + "target": "base64" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.4" + }, + "license": "Apache-2.0 OR ISC OR MIT" + }, + "rustls-webpki 0.101.7": { + "name": "rustls-webpki", + "version": "0.101.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustls-webpki/0.101.7/download", + "sha256": "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webpki", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webpki", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ring 0.17.5", + "target": "ring" + }, + { + "id": "untrusted 0.9.0", + "target": "untrusted" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.101.7" + }, + "license": "ISC" + }, + "rustversion 1.0.14": { + "name": "rustversion", + "version": "1.0.14", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rustversion/1.0.14/download", + "sha256": "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "rustversion", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build/build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rustversion", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rustversion 1.0.14", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.14" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "rusty-fork 0.3.0": { + "name": "rusty-fork", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rusty-fork/0.3.0/download", + "sha256": "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rusty_fork", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rusty_fork", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "quick-error 1.2.3", + "target": "quick_error" + }, + { + "id": "tempfile 3.8.1", + "target": "tempfile" + }, + { + "id": "wait-timeout 0.2.0", + "target": "wait_timeout" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT/Apache-2.0" + }, + "ruzstd 0.4.0": { + "name": "ruzstd", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ruzstd/0.4.0/download", + "sha256": "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ruzstd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ruzstd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "thiserror-core 1.0.38", + "target": "thiserror_core", + "alias": "thiserror" + }, + { + "id": "twox-hash 1.6.3", + "target": "twox_hash" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.0" + }, + "license": "MIT" + }, + "rw-stream-sink 0.3.0": { + "name": "rw-stream-sink", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/rw-stream-sink/0.3.0/download", + "sha256": "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rw_stream_sink", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "rw_stream_sink", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": "MIT" + }, + "ryu 1.0.15": { + "name": "ryu", + "version": "1.0.15", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ryu/1.0.15/download", + "sha256": "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ryu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ryu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.15" + }, + "license": "Apache-2.0 OR BSL-1.0" + }, + "safe_arch 0.7.1": { + "name": "safe_arch", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/safe_arch/0.7.1/download", + "sha256": "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354" + } + }, + "targets": [ + { + "Library": { + "crate_name": "safe_arch", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "safe_arch", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "bytemuck", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytemuck 1.14.0", + "target": "bytemuck" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.1" + }, + "license": "Zlib OR Apache-2.0 OR MIT" + }, + "same-file 1.0.6": { + "name": "same-file", + "version": "1.0.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/same-file/1.0.6/download", + "sha256": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" + } + }, + "targets": [ + { + "Library": { + "crate_name": "same_file", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "same_file", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(windows)": [ + { + "id": "winapi-util 0.1.6", + "target": "winapi_util" + } + ] + } + }, + "edition": "2018", + "version": "1.0.6" + }, + "license": "Unlicense/MIT" + }, + "sc-allocator 4.1.0-dev": { + "name": "sc-allocator", + "version": "4.1.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/allocator" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_allocator", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_allocator", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-wasm-interface 14.0.0", + "target": "sp_wasm_interface" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.1.0-dev" + }, + "license": "Apache-2.0" + }, + "sc-authority-discovery 0.10.0-dev": { + "name": "sc-authority-discovery", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/authority-discovery" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_authority_discovery", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_authority_discovery", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "ip_network 0.4.1", + "target": "ip_network" + }, + { + "id": "libp2p 0.51.3", + "target": "libp2p" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "multihash 0.17.0", + "target": "multihash" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "prost 0.11.9", + "target": "prost" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sc-authority-discovery 0.10.0-dev", + "target": "build_script_build" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-authority-discovery 4.0.0-dev", + "target": "sp_authority_discovery" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.10.0-dev" + }, + "build_script_attrs": { + "data": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prost-build 0.11.9", + "target": "prost_build" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + } + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-basic-authorship 0.10.0-dev": { + "name": "sc-basic-authorship", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/basic-authorship" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_basic_authorship", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_basic_authorship", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-block-builder 0.10.0-dev", + "target": "sc_block_builder" + }, + { + "id": "sc-proposer-metrics 0.10.0-dev", + "target": "sc_proposer_metrics" + }, + { + "id": "sc-telemetry 4.0.0-dev", + "target": "sc_telemetry" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-block-builder 0.10.0-dev": { + "name": "sc-block-builder", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/block-builder" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_block_builder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_block_builder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-block-builder 4.0.0-dev", + "target": "sp_block_builder" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-chain-spec 4.0.0-dev": { + "name": "sc-chain-spec", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/chain-spec" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_chain_spec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_chain_spec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "array-bytes 6.2.0", + "target": "array_bytes" + }, + { + "id": "docify 0.2.6", + "target": "docify" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "memmap2 0.5.10", + "target": "memmap2" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-executor 0.10.0-dev", + "target": "sc_executor" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-telemetry 4.0.0-dev", + "target": "sc_telemetry" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-genesis-builder 0.1.0", + "target": "sp_genesis_builder" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sc-chain-spec-derive 4.0.0-dev", + "target": "sc_chain_spec_derive" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-chain-spec-derive 4.0.0-dev": { + "name": "sc-chain-spec-derive", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/chain-spec/derive" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sc_chain_spec_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_chain_spec_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-cli 0.10.0-dev": { + "name": "sc-cli", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/cli" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_cli", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_cli", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "rocksdb" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "array-bytes 6.2.0", + "target": "array_bytes" + }, + { + "id": "bip39 2.0.0", + "target": "bip39" + }, + { + "id": "chrono 0.4.31", + "target": "chrono" + }, + { + "id": "clap 4.4.8", + "target": "clap" + }, + { + "id": "fdlimit 0.2.1", + "target": "fdlimit" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "names 0.13.0", + "target": "names" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "regex 1.10.2", + "target": "regex" + }, + { + "id": "rpassword 7.3.1", + "target": "rpassword" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-client-db 0.10.0-dev", + "target": "sc_client_db" + }, + { + "id": "sc-keystore 4.0.0-dev", + "target": "sc_keystore" + }, + { + "id": "sc-mixnet 0.1.0-dev", + "target": "sc_mixnet" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-service 0.10.0-dev", + "target": "sc_service" + }, + { + "id": "sc-telemetry 4.0.0-dev", + "target": "sc_telemetry" + }, + { + "id": "sc-tracing 4.0.0-dev", + "target": "sc_tracing" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-keyring 24.0.0", + "target": "sp_keyring" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-panic-handler 8.0.0", + "target": "sp_panic_handler" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-version 22.0.0", + "target": "sp_version" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-client-api 4.0.0-dev": { + "name": "sc-client-api", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/api" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_client_api", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_client_api", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-executor 0.10.0-dev", + "target": "sc_executor" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-database 4.0.0-dev", + "target": "sp_database" + }, + { + "id": "sp-externalities 0.19.0", + "target": "sp_externalities" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-statement-store 4.0.0-dev", + "target": "sp_statement_store" + }, + { + "id": "sp-storage 13.0.0", + "target": "sp_storage" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-client-db 0.10.0-dev": { + "name": "sc-client-db", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/db" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_client_db", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_client_db", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "kvdb-rocksdb", + "rocksdb" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hash-db 0.16.0", + "target": "hash_db" + }, + { + "id": "kvdb 0.13.0", + "target": "kvdb" + }, + { + "id": "kvdb-memorydb 0.13.0", + "target": "kvdb_memorydb" + }, + { + "id": "kvdb-rocksdb 0.19.0", + "target": "kvdb_rocksdb" + }, + { + "id": "linked-hash-map 0.5.6", + "target": "linked_hash_map" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-db 0.4.12", + "target": "parity_db" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-state-db 0.10.0-dev", + "target": "sc_state_db" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-database 4.0.0-dev", + "target": "sp_database" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-consensus 0.10.0-dev": { + "name": "sc-consensus", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/consensus/common" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_consensus", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_consensus", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "mockall 0.11.4", + "target": "mockall" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-consensus-aura 0.10.0-dev": { + "name": "sc-consensus-aura", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/consensus/aura" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_consensus_aura", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_consensus_aura", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-block-builder 0.10.0-dev", + "target": "sc_block_builder" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus 0.10.0-dev", + "target": "sc_consensus" + }, + { + "id": "sc-consensus-slots 0.10.0-dev", + "target": "sc_consensus_slots" + }, + { + "id": "sc-telemetry 4.0.0-dev", + "target": "sc_telemetry" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-block-builder 4.0.0-dev", + "target": "sp_block_builder" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-aura 0.10.0-dev", + "target": "sp_consensus_aura" + }, + { + "id": "sp-consensus-slots 0.10.0-dev", + "target": "sp_consensus_slots" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-consensus-babe 0.10.0-dev": { + "name": "sc-consensus-babe", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/consensus/babe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_consensus_babe", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_consensus_babe", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "fork-tree 3.0.0", + "target": "fork_tree" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num-rational 0.4.1", + "target": "num_rational" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus 0.10.0-dev", + "target": "sc_consensus" + }, + { + "id": "sc-consensus-epochs 0.10.0-dev", + "target": "sc_consensus_epochs" + }, + { + "id": "sc-consensus-slots 0.10.0-dev", + "target": "sc_consensus_slots" + }, + { + "id": "sc-telemetry 4.0.0-dev", + "target": "sc_telemetry" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-block-builder 4.0.0-dev", + "target": "sp_block_builder" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-babe 0.10.0-dev", + "target": "sp_consensus_babe" + }, + { + "id": "sp-consensus-slots 0.10.0-dev", + "target": "sp_consensus_slots" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-consensus-babe-rpc 0.10.0-dev": { + "name": "sc-consensus-babe-rpc", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/consensus/babe/rpc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_consensus_babe_rpc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_consensus_babe_rpc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "sc-consensus-babe 0.10.0-dev", + "target": "sc_consensus_babe" + }, + { + "id": "sc-consensus-epochs 0.10.0-dev", + "target": "sc_consensus_epochs" + }, + { + "id": "sc-rpc-api 0.10.0-dev", + "target": "sc_rpc_api" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-babe 0.10.0-dev", + "target": "sp_consensus_babe" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-consensus-beefy 4.0.0-dev": { + "name": "sc-consensus-beefy", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/consensus/beefy" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_consensus_beefy", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_consensus_beefy", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "array-bytes 6.2.0", + "target": "array_bytes" + }, + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus 0.10.0-dev", + "target": "sc_consensus" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-network-gossip 0.10.0-dev", + "target": "sc_network_gossip" + }, + { + "id": "sc-network-sync 0.10.0-dev", + "target": "sc_network_sync" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-beefy 4.0.0-dev", + "target": "sp_consensus_beefy" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-mmr-primitives 4.0.0-dev", + "target": "sp_mmr_primitives" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "wasm-timer 0.2.5", + "target": "wasm_timer" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-consensus-beefy-rpc 4.0.0-dev": { + "name": "sc-consensus-beefy-rpc", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/consensus/beefy/rpc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_consensus_beefy_rpc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_consensus_beefy_rpc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-consensus-beefy 4.0.0-dev", + "target": "sc_consensus_beefy" + }, + { + "id": "sc-rpc 4.0.0-dev", + "target": "sc_rpc" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-consensus-beefy 4.0.0-dev", + "target": "sp_consensus_beefy" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-consensus-epochs 0.10.0-dev": { + "name": "sc-consensus-epochs", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/consensus/epochs" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_consensus_epochs", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_consensus_epochs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "fork-tree 3.0.0", + "target": "fork_tree" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus 0.10.0-dev", + "target": "sc_consensus" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-consensus-grandpa 0.10.0-dev": { + "name": "sc-consensus-grandpa", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/consensus/grandpa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_consensus_grandpa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_consensus_grandpa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ahash 0.8.6", + "target": "ahash" + }, + { + "id": "array-bytes 6.2.0", + "target": "array_bytes" + }, + { + "id": "dyn-clone 1.0.16", + "target": "dyn_clone" + }, + { + "id": "finality-grandpa 0.16.2", + "target": "finality_grandpa" + }, + { + "id": "fork-tree 3.0.0", + "target": "fork_tree" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sc-block-builder 0.10.0-dev", + "target": "sc_block_builder" + }, + { + "id": "sc-chain-spec 4.0.0-dev", + "target": "sc_chain_spec" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus 0.10.0-dev", + "target": "sc_consensus" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-network-common 0.10.0-dev", + "target": "sc_network_common" + }, + { + "id": "sc-network-gossip 0.10.0-dev", + "target": "sc_network_gossip" + }, + { + "id": "sc-network-sync 0.10.0-dev", + "target": "sc_network_sync" + }, + { + "id": "sc-telemetry 4.0.0-dev", + "target": "sc_telemetry" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-grandpa 4.0.0-dev", + "target": "sp_consensus_grandpa" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-consensus-grandpa-rpc 0.10.0-dev": { + "name": "sc-consensus-grandpa-rpc", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/consensus/grandpa/rpc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_consensus_grandpa_rpc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_consensus_grandpa_rpc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "finality-grandpa 0.16.2", + "target": "finality_grandpa" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus-grandpa 0.10.0-dev", + "target": "sc_consensus_grandpa" + }, + { + "id": "sc-rpc 4.0.0-dev", + "target": "sc_rpc" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-consensus-slots 0.10.0-dev": { + "name": "sc-consensus-slots", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/consensus/slots" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_consensus_slots", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_consensus_slots", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus 0.10.0-dev", + "target": "sc_consensus" + }, + { + "id": "sc-consensus-slots 0.10.0-dev", + "target": "build_script_build" + }, + { + "id": "sc-telemetry 4.0.0-dev", + "target": "sc_telemetry" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-slots 0.10.0-dev", + "target": "sp_consensus_slots" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.10.0-dev" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-executor 0.10.0-dev": { + "name": "sc-executor", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/executor" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_executor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_executor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-executor-common 0.10.0-dev", + "target": "sc_executor_common" + }, + { + "id": "sc-executor-wasmtime 0.10.0-dev", + "target": "sc_executor_wasmtime" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.19.0", + "target": "sp_externalities" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-panic-handler 8.0.0", + "target": "sp_panic_handler" + }, + { + "id": "sp-runtime-interface 17.0.0", + "target": "sp_runtime_interface" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + }, + { + "id": "sp-version 22.0.0", + "target": "sp_version" + }, + { + "id": "sp-wasm-interface 14.0.0", + "target": "sp_wasm_interface" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-executor-common 0.10.0-dev": { + "name": "sc-executor-common", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/executor/common" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_executor_common", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_executor_common", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "sc-allocator 4.1.0-dev", + "target": "sc_allocator" + }, + { + "id": "sp-maybe-compressed-blob 4.1.0-dev", + "target": "sp_maybe_compressed_blob" + }, + { + "id": "sp-wasm-interface 14.0.0", + "target": "sp_wasm_interface" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "wasm-instrument 0.3.0", + "target": "wasm_instrument" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-executor-wasmtime 0.10.0-dev": { + "name": "sc-executor-wasmtime", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/executor/wasmtime" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_executor_wasmtime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_executor_wasmtime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rustix 0.36.17", + "target": "rustix" + }, + { + "id": "sc-allocator 4.1.0-dev", + "target": "sc_allocator" + }, + { + "id": "sc-executor-common 0.10.0-dev", + "target": "sc_executor_common" + }, + { + "id": "sc-executor-wasmtime 0.10.0-dev", + "target": "build_script_build" + }, + { + "id": "sp-runtime-interface 17.0.0", + "target": "sp_runtime_interface" + }, + { + "id": "sp-wasm-interface 14.0.0", + "target": "sp_wasm_interface" + }, + { + "id": "wasmtime 8.0.1", + "target": "wasmtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-informant 0.10.0-dev": { + "name": "sc-informant", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/informant" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_informant", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_informant", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ansi_term 0.12.1", + "target": "ansi_term" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-network-common 0.10.0-dev", + "target": "sc_network_common" + }, + { + "id": "sc-network-sync 0.10.0-dev", + "target": "sc_network_sync" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-keystore 4.0.0-dev": { + "name": "sc-keystore", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/keystore" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_keystore", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_keystore", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "array-bytes 6.2.0", + "target": "array_bytes" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-mixnet 0.1.0-dev": { + "name": "sc-mixnet", + "version": "0.1.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/mixnet" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_mixnet", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_mixnet", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "array-bytes 4.2.0", + "target": "array_bytes" + }, + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "mixnet 0.7.0", + "target": "mixnet" + }, + { + "id": "multiaddr 0.17.1", + "target": "multiaddr" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-mixnet 0.1.0-dev", + "target": "sp_mixnet" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-network 0.10.0-dev": { + "name": "sc-network", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/network" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_network", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_network", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "array-bytes 6.2.0", + "target": "array_bytes" + }, + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "asynchronous-codec 0.6.2", + "target": "asynchronous_codec" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "ip_network 0.4.1", + "target": "ip_network" + }, + { + "id": "libp2p 0.51.3", + "target": "libp2p" + }, + { + "id": "linked_hash_set 0.1.4", + "target": "linked_hash_set" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "mockall 0.11.4", + "target": "mockall" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "partial_sort 0.2.0", + "target": "partial_sort" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-network-common 0.10.0-dev", + "target": "sc_network_common" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "unsigned-varint 0.7.2", + "target": "unsigned_varint" + }, + { + "id": "wasm-timer 0.2.5", + "target": "wasm_timer" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-network-bitswap 0.10.0-dev": { + "name": "sc-network-bitswap", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/network/bitswap" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_network_bitswap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_network_bitswap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "cid 0.9.0", + "target": "cid" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prost 0.11.9", + "target": "prost" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-network-bitswap 0.10.0-dev", + "target": "build_script_build" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "unsigned-varint 0.7.2", + "target": "unsigned_varint" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "build_script_attrs": { + "data": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prost-build 0.11.9", + "target": "prost_build" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + } + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-network-common 0.10.0-dev": { + "name": "sc-network-common", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/network/common" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_network_common", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_network_common", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-consensus 0.10.0-dev", + "target": "sc_consensus" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-grandpa 4.0.0-dev", + "target": "sp_consensus_grandpa" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-network-gossip 0.10.0-dev": { + "name": "sc-network-gossip", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/network-gossip" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_network_gossip", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_network_gossip", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ahash 0.8.6", + "target": "ahash" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "libp2p 0.51.3", + "target": "libp2p" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-network-common 0.10.0-dev", + "target": "sc_network_common" + }, + { + "id": "sc-network-sync 0.10.0-dev", + "target": "sc_network_sync" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-network-light 0.10.0-dev": { + "name": "sc-network-light", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/network/light" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_network_light", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_network_light", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "array-bytes 6.2.0", + "target": "array_bytes" + }, + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "libp2p-identity 0.1.3", + "target": "libp2p_identity" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "prost 0.11.9", + "target": "prost" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-network-light 0.10.0-dev", + "target": "build_script_build" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "build_script_attrs": { + "data": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prost-build 0.11.9", + "target": "prost_build" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + } + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-network-sync 0.10.0-dev": { + "name": "sc-network-sync", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/network/sync" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_network_sync", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_network_sync", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "array-bytes 6.2.0", + "target": "array_bytes" + }, + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "fork-tree 3.0.0", + "target": "fork_tree" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "libp2p 0.51.3", + "target": "libp2p" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "mockall 0.11.4", + "target": "mockall" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "prost 0.11.9", + "target": "prost" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus 0.10.0-dev", + "target": "sc_consensus" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-network-common 0.10.0-dev", + "target": "sc_network_common" + }, + { + "id": "sc-network-sync 0.10.0-dev", + "target": "build_script_build" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-consensus-grandpa 4.0.0-dev", + "target": "sp_consensus_grandpa" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tokio-stream 0.1.14", + "target": "tokio_stream" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.10.0-dev" + }, + "build_script_attrs": { + "data": { + "common": [ + "@com_google_protobuf//:protoc" + ], + "selects": {} + }, + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "prost-build 0.11.9", + "target": "prost_build" + } + ], + "selects": {} + }, + "build_script_env": { + "common": { + "PROTOC": "$(execpath @com_google_protobuf//:protoc)" + }, + "selects": {} + } + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-network-transactions 0.10.0-dev": { + "name": "sc-network-transactions", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/network/transactions" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_network_transactions", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_network_transactions", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "array-bytes 6.2.0", + "target": "array_bytes" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "libp2p 0.51.3", + "target": "libp2p" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-network-common 0.10.0-dev", + "target": "sc_network_common" + }, + { + "id": "sc-network-sync 0.10.0-dev", + "target": "sc_network_sync" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-offchain 4.0.0-dev": { + "name": "sc-offchain", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/offchain" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_offchain", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_offchain", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "array-bytes 6.2.0", + "target": "array_bytes" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "hyper 0.14.27", + "target": "hyper" + }, + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "libp2p 0.51.3", + "target": "libp2p" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-network-common 0.10.0-dev", + "target": "sc_network_common" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.19.0", + "target": "sp_externalities" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-offchain 4.0.0-dev", + "target": "sp_offchain" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "threadpool 1.8.1", + "target": "threadpool" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-proposer-metrics 0.10.0-dev": { + "name": "sc-proposer-metrics", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/proposer-metrics" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_proposer_metrics", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_proposer_metrics", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-rpc 4.0.0-dev": { + "name": "sc-rpc", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/rpc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_rpc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_rpc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-block-builder 0.10.0-dev", + "target": "sc_block_builder" + }, + { + "id": "sc-chain-spec 4.0.0-dev", + "target": "sc_chain_spec" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-mixnet 0.1.0-dev", + "target": "sc_mixnet" + }, + { + "id": "sc-rpc-api 0.10.0-dev", + "target": "sc_rpc_api" + }, + { + "id": "sc-tracing 4.0.0-dev", + "target": "sc_tracing" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-offchain 4.0.0-dev", + "target": "sp_offchain" + }, + { + "id": "sp-rpc 6.0.0", + "target": "sp_rpc" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-session 4.0.0-dev", + "target": "sp_session" + }, + { + "id": "sp-statement-store 4.0.0-dev", + "target": "sp_statement_store" + }, + { + "id": "sp-version 22.0.0", + "target": "sp_version" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-rpc-api 0.10.0-dev": { + "name": "sc-rpc-api", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/rpc-api" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_rpc_api", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_rpc_api", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-chain-spec 4.0.0-dev", + "target": "sc_chain_spec" + }, + { + "id": "sc-mixnet 0.1.0-dev", + "target": "sc_mixnet" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-rpc 6.0.0", + "target": "sp_rpc" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-version 22.0.0", + "target": "sp_version" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-rpc-server 4.0.0-dev": { + "name": "sc-rpc-server", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/rpc-servers" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_rpc_server", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_rpc_server", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "http 0.2.11", + "target": "http" + }, + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tower 0.4.13", + "target": "tower" + }, + { + "id": "tower-http 0.4.4", + "target": "tower_http" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-rpc-spec-v2 0.10.0-dev": { + "name": "sc-rpc-spec-v2", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/rpc-spec-v2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_rpc_spec_v2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_rpc_spec_v2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "array-bytes 6.2.0", + "target": "array_bytes" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-chain-spec 4.0.0-dev", + "target": "sc_chain_spec" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-rpc 6.0.0", + "target": "sp_rpc" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-version 22.0.0", + "target": "sp_version" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tokio-stream 0.1.14", + "target": "tokio_stream" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-service 0.10.0-dev": { + "name": "sc-service", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/service" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_service", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_service", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "rocksdb" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "directories 5.0.1", + "target": "directories" + }, + { + "id": "exit-future 0.2.0", + "target": "exit_future" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sc-chain-spec 4.0.0-dev", + "target": "sc_chain_spec" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-client-db 0.10.0-dev", + "target": "sc_client_db" + }, + { + "id": "sc-consensus 0.10.0-dev", + "target": "sc_consensus" + }, + { + "id": "sc-executor 0.10.0-dev", + "target": "sc_executor" + }, + { + "id": "sc-informant 0.10.0-dev", + "target": "sc_informant" + }, + { + "id": "sc-keystore 4.0.0-dev", + "target": "sc_keystore" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-network-bitswap 0.10.0-dev", + "target": "sc_network_bitswap" + }, + { + "id": "sc-network-common 0.10.0-dev", + "target": "sc_network_common" + }, + { + "id": "sc-network-light 0.10.0-dev", + "target": "sc_network_light" + }, + { + "id": "sc-network-sync 0.10.0-dev", + "target": "sc_network_sync" + }, + { + "id": "sc-network-transactions 0.10.0-dev", + "target": "sc_network_transactions" + }, + { + "id": "sc-rpc 4.0.0-dev", + "target": "sc_rpc" + }, + { + "id": "sc-rpc-server 4.0.0-dev", + "target": "sc_rpc_server" + }, + { + "id": "sc-rpc-spec-v2 0.10.0-dev", + "target": "sc_rpc_spec_v2" + }, + { + "id": "sc-sysinfo 6.0.0-dev", + "target": "sc_sysinfo" + }, + { + "id": "sc-telemetry 4.0.0-dev", + "target": "sc_telemetry" + }, + { + "id": "sc-tracing 4.0.0-dev", + "target": "sc_tracing" + }, + { + "id": "sc-transaction-pool 4.0.0-dev", + "target": "sc_transaction_pool" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.19.0", + "target": "sp_externalities" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-session 4.0.0-dev", + "target": "sp_session" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-storage 13.0.0", + "target": "sp_storage" + }, + { + "id": "sp-transaction-pool 4.0.0-dev", + "target": "sp_transaction_pool" + }, + { + "id": "sp-transaction-storage-proof 4.0.0-dev", + "target": "sp_transaction_storage_proof" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + }, + { + "id": "sp-version 22.0.0", + "target": "sp_version" + }, + { + "id": "static_init 1.0.3", + "target": "static_init" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "tempfile 3.8.1", + "target": "tempfile" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "tracing-futures 0.2.5", + "target": "tracing_futures" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-state-db 0.10.0-dev": { + "name": "sc-state-db", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/state-db" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_state_db", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_state_db", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-storage-monitor 0.1.0": { + "name": "sc-storage-monitor", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/storage-monitor" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_storage_monitor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_storage_monitor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "clap 4.4.8", + "target": "clap" + }, + { + "id": "fs4 0.6.6", + "target": "fs4" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "sc-client-db 0.10.0-dev", + "target": "sc_client_db" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-sync-state-rpc 0.10.0-dev": { + "name": "sc-sync-state-rpc", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/sync-state-rpc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_sync_state_rpc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_sync_state_rpc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-chain-spec 4.0.0-dev", + "target": "sc_chain_spec" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus-babe 0.10.0-dev", + "target": "sc_consensus_babe" + }, + { + "id": "sc-consensus-epochs 0.10.0-dev", + "target": "sc_consensus_epochs" + }, + { + "id": "sc-consensus-grandpa 0.10.0-dev", + "target": "sc_consensus_grandpa" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "Apache-2.0" + }, + "sc-sysinfo 6.0.0-dev": { + "name": "sc-sysinfo", + "version": "6.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/sysinfo" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_sysinfo", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_sysinfo", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_pcg 0.3.1", + "target": "rand_pcg" + }, + { + "id": "regex 1.10.2", + "target": "regex" + }, + { + "id": "sc-sysinfo 6.0.0-dev", + "target": "build_script_build" + }, + { + "id": "sc-telemetry 4.0.0-dev", + "target": "sc_telemetry" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "6.0.0-dev" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-telemetry 4.0.0-dev": { + "name": "sc-telemetry", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/telemetry" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_telemetry", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_telemetry", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "chrono 0.4.31", + "target": "chrono" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "libp2p 0.51.3", + "target": "libp2p" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "wasm-timer 0.2.5", + "target": "wasm_timer" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-tracing 4.0.0-dev": { + "name": "sc-tracing", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/tracing" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_tracing", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_tracing", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ansi_term 0.12.1", + "target": "ansi_term" + }, + { + "id": "atty 0.2.14", + "target": "atty" + }, + { + "id": "chrono 0.4.31", + "target": "chrono" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "regex 1.10.2", + "target": "regex" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-rpc 6.0.0", + "target": "sp_rpc" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-tracing 10.0.0", + "target": "sp_tracing" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "tracing-log 0.1.4", + "target": "tracing_log" + }, + { + "id": "tracing-subscriber 0.2.25", + "target": "tracing_subscriber" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sc-tracing-proc-macro 4.0.0-dev", + "target": "sc_tracing_proc_macro" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-tracing-proc-macro 4.0.0-dev": { + "name": "sc-tracing-proc-macro", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/tracing/proc-macro" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sc_tracing_proc_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_tracing_proc_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sc-transaction-pool 4.0.0-dev": { + "name": "sc-transaction-pool", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/transaction-pool" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_transaction_pool", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_transaction_pool", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "linked-hash-map 0.5.6", + "target": "linked_hash_map" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api" + }, + { + "id": "sc-utils 4.0.0-dev", + "target": "sc_utils" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-tracing 10.0.0", + "target": "sp_tracing" + }, + { + "id": "sp-transaction-pool 4.0.0-dev", + "target": "sp_transaction_pool" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint", + "alias": "prometheus_endpoint" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-transaction-pool-api 4.0.0-dev": { + "name": "sc-transaction-pool-api", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/transaction-pool/api" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_transaction_pool_api", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_transaction_pool_api", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "sc-utils 4.0.0-dev": { + "name": "sc-utils", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/client/utils" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sc_utils", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sc_utils", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "metered" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-timer 3.0.2", + "target": "futures_timer" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "prometheus 0.13.3", + "target": "prometheus" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "scale-bits 0.4.0": { + "name": "scale-bits", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-bits/0.4.0/download", + "sha256": "036575c29af9b6e4866ffb7fa055dbf623fe7a9cc159b33786de6013a6969d89" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scale_bits", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_bits", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "scale-info", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.0" + }, + "license": "Apache-2.0" + }, + "scale-decode 0.9.0": { + "name": "scale-decode", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-decode/0.9.0/download", + "sha256": "7789f5728e4e954aaa20cadcc370b99096fb8645fca3c9333ace44bb18f30095" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scale_decode", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_decode", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "derive", + "primitive-types", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "primitive-types 0.12.2", + "target": "primitive_types" + }, + { + "id": "scale-bits 0.4.0", + "target": "scale_bits" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + }, + { + "id": "scale-decode-derive 0.9.0", + "target": "scale_decode_derive" + } + ], + "selects": {} + }, + "version": "0.9.0" + }, + "license": "Apache-2.0" + }, + "scale-decode-derive 0.9.0": { + "name": "scale-decode-derive", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-decode-derive/0.9.0/download", + "sha256": "27873eb6005868f8cc72dcfe109fae664cf51223d35387bc2f28be4c28d94c47" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "scale_decode_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_decode_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "darling 0.14.4", + "target": "darling" + }, + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.9.0" + }, + "license": "Apache-2.0" + }, + "scale-encode 0.5.0": { + "name": "scale-encode", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-encode/0.5.0/download", + "sha256": "6d70cb4b29360105483fac1ed567ff95d65224a14dd275b6303ed0a654c78de5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scale_encode", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_encode", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "bits", + "default", + "derive", + "primitive-types", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "primitive-types 0.12.2", + "target": "primitive_types" + }, + { + "id": "scale-bits 0.4.0", + "target": "scale_bits" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + }, + { + "id": "scale-encode-derive 0.5.0", + "target": "scale_encode_derive" + } + ], + "selects": {} + }, + "version": "0.5.0" + }, + "license": "Apache-2.0" + }, + "scale-encode-derive 0.5.0": { + "name": "scale-encode-derive", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-encode-derive/0.5.0/download", + "sha256": "995491f110efdc6bea96d6a746140e32bfceb4ea47510750a5467295a4707a25" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "scale_encode_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_encode_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "darling 0.14.4", + "target": "darling" + }, + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.0" + }, + "license": "Apache-2.0" + }, + "scale-info 2.10.0": { + "name": "scale-info", + "version": "2.10.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-info/2.10.0/download", + "sha256": "7f7d66a1128282b7ef025a8ead62a4a9fcf017382ec53b8ffbf4d7bf77bd3c60" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scale_info", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_info", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "bit-vec", + "bitvec", + "decode", + "default", + "derive", + "scale-info-derive", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "scale" + }, + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + }, + { + "id": "scale-info-derive 2.10.0", + "target": "scale_info_derive" + } + ], + "selects": {} + }, + "version": "2.10.0" + }, + "license": "Apache-2.0" + }, + "scale-info-derive 2.10.0": { + "name": "scale-info-derive", + "version": "2.10.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-info-derive/2.10.0/download", + "sha256": "abf2c68b89cafb3b8d918dd07b42be0da66ff202cf1155c5739a4e0c1ea0dc19" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "scale_info_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_info_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.10.0" + }, + "license": "Apache-2.0" + }, + "scale-value 0.12.0": { + "name": "scale-value", + "version": "0.12.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scale-value/0.12.0/download", + "sha256": "6538d1cc1af9c0baf401c57da8a6d4730ef582db0d330d2efa56ec946b5b0283" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scale_value", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scale_value", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "from-string", + "parser-ss58", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base58 0.2.0", + "target": "base58" + }, + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "frame-metadata 15.1.0", + "target": "frame_metadata" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-bits 0.4.0", + "target": "scale_bits" + }, + { + "id": "scale-decode 0.9.0", + "target": "scale_decode" + }, + { + "id": "scale-encode 0.5.0", + "target": "scale_encode" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "yap 0.11.0", + "target": "yap" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "0.12.0" + }, + "license": "Apache-2.0" + }, + "schannel 0.1.22": { + "name": "schannel", + "version": "0.1.22", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/schannel/0.1.22/download", + "sha256": "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" + } + }, + "targets": [ + { + "Library": { + "crate_name": "schannel", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "schannel", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.22" + }, + "license": "MIT" + }, + "schnellru 0.2.1": { + "name": "schnellru", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/schnellru/0.2.1/download", + "sha256": "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "schnellru", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "schnellru", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "runtime-rng" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ahash 0.8.6", + "target": "ahash" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "hashbrown 0.13.2", + "target": "hashbrown" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.1" + }, + "license": "MIT/Apache-2.0" + }, + "schnorrkel 0.10.2": { + "name": "schnorrkel", + "version": "0.10.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/schnorrkel/0.10.2/download", + "sha256": "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "schnorrkel", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "schnorrkel", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "getrandom", + "preaudit_deprecated", + "serde_bytes", + "std", + "u64_backend" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "curve25519-dalek-ng 4.1.1", + "target": "curve25519_dalek_ng", + "alias": "curve25519_dalek" + }, + { + "id": "merlin 3.0.0", + "target": "merlin" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "serde_bytes 0.11.12", + "target": "serde_bytes" + }, + { + "id": "sha2 0.9.9", + "target": "sha2" + }, + { + "id": "subtle-ng 2.5.0", + "target": "subtle_ng", + "alias": "subtle" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.2" + }, + "license": "BSD-3-Clause" + }, + "schnorrkel 0.9.1": { + "name": "schnorrkel", + "version": "0.9.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/schnorrkel/0.9.1/download", + "sha256": "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862" + } + }, + "targets": [ + { + "Library": { + "crate_name": "schnorrkel", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "schnorrkel", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "getrandom", + "preaudit_deprecated", + "rand", + "std", + "u64_backend" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "arrayvec 0.5.2", + "target": "arrayvec" + }, + { + "id": "curve25519-dalek 2.1.3", + "target": "curve25519_dalek" + }, + { + "id": "getrandom 0.1.16", + "target": "getrandom" + }, + { + "id": "merlin 2.0.1", + "target": "merlin" + }, + { + "id": "rand 0.7.3", + "target": "rand" + }, + { + "id": "rand_core 0.5.1", + "target": "rand_core" + }, + { + "id": "sha2 0.8.2", + "target": "sha2" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.1" + }, + "license": "BSD-3-Clause" + }, + "scopeguard 1.2.0": { + "name": "scopeguard", + "version": "1.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scopeguard/1.2.0/download", + "sha256": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scopeguard", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scopeguard", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.2.0" + }, + "license": "MIT OR Apache-2.0" + }, + "scratch 1.0.7": { + "name": "scratch", + "version": "1.0.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/scratch/1.0.7/download", + "sha256": "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scratch", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "scratch", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "scratch 1.0.7", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.0.7" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "sct 0.6.1": { + "name": "sct", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sct/0.6.1/download", + "sha256": "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sct", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sct", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "untrusted 0.7.1", + "target": "untrusted" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.1" + }, + "license": "Apache-2.0/ISC/MIT" + }, + "sct 0.7.1": { + "name": "sct", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sct/0.7.1/download", + "sha256": "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sct", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sct", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ring 0.17.5", + "target": "ring" + }, + { + "id": "untrusted 0.9.0", + "target": "untrusted" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.1" + }, + "license": "Apache-2.0 OR ISC OR MIT" + }, + "sdp 0.5.3": { + "name": "sdp", + "version": "0.5.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sdp/0.5.3/download", + "sha256": "4d22a5ef407871893fd72b4562ee15e4742269b173959db4b8df6f538c414e13" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sdp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sdp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "substring 1.4.5", + "target": "substring" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "url 2.5.0", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.3" + }, + "license": "MIT/Apache-2.0" + }, + "sec1 0.3.0": { + "name": "sec1", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sec1/0.3.0/download", + "sha256": "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sec1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sec1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base16ct 0.1.1", + "target": "base16ct" + }, + { + "id": "der 0.6.1", + "target": "der" + }, + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "pkcs8 0.9.0", + "target": "pkcs8" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "sec1 0.7.3": { + "name": "sec1", + "version": "0.7.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sec1/0.7.3/download", + "sha256": "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sec1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sec1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "der", + "point", + "std", + "subtle", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base16ct 0.2.0", + "target": "base16ct" + }, + { + "id": "der 0.7.8", + "target": "der" + }, + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.3" + }, + "license": "Apache-2.0 OR MIT" + }, + "seccompiler 0.4.0": { + "name": "seccompiler", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/seccompiler/0.4.0/download", + "sha256": "345a3e4dddf721a478089d4697b83c6c0a8f5bf16086f6c13397e4534eb6e2e5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "seccompiler", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "seccompiler", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.0" + }, + "license": "Apache-2.0 OR BSD-3-Clause" + }, + "secp256k1 0.24.3": { + "name": "secp256k1", + "version": "0.24.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/secp256k1/0.24.3/download", + "sha256": "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62" + } + }, + "targets": [ + { + "Library": { + "crate_name": "secp256k1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "secp256k1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "global-context", + "recovery", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "secp256k1-sys 0.6.1", + "target": "secp256k1_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.24.3" + }, + "license": "CC0-1.0" + }, + "secp256k1 0.27.0": { + "name": "secp256k1", + "version": "0.27.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/secp256k1/0.27.0/download", + "sha256": "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "secp256k1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "secp256k1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "global-context", + "recovery", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "secp256k1-sys 0.8.1", + "target": "secp256k1_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.27.0" + }, + "license": "CC0-1.0" + }, + "secp256k1-sys 0.6.1": { + "name": "secp256k1-sys", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/secp256k1-sys/0.6.1/download", + "sha256": "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "secp256k1_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "secp256k1_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "recovery", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "secp256k1-sys 0.6.1", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + }, + "links": "rustsecp256k1_v0_6_1" + }, + "license": "CC0-1.0" + }, + "secp256k1-sys 0.8.1": { + "name": "secp256k1-sys", + "version": "0.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/secp256k1-sys/0.8.1/download", + "sha256": "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "secp256k1_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "secp256k1_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "recovery", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "secp256k1-sys 0.8.1", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + }, + "links": "rustsecp256k1_v0_8_1" + }, + "license": "CC0-1.0" + }, + "secrecy 0.8.0": { + "name": "secrecy", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/secrecy/0.8.0/download", + "sha256": "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "secrecy", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "secrecy", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.8.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "security-framework 2.9.2": { + "name": "security-framework", + "version": "2.9.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/security-framework/2.9.2/download", + "sha256": "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" + } + }, + "targets": [ + { + "Library": { + "crate_name": "security_framework", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "security_framework", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "OSX_10_9", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "core-foundation 0.9.3", + "target": "core_foundation" + }, + { + "id": "core-foundation-sys 0.8.4", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "security-framework-sys 2.9.1", + "target": "security_framework_sys" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.9.2" + }, + "license": "MIT OR Apache-2.0" + }, + "security-framework-sys 2.9.1": { + "name": "security-framework-sys", + "version": "2.9.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/security-framework-sys/2.9.1/download", + "sha256": "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "security_framework_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "security_framework_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "OSX_10_9" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "core-foundation-sys 0.8.4", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.9.1" + }, + "license": "MIT OR Apache-2.0" + }, + "semver 0.6.0": { + "name": "semver", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/semver/0.6.0/download", + "sha256": "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537" + } + }, + "targets": [ + { + "Library": { + "crate_name": "semver", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "semver", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "semver-parser 0.7.0", + "target": "semver_parser" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.6.0" + }, + "license": "MIT/Apache-2.0" + }, + "semver 1.0.20": { + "name": "semver", + "version": "1.0.20", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/semver/1.0.20/download", + "sha256": "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" + } + }, + "targets": [ + { + "Library": { + "crate_name": "semver", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "semver", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "semver 1.0.20", + "target": "build_script_build" + }, + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.20" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "semver-parser 0.7.0": { + "name": "semver-parser", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/semver-parser/0.7.0/download", + "sha256": "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "semver_parser", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "semver_parser", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.7.0" + }, + "license": "MIT/Apache-2.0" + }, + "serde 1.0.193": { + "name": "serde", + "version": "1.0.193", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/serde/1.0.193/download", + "sha256": "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "derive", + "serde_derive", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.193", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "serde_derive 1.0.193", + "target": "serde_derive" + } + ], + "selects": {} + }, + "version": "1.0.193" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "serde_bytes 0.11.12": { + "name": "serde_bytes", + "version": "0.11.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/serde_bytes/0.11.12/download", + "sha256": "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_bytes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_bytes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.12" + }, + "license": "MIT OR Apache-2.0" + }, + "serde_derive 1.0.193": { + "name": "serde_derive", + "version": "1.0.193", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/serde_derive/1.0.193/download", + "sha256": "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "serde_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.0.193" + }, + "license": "MIT OR Apache-2.0" + }, + "serde_json 1.0.108": { + "name": "serde_json", + "version": "1.0.108", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/serde_json/1.0.108/download", + "sha256": "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_json", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_json", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "raw_value", + "std", + "unbounded_depth" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "itoa 1.0.9", + "target": "itoa" + }, + { + "id": "ryu 1.0.15", + "target": "ryu" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.108" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "serde_spanned 0.6.4": { + "name": "serde_spanned", + "version": "0.6.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/serde_spanned/0.6.4/download", + "sha256": "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_spanned", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "serde_spanned", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.6.4" + }, + "license": "MIT OR Apache-2.0" + }, + "sha-1 0.9.8": { + "name": "sha-1", + "version": "0.9.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sha-1/0.9.8/download", + "sha256": "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "block-buffer 0.9.0", + "target": "block_buffer" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ + { + "id": "cpufeatures 0.2.11", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.9.8" + }, + "license": "MIT OR Apache-2.0" + }, + "sha1 0.10.6": { + "name": "sha1", + "version": "0.10.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sha1/0.10.6/download", + "sha256": "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha1", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha1", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "digest 0.10.7", + "target": "digest" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ + { + "id": "cpufeatures 0.2.11", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.10.6" + }, + "license": "MIT OR Apache-2.0" + }, + "sha2 0.10.8": { + "name": "sha2", + "version": "0.10.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sha2/0.10.8/download", + "sha256": "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "digest 0.10.7", + "target": "digest" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.11", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.10.8" + }, + "license": "MIT OR Apache-2.0" + }, + "sha2 0.8.2": { + "name": "sha2", + "version": "0.8.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sha2/0.8.2/download", + "sha256": "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "block-buffer 0.7.3", + "target": "block_buffer" + }, + { + "id": "digest 0.8.1", + "target": "digest" + }, + { + "id": "fake-simd 0.1.2", + "target": "fake_simd" + }, + { + "id": "opaque-debug 0.2.3", + "target": "opaque_debug" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.8.2" + }, + "license": "MIT OR Apache-2.0" + }, + "sha2 0.9.9": { + "name": "sha2", + "version": "0.9.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sha2/0.9.9/download", + "sha256": "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "block-buffer 0.9.0", + "target": "block_buffer" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.11", + "target": "cpufeatures" + } + ] + } + }, + "edition": "2018", + "version": "0.9.9" + }, + "license": "MIT OR Apache-2.0" + }, + "sha3 0.10.8": { + "name": "sha3", + "version": "0.10.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sha3/0.10.8/download", + "sha256": "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha3", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sha3", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "keccak 0.1.4", + "target": "keccak" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.8" + }, + "license": "MIT OR Apache-2.0" + }, + "sharded-slab 0.1.7": { + "name": "sharded-slab", + "version": "0.1.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sharded-slab/0.1.7/download", + "sha256": "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sharded_slab", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sharded_slab", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.7" + }, + "license": "MIT" + }, + "shlex 1.2.0": { + "name": "shlex", + "version": "1.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/shlex/1.2.0/download", + "sha256": "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" + } + }, + "targets": [ + { + "Library": { + "crate_name": "shlex", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "shlex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.2.0" + }, + "license": "MIT OR Apache-2.0" + }, + "signal-hook-registry 1.4.1": { + "name": "signal-hook-registry", + "version": "1.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/signal-hook-registry/1.4.1/download", + "sha256": "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "signal_hook_registry", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "signal_hook_registry", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.4.1" + }, + "license": "Apache-2.0/MIT" + }, + "signature 1.6.4": { + "name": "signature", + "version": "1.6.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/signature/1.6.4/download", + "sha256": "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "signature", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "signature", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.6.4" + }, + "license": "Apache-2.0 OR MIT" + }, + "signature 2.2.0": { + "name": "signature", + "version": "2.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/signature/2.2.0/download", + "sha256": "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" + } + }, + "targets": [ + { + "Library": { + "crate_name": "signature", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "signature", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "digest", + "rand_core", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.2.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "simba 0.8.1": { + "name": "simba", + "version": "0.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/simba/0.8.1/download", + "sha256": "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae" + } + }, + "targets": [ + { + "Library": { + "crate_name": "simba", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "simba", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std", + "wide" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "approx 0.5.1", + "target": "approx" + }, + { + "id": "num-complex 0.4.4", + "target": "num_complex" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "wide 0.7.13", + "target": "wide" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.14", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.8.1" + }, + "license": "Apache-2.0" + }, + "siphasher 0.3.11": { + "name": "siphasher", + "version": "0.3.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/siphasher/0.3.11/download", + "sha256": "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "siphasher", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "siphasher", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.11" + }, + "license": "MIT/Apache-2.0" + }, + "slab 0.4.9": { + "name": "slab", + "version": "0.4.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/slab/0.4.9/download", + "sha256": "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" + } + }, + "targets": [ + { + "Library": { + "crate_name": "slab", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "slab", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "slab 0.4.9", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.9" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT" + }, + "slice-group-by 0.3.1": { + "name": "slice-group-by", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/slice-group-by/0.3.1/download", + "sha256": "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "slice_group_by", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "slice_group_by", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.1" + }, + "license": "MIT" + }, + "slot-range-helper 1.0.0": { + "name": "slot-range-helper", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/runtime/common/slot_range_helper" + } + }, + "targets": [ + { + "Library": { + "crate_name": "slot_range_helper", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "slot_range_helper", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "enumn 0.1.12", + "target": "enumn" + }, + { + "id": "paste 1.0.14", + "target": "paste" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "slotmap 1.0.6": { + "name": "slotmap", + "version": "1.0.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/slotmap/1.0.6/download", + "sha256": "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" + } + }, + "targets": [ + { + "Library": { + "crate_name": "slotmap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "slotmap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "slotmap 1.0.6", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ], + "selects": {} + } + }, + "license": "Zlib" + }, + "smallvec 1.11.2": { + "name": "smallvec", + "version": "1.11.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/smallvec/1.11.2/download", + "sha256": "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" + } + }, + "targets": [ + { + "Library": { + "crate_name": "smallvec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "smallvec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "const_generics", + "const_new", + "union" + ], + "selects": {} + }, + "edition": "2018", + "version": "1.11.2" + }, + "license": "MIT OR Apache-2.0" + }, + "smol 1.3.0": { + "name": "smol", + "version": "1.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/smol/1.3.0/download", + "sha256": "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "smol", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "smol", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "async-executor 1.6.0", + "target": "async_executor" + }, + { + "id": "async-fs 1.6.0", + "target": "async_fs" + }, + { + "id": "async-io 1.13.0", + "target": "async_io" + }, + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "async-net 1.8.0", + "target": "async_net" + }, + { + "id": "async-process 1.8.1", + "target": "async_process" + }, + { + "id": "blocking 1.5.1", + "target": "blocking" + }, + { + "id": "futures-lite 1.13.0", + "target": "futures_lite" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.3.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "smoldot 0.11.0": { + "name": "smoldot", + "version": "0.11.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/smoldot/0.11.0/download", + "sha256": "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "smoldot", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "smoldot", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "futures-util", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "atomic-take 1.1.0", + "target": "atomic_take" + }, + { + "id": "base64 0.21.5", + "target": "base64" + }, + { + "id": "bip39 2.0.0", + "target": "bip39" + }, + { + "id": "blake2-rfc 0.2.18", + "target": "blake2_rfc" + }, + { + "id": "bs58 0.5.0", + "target": "bs58" + }, + { + "id": "chacha20 0.9.1", + "target": "chacha20" + }, + { + "id": "crossbeam-queue 0.3.8", + "target": "crossbeam_queue" + }, + { + "id": "ed25519-zebra 4.0.3", + "target": "ed25519_zebra" + }, + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "event-listener 2.5.3", + "target": "event_listener" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures-lite 1.13.0", + "target": "futures_lite" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "hashbrown 0.14.2", + "target": "hashbrown" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "itertools 0.11.0", + "target": "itertools" + }, + { + "id": "libsecp256k1 0.7.1", + "target": "libsecp256k1" + }, + { + "id": "merlin 3.0.0", + "target": "merlin" + }, + { + "id": "no-std-net 0.6.0", + "target": "no_std_net" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num-rational 0.4.1", + "target": "num_rational" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "pbkdf2 0.12.2", + "target": "pbkdf2" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "poly1305 0.8.0", + "target": "poly1305" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "ruzstd 0.4.0", + "target": "ruzstd" + }, + { + "id": "schnorrkel 0.10.2", + "target": "schnorrkel" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "sha3 0.10.8", + "target": "sha3" + }, + { + "id": "siphasher 0.3.11", + "target": "siphasher" + }, + { + "id": "slab 0.4.9", + "target": "slab" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "soketto 0.7.1", + "target": "soketto" + }, + { + "id": "twox-hash 1.6.3", + "target": "twox_hash" + }, + { + "id": "wasmi 0.31.0", + "target": "wasmi" + }, + { + "id": "x25519-dalek 2.0.0", + "target": "x25519_dalek" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "0.11.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "smoldot 0.8.0": { + "name": "smoldot", + "version": "0.8.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/smoldot/0.8.0/download", + "sha256": "1cce5e2881b30bad7ef89f383a816ad0b22c45915911f28499026de4a76d20ee" + } + }, + "targets": [ + { + "Library": { + "crate_name": "smoldot", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "smoldot", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "atomic 0.5.3", + "target": "atomic" + }, + { + "id": "base64 0.21.5", + "target": "base64" + }, + { + "id": "bip39 2.0.0", + "target": "bip39" + }, + { + "id": "blake2-rfc 0.2.18", + "target": "blake2_rfc" + }, + { + "id": "bs58 0.5.0", + "target": "bs58" + }, + { + "id": "crossbeam-queue 0.3.8", + "target": "crossbeam_queue" + }, + { + "id": "ed25519-zebra 3.1.0", + "target": "ed25519_zebra" + }, + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "event-listener 2.5.3", + "target": "event_listener" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures-channel 0.3.29", + "target": "futures_channel" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "hashbrown 0.14.2", + "target": "hashbrown" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "libsecp256k1 0.7.1", + "target": "libsecp256k1" + }, + { + "id": "merlin 3.0.0", + "target": "merlin" + }, + { + "id": "no-std-net 0.6.0", + "target": "no_std_net" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-bigint 0.4.4", + "target": "num_bigint" + }, + { + "id": "num-rational 0.4.1", + "target": "num_rational" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "pbkdf2 0.12.2", + "target": "pbkdf2" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "ruzstd 0.4.0", + "target": "ruzstd" + }, + { + "id": "schnorrkel 0.10.2", + "target": "schnorrkel" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "siphasher 0.3.11", + "target": "siphasher" + }, + { + "id": "slab 0.4.9", + "target": "slab" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "smol 1.3.0", + "target": "smol" + }, + { + "id": "snow 0.9.4", + "target": "snow" + }, + { + "id": "soketto 0.7.1", + "target": "soketto" + }, + { + "id": "tiny-keccak 2.0.2", + "target": "tiny_keccak" + }, + { + "id": "twox-hash 1.6.3", + "target": "twox_hash" + }, + { + "id": "wasmi 0.30.0", + "target": "wasmi" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "0.8.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "smoldot-light 0.6.0": { + "name": "smoldot-light", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/smoldot-light/0.6.0/download", + "sha256": "4b2f7b4687b83ff244ef6137735ed5716ad37dcdf3ee16c4eb1a32fb9808fa47" + } + }, + "targets": [ + { + "Library": { + "crate_name": "smoldot_light", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "smoldot_light", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "blake2-rfc 0.2.18", + "target": "blake2_rfc" + }, + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "event-listener 2.5.3", + "target": "event_listener" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures-channel 0.3.29", + "target": "futures_channel" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "hashbrown 0.14.2", + "target": "hashbrown" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "lru 0.10.1", + "target": "lru" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "siphasher 0.3.11", + "target": "siphasher" + }, + { + "id": "slab 0.4.9", + "target": "slab" + }, + { + "id": "smol 1.3.0", + "target": "smol" + }, + { + "id": "smoldot 0.8.0", + "target": "smoldot" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "0.6.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "smoldot-light 0.9.0": { + "name": "smoldot-light", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/smoldot-light/0.9.0/download", + "sha256": "256b5bad1d6b49045e95fe87492ce73d5af81545d8b4d8318a872d2007024c33" + } + }, + "targets": [ + { + "Library": { + "crate_name": "smoldot_light", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "smoldot_light", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "async-lock 2.8.0", + "target": "async_lock" + }, + { + "id": "base64 0.21.5", + "target": "base64" + }, + { + "id": "blake2-rfc 0.2.18", + "target": "blake2_rfc" + }, + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "event-listener 2.5.3", + "target": "event_listener" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures-channel 0.3.29", + "target": "futures_channel" + }, + { + "id": "futures-lite 1.13.0", + "target": "futures_lite" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "hashbrown 0.14.2", + "target": "hashbrown" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "itertools 0.11.0", + "target": "itertools" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "lru 0.11.1", + "target": "lru" + }, + { + "id": "no-std-net 0.6.0", + "target": "no_std_net" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "siphasher 0.3.11", + "target": "siphasher" + }, + { + "id": "slab 0.4.9", + "target": "slab" + }, + { + "id": "smol 1.3.0", + "target": "smol" + }, + { + "id": "smoldot 0.11.0", + "target": "smoldot" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ], + "selects": {} + }, + "version": "0.9.0" + }, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0" + }, + "snap 1.1.0": { + "name": "snap", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/snap/1.1.0/download", + "sha256": "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" + } + }, + "targets": [ + { + "Library": { + "crate_name": "snap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "snap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "snap 1.1.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.1.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "BSD-3-Clause" + }, + "snow 0.9.4": { + "name": "snow", + "version": "0.9.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/snow/0.9.4/download", + "sha256": "58021967fd0a5eeeb23b08df6cc244a4d4a5b4aec1d27c9e02fad1a58b4cd74e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "snow", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "snow", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [], + "selects": { + "aarch64-apple-darwin": [ + "ring", + "ring-resolver" + ], + "aarch64-apple-ios": [ + "ring", + "ring-resolver" + ], + "aarch64-apple-ios-sim": [ + "ring", + "ring-resolver" + ], + "aarch64-fuchsia": [ + "ring", + "ring-resolver" + ], + "aarch64-linux-android": [ + "ring", + "ring-resolver" + ], + "aarch64-pc-windows-msvc": [ + "ring", + "ring-resolver" + ], + "aarch64-unknown-linux-gnu": [ + "ring", + "ring-resolver" + ], + "aarch64-unknown-nixos-gnu": [ + "ring", + "ring-resolver" + ], + "aarch64-unknown-nto-qnx710": [ + "ring", + "ring-resolver" + ], + "arm-unknown-linux-gnueabi": [ + "ring", + "ring-resolver" + ], + "armv7-linux-androideabi": [ + "ring", + "ring-resolver" + ], + "armv7-unknown-linux-gnueabi": [ + "ring", + "ring-resolver" + ], + "i686-apple-darwin": [ + "ring", + "ring-resolver" + ], + "i686-linux-android": [ + "ring", + "ring-resolver" + ], + "i686-pc-windows-msvc": [ + "ring", + "ring-resolver" + ], + "i686-unknown-freebsd": [ + "ring", + "ring-resolver" + ], + "i686-unknown-linux-gnu": [ + "ring", + "ring-resolver" + ], + "powerpc-unknown-linux-gnu": [ + "ring", + "ring-resolver" + ], + "riscv32imc-unknown-none-elf": [ + "ring", + "ring-resolver" + ], + "riscv64gc-unknown-none-elf": [ + "ring", + "ring-resolver" + ], + "s390x-unknown-linux-gnu": [ + "ring", + "ring-resolver" + ], + "thumbv7em-none-eabi": [ + "ring", + "ring-resolver" + ], + "thumbv8m.main-none-eabi": [ + "ring", + "ring-resolver" + ], + "wasm32-unknown-unknown": [ + "aes-gcm", + "blake2", + "chacha20poly1305", + "curve25519-dalek", + "default-resolver", + "sha2" + ], + "wasm32-wasi": [ + "aes-gcm", + "blake2", + "chacha20poly1305", + "curve25519-dalek", + "default-resolver", + "sha2" + ], + "x86_64-apple-darwin": [ + "ring", + "ring-resolver" + ], + "x86_64-apple-ios": [ + "ring", + "ring-resolver" + ], + "x86_64-fuchsia": [ + "ring", + "ring-resolver" + ], + "x86_64-linux-android": [ + "ring", + "ring-resolver" + ], + "x86_64-pc-windows-msvc": [ + "ring", + "ring-resolver" + ], + "x86_64-unknown-freebsd": [ + "ring", + "ring-resolver" + ], + "x86_64-unknown-linux-gnu": [ + "ring", + "ring-resolver" + ], + "x86_64-unknown-nixos-gnu": [ + "ring", + "ring-resolver" + ], + "x86_64-unknown-none": [ + "ring", + "ring-resolver" + ] + } + }, + "deps": { + "common": [ + { + "id": "aes-gcm 0.10.3", + "target": "aes_gcm" + }, + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "chacha20poly1305 0.10.1", + "target": "chacha20poly1305" + }, + { + "id": "curve25519-dalek 4.1.1", + "target": "curve25519_dalek" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "ring 0.17.5", + "target": "ring" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "snow 0.9.4", + "target": "build_script_build" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.4" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rustc_version 0.4.0", + "target": "rustc_version" + } + ], + "selects": {} + }, + "link_deps": { + "common": [ + { + "id": "ring 0.17.5", + "target": "ring" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 OR MIT" + }, + "socket2 0.4.10": { + "name": "socket2", + "version": "0.4.10", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/socket2/0.4.10/download", + "sha256": "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "socket2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "socket2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "all" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "version": "0.4.10" + }, + "license": "MIT OR Apache-2.0" + }, + "socket2 0.5.5": { + "name": "socket2", + "version": "0.5.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/socket2/0.5.5/download", + "sha256": "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "socket2", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "socket2", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "all" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "0.5.5" + }, + "license": "MIT OR Apache-2.0" + }, + "soketto 0.7.1": { + "name": "soketto", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/soketto/0.7.1/download", + "sha256": "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "soketto", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "soketto", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "http" + ], + "selects": { + "aarch64-apple-darwin": [ + "deflate", + "flate2" + ], + "aarch64-apple-ios": [ + "deflate", + "flate2" + ], + "aarch64-apple-ios-sim": [ + "deflate", + "flate2" + ], + "aarch64-fuchsia": [ + "deflate", + "flate2" + ], + "aarch64-linux-android": [ + "deflate", + "flate2" + ], + "aarch64-pc-windows-msvc": [ + "deflate", + "flate2" + ], + "aarch64-unknown-linux-gnu": [ + "deflate", + "flate2" + ], + "aarch64-unknown-nixos-gnu": [ + "deflate", + "flate2" + ], + "aarch64-unknown-nto-qnx710": [ + "deflate", + "flate2" + ], + "arm-unknown-linux-gnueabi": [ + "deflate", + "flate2" + ], + "armv7-linux-androideabi": [ + "deflate", + "flate2" + ], + "armv7-unknown-linux-gnueabi": [ + "deflate", + "flate2" + ], + "i686-apple-darwin": [ + "deflate", + "flate2" + ], + "i686-linux-android": [ + "deflate", + "flate2" + ], + "i686-pc-windows-msvc": [ + "deflate", + "flate2" + ], + "i686-unknown-freebsd": [ + "deflate", + "flate2" + ], + "i686-unknown-linux-gnu": [ + "deflate", + "flate2" + ], + "powerpc-unknown-linux-gnu": [ + "deflate", + "flate2" + ], + "riscv32imc-unknown-none-elf": [ + "deflate", + "flate2" + ], + "riscv64gc-unknown-none-elf": [ + "deflate", + "flate2" + ], + "s390x-unknown-linux-gnu": [ + "deflate", + "flate2" + ], + "thumbv7em-none-eabi": [ + "deflate", + "flate2" + ], + "thumbv8m.main-none-eabi": [ + "deflate", + "flate2" + ], + "x86_64-apple-darwin": [ + "deflate", + "flate2" + ], + "x86_64-apple-ios": [ + "deflate", + "flate2" + ], + "x86_64-fuchsia": [ + "deflate", + "flate2" + ], + "x86_64-linux-android": [ + "deflate", + "flate2" + ], + "x86_64-pc-windows-msvc": [ + "deflate", + "flate2" + ], + "x86_64-unknown-freebsd": [ + "deflate", + "flate2" + ], + "x86_64-unknown-linux-gnu": [ + "deflate", + "flate2" + ], + "x86_64-unknown-nixos-gnu": [ + "deflate", + "flate2" + ], + "x86_64-unknown-none": [ + "deflate", + "flate2" + ] + } + }, + "deps": { + "common": [ + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "flate2 1.0.28", + "target": "flate2" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "http 0.2.11", + "target": "http" + }, + { + "id": "httparse 1.8.0", + "target": "httparse" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "sha-1 0.9.8", + "target": "sha1" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "sov-rollup-interface 0.3.0": { + "name": "sov-rollup-interface", + "version": "0.3.0", + "repository": { + "Git": { + "remote": "https://github.com/Sovereign-Labs/sovereign-sdk", + "commitish": { + "Rev": "6058b31" + }, + "strip_prefix": "rollup-interface" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sov_rollup_interface", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sov_rollup_interface", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "bincode", + "bytes", + "default", + "native", + "std", + "thiserror", + "tokio" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "bincode 1.3.3", + "target": "bincode" + }, + { + "id": "borsh 0.10.3", + "target": "borsh" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "sp-api 4.0.0-dev": { + "name": "sp-api", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/api" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_api", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_api", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "frame-metadata", + "hash-db", + "sp-externalities", + "sp-metadata-ir", + "sp-state-machine", + "sp-trie", + "std", + "thiserror" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hash-db 0.16.0", + "target": "hash_db" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.19.0", + "target": "sp_externalities" + }, + { + "id": "sp-metadata-ir 0.1.0", + "target": "sp_metadata_ir" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + }, + { + "id": "sp-version 22.0.0", + "target": "sp_version" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sp-api-proc-macro 4.0.0-dev", + "target": "sp_api_proc_macro" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-api-proc-macro 4.0.0-dev": { + "name": "sp-api-proc-macro", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/api/proc-macro" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sp_api_proc_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_api_proc_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "frame-metadata", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "Inflector 0.11.4", + "target": "inflector" + }, + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "expander 2.0.0", + "target": "expander" + }, + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-application-crypto 23.0.0": { + "name": "sp-application-crypto", + "version": "23.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/application-crypto" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_application_crypto", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_application_crypto", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "full_crypto", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "23.0.0" + }, + "license": "Apache-2.0" + }, + "sp-arithmetic 16.0.0": { + "name": "sp-arithmetic", + "version": "16.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/arithmetic" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_arithmetic", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_arithmetic", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "integer-sqrt 0.1.5", + "target": "integer_sqrt" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "16.0.0" + }, + "license": "Apache-2.0" + }, + "sp-ark-bls12-381 0.4.2": { + "name": "sp-ark-bls12-381", + "version": "0.4.2", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/arkworks-substrate", + "commitish": { + "Branch": "master" + }, + "strip_prefix": "bls12_381" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_ark_bls12_381", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_ark_bls12_381", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-bls12-381-ext 0.4.1", + "target": "ark_bls12_381_ext" + }, + { + "id": "sp-crypto-ec-utils 0.4.1", + "target": "sp_crypto_ec_utils" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.2" + }, + "license": "MIT/Apache-2.0" + }, + "sp-ark-ed-on-bls12-381-bandersnatch 0.4.2": { + "name": "sp-ark-ed-on-bls12-381-bandersnatch", + "version": "0.4.2", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/arkworks-substrate", + "commitish": { + "Branch": "master" + }, + "strip_prefix": "ed_on_bls12_381_bandersnatch" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_ark_ed_on_bls12_381_bandersnatch", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_ark_ed_on_bls12_381_bandersnatch", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-ed-on-bls12-381-bandersnatch-ext 0.4.1", + "target": "ark_ed_on_bls12_381_bandersnatch_ext" + }, + { + "id": "sp-crypto-ec-utils 0.4.1", + "target": "sp_crypto_ec_utils" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.2" + }, + "license": "MIT/Apache-2.0" + }, + "sp-authority-discovery 4.0.0-dev": { + "name": "sp-authority-discovery", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/authority-discovery" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_authority_discovery", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_authority_discovery", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-block-builder 4.0.0-dev": { + "name": "sp-block-builder", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/block-builder" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_block_builder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_block_builder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-blockchain 4.0.0-dev": { + "name": "sp-blockchain", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/blockchain" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_blockchain", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_blockchain", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-consensus 0.10.0-dev", + "target": "sp_consensus" + }, + { + "id": "sp-database 4.0.0-dev", + "target": "sp_database" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-consensus 0.10.0-dev": { + "name": "sp-consensus", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/consensus/common" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_consensus", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_consensus", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.10.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-consensus-aura 0.10.0-dev": { + "name": "sp-consensus-aura", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/consensus/aura" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_consensus_aura", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_consensus_aura", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "async-trait", + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-consensus-slots 0.10.0-dev", + "target": "sp_consensus_slots" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-timestamp 4.0.0-dev", + "target": "sp_timestamp" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.10.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-consensus-babe 0.10.0-dev": { + "name": "sp-consensus-babe", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/consensus/babe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_consensus_babe", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_consensus_babe", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "async-trait", + "default", + "serde", + "sp-timestamp", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-consensus-slots 0.10.0-dev", + "target": "sp_consensus_slots" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-timestamp 4.0.0-dev", + "target": "sp_timestamp" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.10.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-consensus-beefy 4.0.0-dev": { + "name": "sp-consensus-beefy", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/consensus/beefy" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_consensus_beefy", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_consensus_beefy", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-mmr-primitives 4.0.0-dev", + "target": "sp_mmr_primitives" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "strum 0.24.1", + "target": "strum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-consensus-grandpa 4.0.0-dev": { + "name": "sp-consensus-grandpa", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/consensus/grandpa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_consensus_grandpa", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_consensus_grandpa", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde", + "sp-keystore", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "finality-grandpa 0.16.2", + "target": "finality_grandpa", + "alias": "grandpa" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-consensus-slots 0.10.0-dev": { + "name": "sp-consensus-slots", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/consensus/slots" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_consensus_slots", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_consensus_slots", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-timestamp 4.0.0-dev", + "target": "sp_timestamp" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-core 21.0.0": { + "name": "sp-core", + "version": "21.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/core" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "array-bytes", + "blake2", + "bs58", + "default", + "dyn-clonable", + "ed25519-zebra", + "full_crypto", + "futures", + "impl-serde", + "itertools", + "lazy_static", + "libsecp256k1", + "parking_lot", + "rand", + "regex", + "secp256k1", + "serde", + "sp-core-hashing", + "sp-externalities", + "std", + "substrate-bip39", + "thiserror", + "tracing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "array-bytes 6.2.0", + "target": "array_bytes" + }, + { + "id": "bip39 2.0.0", + "target": "bip39" + }, + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "bounded-collections 0.1.9", + "target": "bounded_collections" + }, + { + "id": "bs58 0.5.0", + "target": "bs58" + }, + { + "id": "dyn-clonable 0.9.0", + "target": "dyn_clonable" + }, + { + "id": "ed25519-zebra 3.1.0", + "target": "ed25519_zebra" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "hash-db 0.16.0", + "target": "hash_db" + }, + { + "id": "hash256-std-hasher 0.15.2", + "target": "hash256_std_hasher" + }, + { + "id": "impl-serde 0.4.0", + "target": "impl_serde" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "libsecp256k1 0.7.1", + "target": "libsecp256k1" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "merlin 2.0.1", + "target": "merlin" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "primitive-types 0.12.2", + "target": "primitive_types" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "regex 1.10.2", + "target": "regex" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "schnorrkel 0.9.1", + "target": "schnorrkel" + }, + { + "id": "secp256k1 0.24.3", + "target": "secp256k1" + }, + { + "id": "secrecy 0.8.0", + "target": "secrecy" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-core-hashing 9.0.0", + "target": "sp_core_hashing" + }, + { + "id": "sp-externalities 0.19.0", + "target": "sp_externalities" + }, + { + "id": "sp-runtime-interface 17.0.0", + "target": "sp_runtime_interface" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-storage 13.0.0", + "target": "sp_storage" + }, + { + "id": "ss58-registry 1.44.0", + "target": "ss58_registry" + }, + { + "id": "substrate-bip39 0.4.5", + "target": "substrate_bip39" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.14", + "target": "paste" + }, + { + "id": "sp-debug-derive 8.0.0", + "target": "sp_debug_derive" + } + ], + "selects": {} + }, + "version": "21.0.0" + }, + "license": "Apache-2.0" + }, + "sp-core-hashing 9.0.0": { + "name": "sp-core-hashing", + "version": "9.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-core-hashing/9.0.0/download", + "sha256": "2ee599a8399448e65197f9a6cee338ad192e9023e35e31f22382964c3c174c68" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_core_hashing", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_core_hashing", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "blake2b_simd 1.0.2", + "target": "blake2b_simd" + }, + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "sha3 0.10.8", + "target": "sha3" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "twox-hash 1.6.3", + "target": "twox_hash" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "9.0.0" + }, + "license": "Apache-2.0" + }, + "sp-core-hashing-proc-macro 9.0.0": { + "name": "sp-core-hashing-proc-macro", + "version": "9.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/core/hashing/proc-macro" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sp_core_hashing_proc_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_core_hashing_proc_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "sp-core-hashing 9.0.0", + "target": "sp_core_hashing" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "9.0.0" + }, + "license": "Apache-2.0" + }, + "sp-crypto-ec-utils 0.4.1": { + "name": "sp-crypto-ec-utils", + "version": "0.4.1", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk", + "commitish": { + "Branch": "master" + }, + "strip_prefix": "substrate/primitives/crypto/ec-utils" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_crypto_ec_utils", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_crypto_ec_utils", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-bls12-381 0.4.0", + "target": "ark_bls12_381" + }, + { + "id": "ark-bls12-381-ext 0.4.1", + "target": "ark_bls12_381_ext" + }, + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ed-on-bls12-381-bandersnatch 0.4.0", + "target": "ark_ed_on_bls12_381_bandersnatch" + }, + { + "id": "ark-ed-on-bls12-381-bandersnatch-ext 0.4.1", + "target": "ark_ed_on_bls12_381_bandersnatch_ext" + }, + { + "id": "ark-scale 0.0.11", + "target": "ark_scale" + }, + { + "id": "sp-runtime-interface 17.0.0", + "target": "sp_runtime_interface" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.1" + }, + "license": "Apache-2.0" + }, + "sp-database 4.0.0-dev": { + "name": "sp-database", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/database" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_database", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_database", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "kvdb 0.13.0", + "target": "kvdb" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-debug-derive 8.0.0": { + "name": "sp-debug-derive", + "version": "8.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/debug-derive" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sp_debug_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_debug_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "8.0.0" + }, + "license": "Apache-2.0" + }, + "sp-externalities 0.19.0": { + "name": "sp-externalities", + "version": "0.19.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/externalities" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_externalities", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_externalities", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "environmental 1.1.4", + "target": "environmental" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-storage 13.0.0", + "target": "sp_storage" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.19.0" + }, + "license": "Apache-2.0" + }, + "sp-genesis-builder 0.1.0": { + "name": "sp-genesis-builder", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/genesis-builder" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_genesis_builder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_genesis_builder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "sp-inherents 4.0.0-dev": { + "name": "sp-inherents", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/inherents" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_inherents", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_inherents", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "async-trait", + "default", + "sp-runtime", + "std", + "thiserror" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + }, + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-io 23.0.0": { + "name": "sp-io", + "version": "23.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/io" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_io", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_io", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "disable_oom", + "disable_panic_handler", + "ed25519-dalek", + "libsecp256k1", + "log", + "secp256k1", + "sp-keystore", + "sp-state-machine", + "sp-trie", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "ed25519-dalek 2.1.0", + "target": "ed25519_dalek" + }, + { + "id": "libsecp256k1 0.7.1", + "target": "libsecp256k1" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "secp256k1 0.24.3", + "target": "secp256k1" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.19.0", + "target": "sp_externalities" + }, + { + "id": "sp-io 23.0.0", + "target": "build_script_build" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime-interface 17.0.0", + "target": "sp_runtime_interface" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-tracing 10.0.0", + "target": "sp_tracing" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "tracing-core 0.1.32", + "target": "tracing_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "23.0.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "proc_macro_deps": { + "common": [ + { + "id": "rustversion 1.0.14", + "target": "rustversion" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0" + }, + "sp-keyring 24.0.0": { + "name": "sp-keyring", + "version": "24.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/keyring" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_keyring", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_keyring", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "strum 0.24.1", + "target": "strum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "24.0.0" + }, + "license": "Apache-2.0" + }, + "sp-keystore 0.27.0": { + "name": "sp-keystore", + "version": "0.27.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/keystore" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_keystore", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_keystore", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.19.0", + "target": "sp_externalities" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.27.0" + }, + "license": "Apache-2.0" + }, + "sp-maybe-compressed-blob 4.1.0-dev": { + "name": "sp-maybe-compressed-blob", + "version": "4.1.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/maybe-compressed-blob" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_maybe_compressed_blob", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_maybe_compressed_blob", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "zstd 0.12.4", + "target": "zstd" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.1.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-metadata-ir 0.1.0": { + "name": "sp-metadata-ir", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/metadata-ir" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_metadata_ir", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_metadata_ir", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-metadata 16.0.0", + "target": "frame_metadata" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "sp-mixnet 0.1.0-dev": { + "name": "sp-mixnet", + "version": "0.1.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/mixnet" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_mixnet", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_mixnet", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-mmr-primitives 4.0.0-dev": { + "name": "sp-mmr-primitives", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/merkle-mountain-range" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_mmr_primitives", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_mmr_primitives", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ckb-merkle-mountain-range 0.5.2", + "target": "ckb_merkle_mountain_range", + "alias": "mmr_lib" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sp-debug-derive 8.0.0", + "target": "sp_debug_derive" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-npos-elections 4.0.0-dev": { + "name": "sp-npos-elections", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/npos-elections" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_npos_elections", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_npos_elections", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-offchain 4.0.0-dev": { + "name": "sp-offchain", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/offchain" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_offchain", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_offchain", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-panic-handler 8.0.0": { + "name": "sp-panic-handler", + "version": "8.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/panic-handler" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_panic_handler", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_panic_handler", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "backtrace 0.3.69", + "target": "backtrace" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "regex 1.10.2", + "target": "regex" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "8.0.0" + }, + "license": "Apache-2.0" + }, + "sp-rpc 6.0.0": { + "name": "sp-rpc", + "version": "6.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/rpc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_rpc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_rpc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "6.0.0" + }, + "license": "Apache-2.0" + }, + "sp-runtime 24.0.0": { + "name": "sp-runtime", + "version": "24.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/runtime" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_runtime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_runtime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "rand", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "hash256-std-hasher 0.15.2", + "target": "hash256_std_hasher" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-weights 20.0.0", + "target": "sp_weights" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + }, + { + "id": "paste 1.0.14", + "target": "paste" + } + ], + "selects": {} + }, + "version": "24.0.0" + }, + "license": "Apache-2.0" + }, + "sp-runtime-interface 17.0.0": { + "name": "sp-runtime-interface", + "version": "17.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/runtime-interface" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_runtime_interface", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_runtime_interface", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "disable_target_static_assertions", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "primitive-types 0.12.2", + "target": "primitive_types" + }, + { + "id": "sp-externalities 0.19.0", + "target": "sp_externalities" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-storage 13.0.0", + "target": "sp_storage" + }, + { + "id": "sp-tracing 10.0.0", + "target": "sp_tracing" + }, + { + "id": "sp-wasm-interface 14.0.0", + "target": "sp_wasm_interface" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + }, + { + "id": "sp-runtime-interface-proc-macro 11.0.0", + "target": "sp_runtime_interface_proc_macro" + } + ], + "selects": {} + }, + "version": "17.0.0" + }, + "license": "Apache-2.0" + }, + "sp-runtime-interface-proc-macro 11.0.0": { + "name": "sp-runtime-interface-proc-macro", + "version": "11.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/runtime-interface/proc-macro" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sp_runtime_interface_proc_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_runtime_interface_proc_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "Inflector 0.11.4", + "target": "inflector" + }, + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "11.0.0" + }, + "license": "Apache-2.0" + }, + "sp-session 4.0.0-dev": { + "name": "sp-session", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/session" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_session", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_session", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "sp-keystore", + "sp-runtime", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-staking 4.0.0-dev", + "target": "sp_staking" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-staking 4.0.0-dev": { + "name": "sp-staking", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/staking" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_staking", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_staking", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-state-machine 0.28.0": { + "name": "sp-state-machine", + "version": "0.28.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/state-machine" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_state_machine", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_state_machine", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "parking_lot", + "rand", + "sp-panic-handler", + "std", + "thiserror", + "tracing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hash-db 0.16.0", + "target": "hash_db" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.19.0", + "target": "sp_externalities" + }, + { + "id": "sp-panic-handler 8.0.0", + "target": "sp_panic_handler" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "trie-db 0.28.0", + "target": "trie_db" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.28.0" + }, + "license": "Apache-2.0" + }, + "sp-statement-store 4.0.0-dev": { + "name": "sp-statement-store", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/statement-store" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_statement_store", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_statement_store", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "aes-gcm", + "curve25519-dalek", + "default", + "ed25519-dalek", + "hkdf", + "rand", + "sha2", + "std", + "thiserror", + "x25519-dalek" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "aes-gcm 0.10.3", + "target": "aes_gcm" + }, + { + "id": "curve25519-dalek 4.1.1", + "target": "curve25519_dalek" + }, + { + "id": "ed25519-dalek 2.1.0", + "target": "ed25519_dalek" + }, + { + "id": "hkdf 0.12.3", + "target": "hkdf" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-application-crypto 23.0.0", + "target": "sp_application_crypto" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.19.0", + "target": "sp_externalities" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-runtime-interface 17.0.0", + "target": "sp_runtime_interface" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "x25519-dalek 2.0.0", + "target": "x25519_dalek" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-std 8.0.0": { + "name": "sp-std", + "version": "8.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/sp-std/8.0.0/download", + "sha256": "53458e3c57df53698b3401ec0934bea8e8cfce034816873c0b0abbd83d7bac0d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_std", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_std", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "8.0.0" + }, + "license": "Apache-2.0" + }, + "sp-storage 13.0.0": { + "name": "sp-storage", + "version": "13.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/storage" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_storage", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_storage", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "impl-serde", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "impl-serde 0.4.0", + "target": "impl_serde" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "ref-cast 1.0.20", + "target": "ref_cast" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sp-debug-derive 8.0.0", + "target": "sp_debug_derive" + } + ], + "selects": {} + }, + "version": "13.0.0" + }, + "license": "Apache-2.0" + }, + "sp-timestamp 4.0.0-dev": { + "name": "sp-timestamp", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/timestamp" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_timestamp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_timestamp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "async-trait", + "default", + "std", + "thiserror" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-tracing 10.0.0": { + "name": "sp-tracing", + "version": "10.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/tracing" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_tracing", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_tracing", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std", + "tracing-subscriber", + "with-tracing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "tracing-core 0.1.32", + "target": "tracing_core" + }, + { + "id": "tracing-subscriber 0.2.25", + "target": "tracing_subscriber" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "10.0.0" + }, + "license": "Apache-2.0" + }, + "sp-transaction-pool 4.0.0-dev": { + "name": "sp-transaction-pool", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/transaction-pool" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_transaction_pool", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_transaction_pool", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-transaction-storage-proof 4.0.0-dev": { + "name": "sp-transaction-storage-proof", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/transaction-storage-proof" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_transaction_storage_proof", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_transaction_storage_proof", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "async-trait", + "default", + "sp-core", + "sp-trie", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "sp-trie 22.0.0": { + "name": "sp-trie", + "version": "22.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/trie" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_trie", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_trie", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ahash", + "default", + "hashbrown", + "lazy_static", + "nohash-hasher", + "parking_lot", + "rand", + "schnellru", + "std", + "thiserror", + "tracing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ahash 0.8.6", + "target": "ahash" + }, + { + "id": "hash-db 0.16.0", + "target": "hash_db" + }, + { + "id": "hashbrown 0.13.2", + "target": "hashbrown" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "memory-db 0.32.0", + "target": "memory_db" + }, + { + "id": "nohash-hasher 0.2.0", + "target": "nohash_hasher" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "schnellru 0.2.1", + "target": "schnellru" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "trie-db 0.28.0", + "target": "trie_db" + }, + { + "id": "trie-root 0.18.0", + "target": "trie_root" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "22.0.0" + }, + "license": "Apache-2.0" + }, + "sp-version 22.0.0": { + "name": "sp-version", + "version": "22.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/version" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_version", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_version", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "impl-serde", + "parity-wasm", + "serde", + "std", + "thiserror" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "impl-serde 0.4.0", + "target": "impl_serde" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "parity-wasm 0.45.0", + "target": "parity_wasm" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sp-core-hashing-proc-macro 9.0.0", + "target": "sp_core_hashing_proc_macro" + }, + { + "id": "sp-version-proc-macro 8.0.0", + "target": "sp_version_proc_macro" + } + ], + "selects": {} + }, + "version": "22.0.0" + }, + "license": "Apache-2.0" + }, + "sp-version-proc-macro 8.0.0": { + "name": "sp-version-proc-macro", + "version": "8.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/version/proc-macro" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "sp_version_proc_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_version_proc_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "8.0.0" + }, + "license": "Apache-2.0" + }, + "sp-wasm-interface 14.0.0": { + "name": "sp-wasm-interface", + "version": "14.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/wasm-interface" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_wasm_interface", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_wasm_interface", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "anyhow", + "default", + "log", + "std", + "wasmtime" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "wasmtime 8.0.1", + "target": "wasmtime" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + } + ], + "selects": {} + }, + "version": "14.0.0" + }, + "license": "Apache-2.0" + }, + "sp-weights 20.0.0": { + "name": "sp-weights", + "version": "20.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/primitives/weights" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sp_weights", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sp_weights", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "sp-debug-derive 8.0.0", + "target": "sp_debug_derive" + } + ], + "selects": {} + }, + "version": "20.0.0" + }, + "license": "Apache-2.0" + }, + "spin 0.5.2": { + "name": "spin", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/spin/0.5.2/download", + "sha256": "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "spin", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "spin", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.5.2" + }, + "license": "MIT" + }, + "spin 0.9.8": { + "name": "spin", + "version": "0.9.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/spin/0.9.8/download", + "sha256": "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" + } + }, + "targets": [ + { + "Library": { + "crate_name": "spin", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "spin", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "mutex", + "rwlock", + "spin_mutex" + ], + "selects": { + "aarch64-fuchsia": [ + "once" + ], + "aarch64-linux-android": [ + "once" + ], + "aarch64-pc-windows-msvc": [ + "once" + ], + "aarch64-unknown-linux-gnu": [ + "once" + ], + "aarch64-unknown-nixos-gnu": [ + "once" + ], + "arm-unknown-linux-gnueabi": [ + "once" + ], + "armv7-linux-androideabi": [ + "once" + ], + "armv7-unknown-linux-gnueabi": [ + "once" + ], + "i686-apple-darwin": [ + "once" + ], + "i686-linux-android": [ + "once" + ], + "i686-pc-windows-msvc": [ + "once" + ], + "i686-unknown-freebsd": [ + "once" + ], + "i686-unknown-linux-gnu": [ + "once" + ], + "x86_64-apple-darwin": [ + "once" + ], + "x86_64-apple-ios": [ + "once" + ], + "x86_64-fuchsia": [ + "once" + ], + "x86_64-linux-android": [ + "once" + ], + "x86_64-pc-windows-msvc": [ + "once" + ], + "x86_64-unknown-freebsd": [ + "once" + ], + "x86_64-unknown-linux-gnu": [ + "once" + ], + "x86_64-unknown-nixos-gnu": [ + "once" + ], + "x86_64-unknown-none": [ + "once" + ] + } + }, + "edition": "2015", + "version": "0.9.8" + }, + "license": "MIT" + }, + "spinners 4.1.0": { + "name": "spinners", + "version": "4.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/spinners/4.1.0/download", + "sha256": "08615eea740067d9899969bc2891c68a19c315cb1f66640af9a9ecb91b13bcab" + } + }, + "targets": [ + { + "Library": { + "crate_name": "spinners", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "spinners", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "maplit 1.0.2", + "target": "maplit" + }, + { + "id": "strum 0.24.1", + "target": "strum" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.1.0" + }, + "license": "MIT" + }, + "spki 0.6.0": { + "name": "spki", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/spki/0.6.0/download", + "sha256": "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "spki", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "spki", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64ct 1.6.0", + "target": "base64ct" + }, + { + "id": "der 0.6.1", + "target": "der" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.6.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "spki 0.7.2": { + "name": "spki", + "version": "0.7.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/spki/0.7.2/download", + "sha256": "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "spki", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "spki", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "der 0.7.8", + "target": "der" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "ss58-registry 1.44.0": { + "name": "ss58-registry", + "version": "1.44.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ss58-registry/1.44.0/download", + "sha256": "35935738370302d5e33963665b77541e4b990a3e919ec904c837a56cfc891de1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ss58_registry", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ss58_registry", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "num-format", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "num-format 0.4.4", + "target": "num_format" + }, + { + "id": "ss58-registry 1.44.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.44.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "Inflector 0.11.4", + "target": "inflector" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "unicode-xid 0.2.4", + "target": "unicode_xid" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0" + }, + "stable_deref_trait 1.2.0": { + "name": "stable_deref_trait", + "version": "1.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download", + "sha256": "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "stable_deref_trait", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "stable_deref_trait", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "staging-parachain-info 0.1.0": { + "name": "staging-parachain-info", + "version": "0.1.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "cumulus/parachains/pallets/parachain-info" + } + }, + "targets": [ + { + "Library": { + "crate_name": "staging_parachain_info", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "staging_parachain_info", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "Apache-2.0" + }, + "staging-xcm 1.0.0": { + "name": "staging-xcm", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/xcm" + } + }, + "targets": [ + { + "Library": { + "crate_name": "staging_xcm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "staging_xcm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bounded-collections 0.1.9", + "target": "bounded_collections" + }, + { + "id": "environmental 1.1.4", + "target": "environmental" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-weights 20.0.0", + "target": "sp_weights" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derivative 2.2.0", + "target": "derivative" + }, + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + }, + { + "id": "xcm-procedural 1.0.0", + "target": "xcm_procedural" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "staging-xcm-builder 1.0.0": { + "name": "staging-xcm-builder", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/xcm/xcm-builder" + } + }, + "targets": [ + { + "Library": { + "crate_name": "staging_xcm_builder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "staging_xcm_builder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-transaction-payment 4.0.0-dev", + "target": "pallet_transaction_payment" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "polkadot-parachain-primitives 1.0.0", + "target": "polkadot_parachain_primitives" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-weights 20.0.0", + "target": "sp_weights" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + }, + { + "id": "staging-xcm-executor 1.0.0", + "target": "staging_xcm_executor", + "alias": "xcm_executor" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "staging-xcm-executor 1.0.0": { + "name": "staging-xcm-executor", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/xcm/xcm-executor" + } + }, + "targets": [ + { + "Library": { + "crate_name": "staging_xcm_executor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "staging_xcm_executor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "frame-benchmarking", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "environmental 1.1.4", + "target": "environmental" + }, + { + "id": "frame-benchmarking 4.0.0-dev", + "target": "frame_benchmarking" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-arithmetic 16.0.0", + "target": "sp_arithmetic" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-weights 20.0.0", + "target": "sp_weights" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "static_assertions 1.1.0": { + "name": "static_assertions", + "version": "1.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/static_assertions/1.1.0/download", + "sha256": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "static_assertions", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "static_assertions", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "static_init 1.0.3": { + "name": "static_init", + "version": "1.0.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/static_init/1.0.3/download", + "sha256": "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "static_init", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "static_init", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "static_init 1.0.3", + "target": "build_script_build" + } + ], + "selects": { + "cfg(not(any(target_os = \"linux\", target_os = \"android\")))": [ + { + "id": "parking_lot 0.11.2", + "target": "parking_lot" + }, + { + "id": "parking_lot_core 0.8.6", + "target": "parking_lot_core" + } + ], + "cfg(target_os = \"android\")": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(target_os = \"linux\")": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "static_init_macro 1.0.2", + "target": "static_init_macro" + } + ], + "selects": {} + }, + "version": "1.0.3" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg_aliases 0.1.1", + "target": "cfg_aliases" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "static_init_macro 1.0.2": { + "name": "static_init_macro", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/static_init_macro/1.0.2/download", + "sha256": "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "static_init_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "static_init_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "memchr 2.6.4", + "target": "memchr" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "static_init_macro 1.0.2", + "target": "build_script_build" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg_aliases 0.1.1", + "target": "cfg_aliases" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "strsim 0.10.0": { + "name": "strsim", + "version": "0.10.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/strsim/0.10.0/download", + "sha256": "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" + } + }, + "targets": [ + { + "Library": { + "crate_name": "strsim", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "strsim", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.10.0" + }, + "license": "MIT" + }, + "strum 0.24.1": { + "name": "strum", + "version": "0.24.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/strum/0.24.1/download", + "sha256": "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "strum", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "strum", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "derive", + "std", + "strum_macros" + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "strum_macros 0.24.3", + "target": "strum_macros" + } + ], + "selects": {} + }, + "version": "0.24.1" + }, + "license": "MIT" + }, + "strum 0.25.0": { + "name": "strum", + "version": "0.25.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/strum/0.25.0/download", + "sha256": "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" + } + }, + "targets": [ + { + "Library": { + "crate_name": "strum", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "strum", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.25.0" + }, + "license": "MIT" + }, + "strum_macros 0.24.3": { + "name": "strum_macros", + "version": "0.24.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/strum_macros/0.24.3/download", + "sha256": "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "strum_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "strum_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "rustversion 1.0.14", + "target": "rustversion" + } + ], + "selects": {} + }, + "version": "0.24.3" + }, + "license": "MIT" + }, + "strum_macros 0.25.3": { + "name": "strum_macros", + "version": "0.25.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/strum_macros/0.25.3/download", + "sha256": "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "strum_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "strum_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "rustversion 1.0.14", + "target": "rustversion" + } + ], + "selects": {} + }, + "version": "0.25.3" + }, + "license": "MIT" + }, + "stun 0.4.4": { + "name": "stun", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/stun/0.4.4/download", + "sha256": "a7e94b1ec00bad60e6410e058b52f1c66de3dc5fe4d62d09b3e52bb7d3b73e25" + } + }, + "targets": [ + { + "Library": { + "crate_name": "stun", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "stun", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "crc 3.0.1", + "target": "crc" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "md-5 0.10.6", + "target": "md5" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "url 2.5.0", + "target": "url" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.4" + }, + "license": "MIT/Apache-2.0" + }, + "substrate-bip39 0.4.5": { + "name": "substrate-bip39", + "version": "0.4.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/substrate-bip39/0.4.5/download", + "sha256": "e620c7098893ba667438b47169c00aacdd9e7c10e042250ce2b60b087ec97328" + } + }, + "targets": [ + { + "Library": { + "crate_name": "substrate_bip39", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "substrate_bip39", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "hmac 0.11.0", + "target": "hmac" + }, + { + "id": "pbkdf2 0.8.0", + "target": "pbkdf2" + }, + { + "id": "schnorrkel 0.9.1", + "target": "schnorrkel" + }, + { + "id": "sha2 0.9.9", + "target": "sha2" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.4.5" + }, + "license": "Apache-2.0" + }, + "substrate-build-script-utils 3.0.0": { + "name": "substrate-build-script-utils", + "version": "3.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/utils/build-script-utils" + } + }, + "targets": [ + { + "Library": { + "crate_name": "substrate_build_script_utils", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "substrate_build_script_utils", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "3.0.0" + }, + "license": "Apache-2.0" + }, + "substrate-frame-rpc-system 4.0.0-dev": { + "name": "substrate-frame-rpc-system", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/utils/frame/rpc/system" + } + }, + "targets": [ + { + "Library": { + "crate_name": "substrate_frame_rpc_system", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "substrate_frame_rpc_system", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "frame-system-rpc-runtime-api 4.0.0-dev", + "target": "frame_system_rpc_runtime_api" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-rpc-api 0.10.0-dev", + "target": "sc_rpc_api" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-block-builder 4.0.0-dev", + "target": "sp_block_builder" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "substrate-prometheus-endpoint 0.10.0-dev": { + "name": "substrate-prometheus-endpoint", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/utils/prometheus" + } + }, + "targets": [ + { + "Library": { + "crate_name": "substrate_prometheus_endpoint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "substrate_prometheus_endpoint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "hyper 0.14.27", + "target": "hyper" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "prometheus 0.13.3", + "target": "prometheus" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.10.0-dev" + }, + "license": "Apache-2.0" + }, + "substrate-rpc-client 0.10.0-dev": { + "name": "substrate-rpc-client", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/utils/frame/rpc/client" + } + }, + "targets": [ + { + "Library": { + "crate_name": "substrate_rpc_client", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "substrate_rpc_client", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "sc-rpc-api 0.10.0-dev", + "target": "sc_rpc_api" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.10.0-dev" + }, + "license": "Apache-2.0" + }, + "substrate-state-trie-migration-rpc 4.0.0-dev": { + "name": "substrate-state-trie-migration-rpc", + "version": "4.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/utils/frame/rpc/state-trie-migration-rpc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "substrate_state_trie_migration_rpc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "substrate_state_trie_migration_rpc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-rpc-api 0.10.0-dev", + "target": "sc_rpc_api" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-trie 22.0.0", + "target": "sp_trie" + }, + { + "id": "trie-db 0.28.0", + "target": "trie_db" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "4.0.0-dev" + }, + "license": "Apache-2.0" + }, + "substrate-wasm-builder 5.0.0-dev": { + "name": "substrate-wasm-builder", + "version": "5.0.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/utils/wasm-builder" + } + }, + "targets": [ + { + "Library": { + "crate_name": "substrate_wasm_builder", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "substrate_wasm_builder", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ansi_term 0.12.1", + "target": "ansi_term" + }, + { + "id": "build-helper 0.1.1", + "target": "build_helper" + }, + { + "id": "cargo_metadata 0.15.4", + "target": "cargo_metadata" + }, + { + "id": "filetime 0.2.22", + "target": "filetime" + }, + { + "id": "parity-wasm 0.45.0", + "target": "parity_wasm" + }, + { + "id": "sp-maybe-compressed-blob 4.1.0-dev", + "target": "sp_maybe_compressed_blob" + }, + { + "id": "strum 0.24.1", + "target": "strum" + }, + { + "id": "tempfile 3.8.1", + "target": "tempfile" + }, + { + "id": "toml 0.7.8", + "target": "toml" + }, + { + "id": "walkdir 2.4.0", + "target": "walkdir" + }, + { + "id": "wasm-opt 0.116.0", + "target": "wasm_opt" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "5.0.0-dev" + }, + "license": "Apache-2.0" + }, + "substring 1.4.5": { + "name": "substring", + "version": "1.4.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/substring/1.4.5/download", + "sha256": "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86" + } + }, + "targets": [ + { + "Library": { + "crate_name": "substring", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "substring", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "substring 1.4.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.4.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "autocfg 1.1.0", + "target": "autocfg" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "subtle 1.0.0": { + "name": "subtle", + "version": "1.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/subtle/1.0.0/download", + "sha256": "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subtle", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subtle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.0" + }, + "license": "BSD-3-Clause" + }, + "subtle 2.4.1": { + "name": "subtle", + "version": "2.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/subtle/2.4.1/download", + "sha256": "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subtle", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subtle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "i128", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "2.4.1" + }, + "license": "BSD-3-Clause" + }, + "subtle-ng 2.5.0": { + "name": "subtle-ng", + "version": "2.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/subtle-ng/2.5.0/download", + "sha256": "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subtle_ng", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subtle_ng", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "2.5.0" + }, + "license": "BSD-3-Clause" + }, + "subxt 0.32.1": { + "name": "subxt", + "version": "0.32.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/subxt/0.32.1/download", + "sha256": "588b8ce92699eeb06290f4fb02dad4f7e426c4e6db4d53889c6bcbc808cf24ac" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subxt", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subxt", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "jsonrpsee", + "native" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base58 0.2.0", + "target": "base58" + }, + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "frame-metadata 16.0.0", + "target": "frame_metadata" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "impl-serde 0.4.0", + "target": "impl_serde" + }, + { + "id": "jsonrpsee 0.20.3", + "target": "jsonrpsee" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "primitive-types 0.12.2", + "target": "primitive_types" + }, + { + "id": "scale-bits 0.4.0", + "target": "scale_bits" + }, + { + "id": "scale-decode 0.9.0", + "target": "scale_decode" + }, + { + "id": "scale-encode 0.5.0", + "target": "scale_encode" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "scale-value 0.12.0", + "target": "scale_value" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sp-core-hashing 9.0.0", + "target": "sp_core_hashing" + }, + { + "id": "subxt-metadata 0.32.1", + "target": "subxt_metadata" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + }, + { + "id": "derivative 2.2.0", + "target": "derivative" + }, + { + "id": "subxt-macro 0.32.1", + "target": "subxt_macro" + } + ], + "selects": {} + }, + "version": "0.32.1" + }, + "license": "Apache-2.0 OR GPL-3.0" + }, + "subxt-codegen 0.32.1": { + "name": "subxt-codegen", + "version": "0.32.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/subxt-codegen/0.32.1/download", + "sha256": "98f5a534c8d475919e9c845d51fc2316da4fcadd04fe17552d932d2106de930e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subxt_codegen", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subxt_codegen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "fetch-metadata" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-metadata 16.0.0", + "target": "frame_metadata" + }, + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "jsonrpsee 0.20.3", + "target": "jsonrpsee" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "subxt-metadata 0.32.1", + "target": "subxt_metadata" + }, + { + "id": "syn 2.0.39", + "target": "syn" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.32.1" + }, + "license": "Apache-2.0 OR GPL-3.0" + }, + "subxt-lightclient 0.32.1": { + "name": "subxt-lightclient", + "version": "0.32.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/subxt-lightclient/0.32.1/download", + "sha256": "10fd0ac9b091211f962b6ae19e26cd08e0b86efa064dfb7fac69c8f79f122329" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subxt_lightclient", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subxt_lightclient", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "smoldot-light 0.6.0", + "target": "smoldot_light" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tokio-stream 0.1.14", + "target": "tokio_stream" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.32.1" + }, + "license": "Apache-2.0 OR GPL-3.0" + }, + "subxt-macro 0.32.1": { + "name": "subxt-macro", + "version": "0.32.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/subxt-macro/0.32.1/download", + "sha256": "12e8be9ab6fe88b8c13edbe15911e148482cfb905a8b8d5b8d766a64c54be0bd" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "subxt_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subxt_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "darling 0.20.3", + "target": "darling" + }, + { + "id": "proc-macro-error 1.0.4", + "target": "proc_macro_error" + }, + { + "id": "subxt-codegen 0.32.1", + "target": "subxt_codegen" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.32.1" + }, + "license": "Apache-2.0 OR GPL-3.0" + }, + "subxt-metadata 0.32.1": { + "name": "subxt-metadata", + "version": "0.32.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/subxt-metadata/0.32.1/download", + "sha256": "b6898275765d36a37e5ef564358e0341cf41b5f3a91683d7d8b859381b65ac8a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subxt_metadata", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subxt_metadata", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "frame-metadata 16.0.0", + "target": "frame_metadata" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "sp-core-hashing 9.0.0", + "target": "sp_core_hashing" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.32.1" + }, + "license": "Apache-2.0 OR GPL-3.0" + }, + "subxt-signer 0.32.1": { + "name": "subxt-signer", + "version": "0.32.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/subxt-signer/0.32.1/download", + "sha256": "d82e5abb896d5f5a6581d5b86a5e7f015e318122498d8163211e8f61f83b54d2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subxt_signer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "subxt_signer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "ecdsa", + "schnorrkel", + "secp256k1", + "sr25519", + "subxt" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bip39 2.0.0", + "target": "bip39" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "pbkdf2 0.12.2", + "target": "pbkdf2" + }, + { + "id": "regex 1.10.2", + "target": "regex" + }, + { + "id": "schnorrkel 0.10.2", + "target": "schnorrkel" + }, + { + "id": "secp256k1 0.27.0", + "target": "secp256k1" + }, + { + "id": "secrecy 0.8.0", + "target": "secrecy" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "sp-core-hashing 9.0.0", + "target": "sp_core_hashing" + }, + { + "id": "subxt 0.32.1", + "target": "subxt" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.32.1" + }, + "license": "Apache-2.0 OR GPL-3.0" + }, + "sugondat-da-adapter 0.1.0": { + "name": "sugondat-da-adapter", + "version": "0.1.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "sugondat_da_adapter", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sugondat_da_adapter", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "native" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "borsh 0.10.3", + "target": "borsh" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "jsonrpsee 0.20.3", + "target": "jsonrpsee" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "sov-rollup-interface 0.3.0", + "target": "sov_rollup_interface" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "sugondat-kusama-runtime 0.1.0": { + "name": "sugondat-kusama-runtime", + "version": "0.1.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "sugondat_kusama_runtime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sugondat_kusama_runtime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std", + "substrate-wasm-builder" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cumulus-pallet-aura-ext 0.1.0", + "target": "cumulus_pallet_aura_ext" + }, + { + "id": "cumulus-pallet-parachain-system 0.1.0", + "target": "cumulus_pallet_parachain_system" + }, + { + "id": "cumulus-pallet-session-benchmarking 3.0.0", + "target": "cumulus_pallet_session_benchmarking" + }, + { + "id": "cumulus-pallet-xcm 0.1.0", + "target": "cumulus_pallet_xcm" + }, + { + "id": "cumulus-pallet-xcmp-queue 0.1.0", + "target": "cumulus_pallet_xcmp_queue" + }, + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "cumulus-primitives-timestamp 0.1.0", + "target": "cumulus_primitives_timestamp" + }, + { + "id": "cumulus-primitives-utility 0.1.0", + "target": "cumulus_primitives_utility" + }, + { + "id": "frame-executive 4.0.0-dev", + "target": "frame_executive" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "frame-system-rpc-runtime-api 4.0.0-dev", + "target": "frame_system_rpc_runtime_api" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-aura 4.0.0-dev", + "target": "pallet_aura" + }, + { + "id": "pallet-authorship 4.0.0-dev", + "target": "pallet_authorship" + }, + { + "id": "pallet-balances 4.0.0-dev", + "target": "pallet_balances" + }, + { + "id": "pallet-collator-selection 3.0.0", + "target": "pallet_collator_selection" + }, + { + "id": "pallet-message-queue 7.0.0-dev", + "target": "pallet_message_queue" + }, + { + "id": "pallet-session 4.0.0-dev", + "target": "pallet_session" + }, + { + "id": "pallet-sudo 4.0.0-dev", + "target": "pallet_sudo" + }, + { + "id": "pallet-timestamp 4.0.0-dev", + "target": "pallet_timestamp" + }, + { + "id": "pallet-transaction-payment 4.0.0-dev", + "target": "pallet_transaction_payment" + }, + { + "id": "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev", + "target": "pallet_transaction_payment_rpc_runtime_api" + }, + { + "id": "pallet-xcm 1.0.0", + "target": "pallet_xcm" + }, + { + "id": "parachains-common 1.0.0", + "target": "parachains_common" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "polkadot-core-primitives 1.0.0", + "target": "polkadot_core_primitives" + }, + { + "id": "polkadot-parachain-primitives 1.0.0", + "target": "polkadot_parachain_primitives" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "polkadot-runtime-common 1.0.0", + "target": "polkadot_runtime_common" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-block-builder 4.0.0-dev", + "target": "sp_block_builder" + }, + { + "id": "sp-consensus-aura 0.10.0-dev", + "target": "sp_consensus_aura" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-genesis-builder 0.1.0", + "target": "sp_genesis_builder" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-offchain 4.0.0-dev", + "target": "sp_offchain" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-session 4.0.0-dev", + "target": "sp_session" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-transaction-pool 4.0.0-dev", + "target": "sp_transaction_pool" + }, + { + "id": "sp-version 22.0.0", + "target": "sp_version" + }, + { + "id": "staging-parachain-info 0.1.0", + "target": "staging_parachain_info", + "alias": "parachain_info" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + }, + { + "id": "staging-xcm-builder 1.0.0", + "target": "staging_xcm_builder", + "alias": "xcm_builder" + }, + { + "id": "staging-xcm-executor 1.0.0", + "target": "staging_xcm_executor", + "alias": "xcm_executor" + }, + { + "id": "sugondat-kusama-runtime 0.1.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-tracing 10.0.0", + "target": "sp_tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "substrate-wasm-builder 5.0.0-dev", + "target": "substrate_wasm_builder" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "sugondat-nmt 0.1.0": { + "name": "sugondat-nmt", + "version": "0.1.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "sugondat_nmt", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sugondat_nmt", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "native", + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "nmt-rs 0.1.0", + "target": "nmt_rs" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "sugondat-node 0.1.0": { + "name": "sugondat-node", + "version": "0.1.0", + "repository": null, + "targets": [ + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": null, + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "clap 4.4.8", + "target": "clap" + }, + { + "id": "color-print 0.3.5", + "target": "color_print" + }, + { + "id": "cumulus-client-cli 0.1.0", + "target": "cumulus_client_cli" + }, + { + "id": "cumulus-client-collator 0.1.0", + "target": "cumulus_client_collator" + }, + { + "id": "cumulus-client-consensus-aura 0.1.0", + "target": "cumulus_client_consensus_aura" + }, + { + "id": "cumulus-client-consensus-common 0.1.0", + "target": "cumulus_client_consensus_common" + }, + { + "id": "cumulus-client-consensus-proposer 0.1.0", + "target": "cumulus_client_consensus_proposer" + }, + { + "id": "cumulus-client-service 0.1.0", + "target": "cumulus_client_service" + }, + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "cumulus-primitives-parachain-inherent 0.1.0", + "target": "cumulus_primitives_parachain_inherent" + }, + { + "id": "cumulus-relay-chain-interface 0.1.0", + "target": "cumulus_relay_chain_interface" + }, + { + "id": "frame-benchmarking 4.0.0-dev", + "target": "frame_benchmarking" + }, + { + "id": "frame-benchmarking-cli 4.0.0-dev", + "target": "frame_benchmarking_cli" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "jsonrpsee 0.16.3", + "target": "jsonrpsee" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-transaction-payment-rpc 4.0.0-dev", + "target": "pallet_transaction_payment_rpc" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "polkadot-cli 1.1.0", + "target": "polkadot_cli" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "sc-basic-authorship 0.10.0-dev", + "target": "sc_basic_authorship" + }, + { + "id": "sc-chain-spec 4.0.0-dev", + "target": "sc_chain_spec" + }, + { + "id": "sc-cli 0.10.0-dev", + "target": "sc_cli" + }, + { + "id": "sc-client-api 4.0.0-dev", + "target": "sc_client_api" + }, + { + "id": "sc-consensus 0.10.0-dev", + "target": "sc_consensus" + }, + { + "id": "sc-executor 0.10.0-dev", + "target": "sc_executor" + }, + { + "id": "sc-network 0.10.0-dev", + "target": "sc_network" + }, + { + "id": "sc-network-sync 0.10.0-dev", + "target": "sc_network_sync" + }, + { + "id": "sc-offchain 4.0.0-dev", + "target": "sc_offchain" + }, + { + "id": "sc-rpc 4.0.0-dev", + "target": "sc_rpc" + }, + { + "id": "sc-service 0.10.0-dev", + "target": "sc_service" + }, + { + "id": "sc-sysinfo 6.0.0-dev", + "target": "sc_sysinfo" + }, + { + "id": "sc-telemetry 4.0.0-dev", + "target": "sc_telemetry" + }, + { + "id": "sc-tracing 4.0.0-dev", + "target": "sc_tracing" + }, + { + "id": "sc-transaction-pool 4.0.0-dev", + "target": "sc_transaction_pool" + }, + { + "id": "sc-transaction-pool-api 4.0.0-dev", + "target": "sc_transaction_pool_api" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-block-builder 4.0.0-dev", + "target": "sp_block_builder" + }, + { + "id": "sp-blockchain 4.0.0-dev", + "target": "sp_blockchain" + }, + { + "id": "sp-consensus-aura 0.10.0-dev", + "target": "sp_consensus_aura" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-session 4.0.0-dev", + "target": "sp_session" + }, + { + "id": "sp-timestamp 4.0.0-dev", + "target": "sp_timestamp" + }, + { + "id": "sp-transaction-pool 4.0.0-dev", + "target": "sp_transaction_pool" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + }, + { + "id": "substrate-frame-rpc-system 4.0.0-dev", + "target": "substrate_frame_rpc_system" + }, + { + "id": "substrate-prometheus-endpoint 0.10.0-dev", + "target": "substrate_prometheus_endpoint" + }, + { + "id": "sugondat-node 0.1.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "substrate-build-script-utils 3.0.0", + "target": "substrate_build_script_utils" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0" + }, + "sugondat-primitives 0.1.0": { + "name": "sugondat-primitives", + "version": "0.1.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "sugondat_primitives", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sugondat_primitives", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "sp-consensus-aura 0.10.0-dev", + "target": "sp_consensus_aura" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "sugondat-serde-util 0.1.0": { + "name": "sugondat-serde-util", + "version": "0.1.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "sugondat_serde_util", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sugondat_serde_util", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.21.5", + "target": "base64" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "quickcheck 1.0.3", + "target": "quickcheck" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps_dev": { + "common": [ + { + "id": "quickcheck_macros 1.0.0", + "target": "quickcheck_macros" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "sugondat-shim 0.1.0": { + "name": "sugondat-shim", + "version": "0.1.0", + "repository": null, + "targets": [], + "library_target_name": null, + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "clap 4.4.8", + "target": "clap" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "jsonrpsee 0.20.3", + "target": "jsonrpsee" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "subxt 0.32.1", + "target": "subxt" + }, + { + "id": "subxt-signer 0.32.1", + "target": "subxt_signer" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "tracing-subscriber 0.3.18", + "target": "tracing_subscriber" + }, + { + "id": "url 2.5.0", + "target": "url" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "temp-dir 0.1.11", + "target": "temp_dir" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "sugondat-shim-common-rollkit 0.1.0": { + "name": "sugondat-shim-common-rollkit", + "version": "0.1.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "sugondat_shim_common_rollkit", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sugondat_shim_common_rollkit", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "jsonrpsee 0.20.3", + "target": "jsonrpsee" + }, + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": null + }, + "sugondat-shim-common-sovereign 0.1.0": { + "name": "sugondat-shim-common-sovereign", + "version": "0.1.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "sugondat_shim_common_sovereign", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sugondat_shim_common_sovereign", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "client", + "default", + "server" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "jsonrpsee 0.20.3", + "target": "jsonrpsee" + }, + { + "id": "jsonrpsee-server 0.20.3", + "target": "jsonrpsee_server" + }, + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.1.0" + }, + "license": null + }, + "sugondat-subxt 0.1.0": { + "name": "sugondat-subxt", + "version": "0.1.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "sugondat_subxt", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sugondat_subxt", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "subxt 0.32.1", + "target": "subxt" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "license": "MIT OR Apache-2.0" + }, + "sugondat-test-runtime 0.1.0": { + "name": "sugondat-test-runtime", + "version": "0.1.0", + "repository": null, + "targets": [ + { + "Library": { + "crate_name": "sugondat_test_runtime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "sugondat_test_runtime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std", + "substrate-wasm-builder" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cumulus-pallet-aura-ext 0.1.0", + "target": "cumulus_pallet_aura_ext" + }, + { + "id": "cumulus-pallet-parachain-system 0.1.0", + "target": "cumulus_pallet_parachain_system" + }, + { + "id": "cumulus-pallet-session-benchmarking 3.0.0", + "target": "cumulus_pallet_session_benchmarking" + }, + { + "id": "cumulus-pallet-xcm 0.1.0", + "target": "cumulus_pallet_xcm" + }, + { + "id": "cumulus-pallet-xcmp-queue 0.1.0", + "target": "cumulus_pallet_xcmp_queue" + }, + { + "id": "cumulus-primitives-core 0.1.0", + "target": "cumulus_primitives_core" + }, + { + "id": "cumulus-primitives-timestamp 0.1.0", + "target": "cumulus_primitives_timestamp" + }, + { + "id": "cumulus-primitives-utility 0.1.0", + "target": "cumulus_primitives_utility" + }, + { + "id": "frame-executive 4.0.0-dev", + "target": "frame_executive" + }, + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "frame-system 4.0.0-dev", + "target": "frame_system" + }, + { + "id": "frame-system-rpc-runtime-api 4.0.0-dev", + "target": "frame_system_rpc_runtime_api" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pallet-aura 4.0.0-dev", + "target": "pallet_aura" + }, + { + "id": "pallet-authorship 4.0.0-dev", + "target": "pallet_authorship" + }, + { + "id": "pallet-balances 4.0.0-dev", + "target": "pallet_balances" + }, + { + "id": "pallet-collator-selection 3.0.0", + "target": "pallet_collator_selection" + }, + { + "id": "pallet-message-queue 7.0.0-dev", + "target": "pallet_message_queue" + }, + { + "id": "pallet-session 4.0.0-dev", + "target": "pallet_session" + }, + { + "id": "pallet-sudo 4.0.0-dev", + "target": "pallet_sudo" + }, + { + "id": "pallet-timestamp 4.0.0-dev", + "target": "pallet_timestamp" + }, + { + "id": "pallet-transaction-payment 4.0.0-dev", + "target": "pallet_transaction_payment" + }, + { + "id": "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev", + "target": "pallet_transaction_payment_rpc_runtime_api" + }, + { + "id": "pallet-xcm 1.0.0", + "target": "pallet_xcm" + }, + { + "id": "parachains-common 1.0.0", + "target": "parachains_common" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec", + "alias": "codec" + }, + { + "id": "polkadot-parachain-primitives 1.0.0", + "target": "polkadot_parachain_primitives" + }, + { + "id": "polkadot-runtime-common 1.0.0", + "target": "polkadot_runtime_common" + }, + { + "id": "scale-info 2.10.0", + "target": "scale_info" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-block-builder 4.0.0-dev", + "target": "sp_block_builder" + }, + { + "id": "sp-consensus-aura 0.10.0-dev", + "target": "sp_consensus_aura" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-genesis-builder 0.1.0", + "target": "sp_genesis_builder" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-offchain 4.0.0-dev", + "target": "sp_offchain" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-session 4.0.0-dev", + "target": "sp_session" + }, + { + "id": "sp-std 8.0.0", + "target": "sp_std" + }, + { + "id": "sp-transaction-pool 4.0.0-dev", + "target": "sp_transaction_pool" + }, + { + "id": "sp-version 22.0.0", + "target": "sp_version" + }, + { + "id": "staging-parachain-info 0.1.0", + "target": "staging_parachain_info", + "alias": "parachain_info" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + }, + { + "id": "staging-xcm-builder 1.0.0", + "target": "staging_xcm_builder", + "alias": "xcm_builder" + }, + { + "id": "staging-xcm-executor 1.0.0", + "target": "staging_xcm_executor", + "alias": "xcm_executor" + }, + { + "id": "sugondat-test-runtime 0.1.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "substrate-wasm-builder 5.0.0-dev", + "target": "substrate_wasm_builder" + } + ], + "selects": {} + } + }, + "license": "Unlicense" + }, + "syn 1.0.109": { + "name": "syn", + "version": "1.0.109", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/syn/1.0.109/download", + "sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" + } + }, + "targets": [ + { + "Library": { + "crate_name": "syn", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "syn", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "clone-impls", + "default", + "derive", + "extra-traits", + "fold", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit", + "visit-mut" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "build_script_build" + }, + { + "id": "unicode-ident 1.0.12", + "target": "unicode_ident" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.109" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "syn 2.0.39": { + "name": "syn", + "version": "2.0.39", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/syn/2.0.39/download", + "sha256": "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "syn", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "syn", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "clone-impls", + "default", + "derive", + "extra-traits", + "fold", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit", + "visit-mut" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "unicode-ident 1.0.12", + "target": "unicode_ident" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.0.39" + }, + "license": "MIT OR Apache-2.0" + }, + "synstructure 0.12.6": { + "name": "synstructure", + "version": "0.12.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/synstructure/0.12.6/download", + "sha256": "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "synstructure", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "synstructure", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "proc-macro" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + }, + { + "id": "unicode-xid 0.2.4", + "target": "unicode_xid" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.6" + }, + "license": "MIT" + }, + "system-configuration 0.5.1": { + "name": "system-configuration", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/system-configuration/0.5.1/download", + "sha256": "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "system_configuration", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "system_configuration", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "core-foundation 0.9.3", + "target": "core_foundation" + }, + { + "id": "system-configuration-sys 0.5.0", + "target": "system_configuration_sys" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.1" + }, + "license": "MIT OR Apache-2.0" + }, + "system-configuration-sys 0.5.0": { + "name": "system-configuration-sys", + "version": "0.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/system-configuration-sys/0.5.0/download", + "sha256": "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "system_configuration_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "system_configuration_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "core-foundation-sys 0.8.4", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "system-configuration-sys 0.5.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "tap 1.0.1": { + "name": "tap", + "version": "1.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tap/1.0.1/download", + "sha256": "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "1.0.1" + }, + "license": "MIT" + }, + "target-lexicon 0.12.12": { + "name": "target-lexicon", + "version": "0.12.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/target-lexicon/0.12.12/download", + "sha256": "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "target_lexicon", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "target_lexicon", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "target-lexicon 0.12.12", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.12" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "temp-dir 0.1.11": { + "name": "temp-dir", + "version": "0.1.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/temp-dir/0.1.11/download", + "sha256": "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab" + } + }, + "targets": [ + { + "Library": { + "crate_name": "temp_dir", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "temp_dir", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.11" + }, + "license": "Apache-2.0" + }, + "tempfile 3.8.1": { + "name": "tempfile", + "version": "3.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tempfile/3.8.1/download", + "sha256": "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tempfile", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tempfile", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "fastrand 2.0.1", + "target": "fastrand" + } + ], + "selects": { + "cfg(any(unix, target_os = \"wasi\"))": [ + { + "id": "rustix 0.38.24", + "target": "rustix" + } + ], + "cfg(target_os = \"redox\")": [ + { + "id": "redox_syscall 0.4.1", + "target": "syscall" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2018", + "version": "3.8.1" + }, + "license": "MIT OR Apache-2.0" + }, + "termcolor 1.4.0": { + "name": "termcolor", + "version": "1.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/termcolor/1.4.0/download", + "sha256": "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449" + } + }, + "targets": [ + { + "Library": { + "crate_name": "termcolor", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "termcolor", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(windows)": [ + { + "id": "winapi-util 0.1.6", + "target": "winapi_util" + } + ] + } + }, + "edition": "2018", + "version": "1.4.0" + }, + "license": "Unlicense OR MIT" + }, + "terminal_size 0.3.0": { + "name": "terminal_size", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/terminal_size/0.3.0/download", + "sha256": "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "terminal_size", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "terminal_size", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(not(windows))": [ + { + "id": "rustix 0.38.24", + "target": "rustix" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "termtree 0.4.1": { + "name": "termtree", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/termtree/0.4.1/download", + "sha256": "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" + } + }, + "targets": [ + { + "Library": { + "crate_name": "termtree", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "termtree", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.4.1" + }, + "license": "MIT" + }, + "thiserror 1.0.50": { + "name": "thiserror", + "version": "1.0.50", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/thiserror/1.0.50/download", + "sha256": "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "thiserror", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "thiserror", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "thiserror 1.0.50", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "thiserror-impl 1.0.50", + "target": "thiserror_impl" + } + ], + "selects": {} + }, + "version": "1.0.50" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "thiserror-core 1.0.38": { + "name": "thiserror-core", + "version": "1.0.38", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/thiserror-core/1.0.38/download", + "sha256": "0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497" + } + }, + "targets": [ + { + "Library": { + "crate_name": "thiserror_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "thiserror_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "thiserror-core 1.0.38", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "thiserror-core-impl 1.0.38", + "target": "thiserror_core_impl", + "alias": "thiserror_impl" + } + ], + "selects": {} + }, + "version": "1.0.38" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "thiserror-core-impl 1.0.38": { + "name": "thiserror-core-impl", + "version": "1.0.38", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/thiserror-core-impl/1.0.38/download", + "sha256": "10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "thiserror_core_impl", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "thiserror_core_impl", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.38" + }, + "license": "MIT OR Apache-2.0" + }, + "thiserror-impl 1.0.50": { + "name": "thiserror-impl", + "version": "1.0.50", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download", + "sha256": "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "thiserror_impl", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "thiserror_impl", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.50" + }, + "license": "MIT OR Apache-2.0" + }, + "thousands 0.2.0": { + "name": "thousands", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/thousands/0.2.0/download", + "sha256": "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" + } + }, + "targets": [ + { + "Library": { + "crate_name": "thousands", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "thousands", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "thread_local 1.1.7": { + "name": "thread_local", + "version": "1.1.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/thread_local/1.1.7/download", + "sha256": "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" + } + }, + "targets": [ + { + "Library": { + "crate_name": "thread_local", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "thread_local", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.1.7" + }, + "license": "MIT OR Apache-2.0" + }, + "threadpool 1.8.1": { + "name": "threadpool", + "version": "1.8.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/threadpool/1.8.1/download", + "sha256": "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" + } + }, + "targets": [ + { + "Library": { + "crate_name": "threadpool", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "threadpool", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.8.1" + }, + "license": "MIT/Apache-2.0" + }, + "thrift 0.15.0": { + "name": "thrift", + "version": "0.15.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/thrift/0.15.0/download", + "sha256": "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "thrift", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "thrift", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "integer-encoding 3.0.4", + "target": "integer_encoding" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "ordered-float 1.1.1", + "target": "ordered_float" + }, + { + "id": "threadpool 1.8.1", + "target": "threadpool" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.15.0" + }, + "license": "Apache-2.0" + }, + "tikv-jemalloc-ctl 0.5.4": { + "name": "tikv-jemalloc-ctl", + "version": "0.5.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tikv-jemalloc-ctl/0.5.4/download", + "sha256": "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tikv_jemalloc_ctl", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tikv_jemalloc_ctl", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "tikv-jemalloc-sys 0.5.4+5.3.0-patched", + "target": "tikv_jemalloc_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.14", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.5.4" + }, + "license": "MIT/Apache-2.0" + }, + "tikv-jemalloc-sys 0.5.4+5.3.0-patched": { + "name": "tikv-jemalloc-sys", + "version": "0.5.4+5.3.0-patched", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tikv-jemalloc-sys/0.5.4+5.3.0-patched/download", + "sha256": "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tikv_jemalloc_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tikv_jemalloc_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "background_threads_runtime_support", + "default", + "unprefixed_malloc_on_supported_platforms" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "tikv-jemalloc-sys 0.5.4+5.3.0-patched", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.4+5.3.0-patched" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + }, + "links": "jemalloc" + }, + "license": "MIT/Apache-2.0" + }, + "time 0.3.30": { + "name": "time", + "version": "0.3.30", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/time/0.3.30/download", + "sha256": "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "time", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "time", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "deranged 0.3.9", + "target": "deranged" + }, + { + "id": "itoa 1.0.9", + "target": "itoa" + }, + { + "id": "powerfmt 0.2.0", + "target": "powerfmt" + }, + { + "id": "time-core 0.1.2", + "target": "time_core" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "time-macros 0.2.15", + "target": "time_macros" + } + ], + "selects": {} + }, + "version": "0.3.30" + }, + "license": "MIT OR Apache-2.0" + }, + "time-core 0.1.2": { + "name": "time-core", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/time-core/0.1.2/download", + "sha256": "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "time_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "time_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.1.2" + }, + "license": "MIT OR Apache-2.0" + }, + "time-macros 0.2.15": { + "name": "time-macros", + "version": "0.2.15", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/time-macros/0.2.15/download", + "sha256": "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "time_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "time_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "time-core 0.1.2", + "target": "time_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.15" + }, + "license": "MIT OR Apache-2.0" + }, + "tiny-keccak 2.0.2": { + "name": "tiny-keccak", + "version": "2.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tiny-keccak/2.0.2/download", + "sha256": "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tiny_keccak", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tiny_keccak", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "shake" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "crunchy 0.2.2", + "target": "crunchy" + }, + { + "id": "tiny-keccak 2.0.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.0.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "CC0-1.0" + }, + "tinytemplate 1.2.1": { + "name": "tinytemplate", + "version": "1.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tinytemplate/1.2.1/download", + "sha256": "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tinytemplate", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tinytemplate", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "1.2.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "tinyvec 1.6.0": { + "name": "tinyvec", + "version": "1.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tinyvec/1.6.0/download", + "sha256": "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tinyvec", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tinyvec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "tinyvec_macros" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "tinyvec_macros 0.1.1", + "target": "tinyvec_macros" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.6.0" + }, + "license": "Zlib OR Apache-2.0 OR MIT" + }, + "tinyvec_macros 0.1.1": { + "name": "tinyvec_macros", + "version": "0.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download", + "sha256": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tinyvec_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tinyvec_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.1" + }, + "license": "MIT OR Apache-2.0 OR Zlib" + }, + "tokio 1.34.0": { + "name": "tokio", + "version": "1.34.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tokio/1.34.0/download", + "sha256": "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tokio", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tokio", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "bytes", + "default", + "fs", + "full", + "io-std", + "io-util", + "libc", + "macros", + "mio", + "net", + "num_cpus", + "parking_lot", + "process", + "rt", + "rt-multi-thread", + "signal", + "signal-hook-registry", + "socket2", + "sync", + "time", + "tokio-macros" + ], + "selects": { + "aarch64-pc-windows-msvc": [ + "windows-sys" + ], + "i686-pc-windows-msvc": [ + "windows-sys" + ], + "x86_64-pc-windows-msvc": [ + "windows-sys" + ] + } + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "mio 0.8.9", + "target": "mio" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + } + ], + "selects": { + "cfg(not(target_family = \"wasm\"))": [ + { + "id": "socket2 0.5.5", + "target": "socket2" + } + ], + "cfg(tokio_taskdump)": [ + { + "id": "backtrace 0.3.69", + "target": "backtrace" + } + ], + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "tokio-macros 2.2.0", + "target": "tokio_macros" + } + ], + "selects": {} + }, + "version": "1.34.0" + }, + "license": "MIT" + }, + "tokio-macros 2.2.0": { + "name": "tokio-macros", + "version": "2.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tokio-macros/2.2.0/download", + "sha256": "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "tokio_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tokio_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.2.0" + }, + "license": "MIT" + }, + "tokio-retry 0.3.0": { + "name": "tokio-retry", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tokio-retry/0.3.0/download", + "sha256": "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tokio_retry", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tokio_retry", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.0" + }, + "license": "MIT" + }, + "tokio-rustls 0.24.1": { + "name": "tokio-rustls", + "version": "0.24.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tokio-rustls/0.24.1/download", + "sha256": "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tokio_rustls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tokio_rustls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "logging", + "tls12" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "rustls 0.21.9", + "target": "rustls" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.24.1" + }, + "license": "MIT/Apache-2.0" + }, + "tokio-stream 0.1.14": { + "name": "tokio-stream", + "version": "0.1.14", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tokio-stream/0.1.14/download", + "sha256": "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tokio_stream", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tokio_stream", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "sync", + "time", + "tokio-util" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-core 0.3.29", + "target": "futures_core" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.14" + }, + "license": "MIT" + }, + "tokio-util 0.7.10": { + "name": "tokio-util", + "version": "0.7.10", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tokio-util/0.7.10/download", + "sha256": "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tokio_util", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tokio_util", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "codec", + "compat", + "default", + "futures-io", + "io", + "tracing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "futures-core 0.3.29", + "target": "futures_core" + }, + { + "id": "futures-io 0.3.29", + "target": "futures_io" + }, + { + "id": "futures-sink 0.3.29", + "target": "futures_sink" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.10" + }, + "license": "MIT" + }, + "toml 0.5.11": { + "name": "toml", + "version": "0.5.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/toml/0.5.11/download", + "sha256": "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" + } + }, + "targets": [ + { + "Library": { + "crate_name": "toml", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "toml", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.11" + }, + "license": "MIT/Apache-2.0" + }, + "toml 0.7.8": { + "name": "toml", + "version": "0.7.8", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/toml/0.7.8/download", + "sha256": "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" + } + }, + "targets": [ + { + "Library": { + "crate_name": "toml", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "toml", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "display", + "parse" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_spanned 0.6.4", + "target": "serde_spanned" + }, + { + "id": "toml_datetime 0.6.5", + "target": "toml_datetime" + }, + { + "id": "toml_edit 0.19.15", + "target": "toml_edit" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.8" + }, + "license": "MIT OR Apache-2.0" + }, + "toml_datetime 0.6.5": { + "name": "toml_datetime", + "version": "0.6.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/toml_datetime/0.6.5/download", + "sha256": "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "toml_datetime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "toml_datetime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.193", + "target": "serde" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.6.5" + }, + "license": "MIT OR Apache-2.0" + }, + "toml_edit 0.19.15": { + "name": "toml_edit", + "version": "0.19.15", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/toml_edit/0.19.15/download", + "sha256": "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" + } + }, + "targets": [ + { + "Library": { + "crate_name": "toml_edit", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "toml_edit", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "indexmap 2.1.0", + "target": "indexmap" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_spanned 0.6.4", + "target": "serde_spanned" + }, + { + "id": "toml_datetime 0.6.5", + "target": "toml_datetime" + }, + { + "id": "winnow 0.5.19", + "target": "winnow" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.19.15" + }, + "license": "MIT OR Apache-2.0" + }, + "toml_edit 0.20.7": { + "name": "toml_edit", + "version": "0.20.7", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/toml_edit/0.20.7/download", + "sha256": "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" + } + }, + "targets": [ + { + "Library": { + "crate_name": "toml_edit", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "toml_edit", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "indexmap 2.1.0", + "target": "indexmap" + }, + { + "id": "toml_datetime 0.6.5", + "target": "toml_datetime" + }, + { + "id": "winnow 0.5.19", + "target": "winnow" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.20.7" + }, + "license": "MIT OR Apache-2.0" + }, + "tower 0.4.13": { + "name": "tower", + "version": "0.4.13", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tower/0.4.13/download", + "sha256": "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tower", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tower", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "__common", + "default", + "futures-core", + "futures-util", + "log", + "pin-project", + "pin-project-lite", + "tracing", + "util" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "futures-core 0.3.29", + "target": "futures_core" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "tower-layer 0.3.2", + "target": "tower_layer" + }, + { + "id": "tower-service 0.3.2", + "target": "tower_service" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.13" + }, + "license": "MIT" + }, + "tower-http 0.4.4": { + "name": "tower-http", + "version": "0.4.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tower-http/0.4.4/download", + "sha256": "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tower_http", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tower_http", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "cors", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 2.4.1", + "target": "bitflags" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "futures-core 0.3.29", + "target": "futures_core" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "http 0.2.11", + "target": "http" + }, + { + "id": "http-body 0.4.5", + "target": "http_body" + }, + { + "id": "http-range-header 0.3.1", + "target": "http_range_header" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "tower-layer 0.3.2", + "target": "tower_layer" + }, + { + "id": "tower-service 0.3.2", + "target": "tower_service" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.4" + }, + "license": "MIT" + }, + "tower-layer 0.3.2": { + "name": "tower-layer", + "version": "0.3.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tower-layer/0.3.2/download", + "sha256": "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tower_layer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tower_layer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.3.2" + }, + "license": "MIT" + }, + "tower-service 0.3.2": { + "name": "tower-service", + "version": "0.3.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tower-service/0.3.2/download", + "sha256": "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tower_service", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tower_service", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.3.2" + }, + "license": "MIT" + }, + "tracing 0.1.40": { + "name": "tracing", + "version": "0.1.40", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing/0.1.40/download", + "sha256": "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "attributes", + "default", + "log", + "std", + "tracing-attributes" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "tracing-core 0.1.32", + "target": "tracing_core" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "tracing-attributes 0.1.27", + "target": "tracing_attributes" + } + ], + "selects": {} + }, + "version": "0.1.40" + }, + "license": "MIT" + }, + "tracing-attributes 0.1.27": { + "name": "tracing-attributes", + "version": "0.1.27", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing-attributes/0.1.27/download", + "sha256": "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "tracing_attributes", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_attributes", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.27" + }, + "license": "MIT" + }, + "tracing-core 0.1.32": { + "name": "tracing-core", + "version": "0.1.32", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing-core/0.1.32/download", + "sha256": "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "once_cell", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "once_cell 1.18.0", + "target": "once_cell" + } + ], + "selects": { + "cfg(tracing_unstable)": [ + { + "id": "valuable 0.1.0", + "target": "valuable" + } + ] + } + }, + "edition": "2018", + "version": "0.1.32" + }, + "license": "MIT" + }, + "tracing-futures 0.2.5": { + "name": "tracing-futures", + "version": "0.2.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing-futures/0.2.5/download", + "sha256": "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing_futures", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_futures", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "pin-project", + "std", + "std-future" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "pin-project 1.1.3", + "target": "pin_project" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.5" + }, + "license": "MIT" + }, + "tracing-gum 1.0.0": { + "name": "tracing-gum", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/gum" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing_gum", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_gum", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "coarsetime 0.1.33", + "target": "coarsetime" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "tracing-gum-proc-macro 1.0.0", + "target": "tracing_gum_proc_macro", + "alias": "gum_proc_macro" + } + ], + "selects": {} + }, + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "tracing-gum-proc-macro 1.0.0": { + "name": "tracing-gum-proc-macro", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/node/gum/proc-macro" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "tracing_gum_proc_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_gum_proc_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "expander 2.0.0", + "target": "expander" + }, + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "tracing-log 0.1.4": { + "name": "tracing-log", + "version": "0.1.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing-log/0.1.4/download", + "sha256": "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing_log", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_log", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "log-tracer", + "std", + "trace-logger" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "tracing-core 0.1.32", + "target": "tracing_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.4" + }, + "license": "MIT" + }, + "tracing-log 0.2.0": { + "name": "tracing-log", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing-log/0.2.0/download", + "sha256": "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing_log", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_log", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "log-tracer", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "tracing-core 0.1.32", + "target": "tracing_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.0" + }, + "license": "MIT" + }, + "tracing-serde 0.1.3": { + "name": "tracing-serde", + "version": "0.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing-serde/0.1.3/download", + "sha256": "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing_serde", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_serde", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "tracing-core 0.1.32", + "target": "tracing_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.3" + }, + "license": "MIT" + }, + "tracing-subscriber 0.2.25": { + "name": "tracing-subscriber", + "version": "0.2.25", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing-subscriber/0.2.25/download", + "sha256": "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing_subscriber", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_subscriber", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ansi", + "ansi_term", + "chrono", + "default", + "env-filter", + "fmt", + "json", + "lazy_static", + "matchers", + "parking_lot", + "regex", + "registry", + "serde", + "serde_json", + "sharded-slab", + "smallvec", + "thread_local", + "tracing", + "tracing-log", + "tracing-serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ansi_term 0.12.1", + "target": "ansi_term" + }, + { + "id": "chrono 0.4.31", + "target": "chrono" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "matchers 0.0.1", + "target": "matchers" + }, + { + "id": "parking_lot 0.11.2", + "target": "parking_lot" + }, + { + "id": "regex 1.10.2", + "target": "regex" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sharded-slab 0.1.7", + "target": "sharded_slab" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "thread_local 1.1.7", + "target": "thread_local" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "tracing-core 0.1.32", + "target": "tracing_core" + }, + { + "id": "tracing-log 0.1.4", + "target": "tracing_log" + }, + { + "id": "tracing-serde 0.1.3", + "target": "tracing_serde" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.25" + }, + "license": "MIT" + }, + "tracing-subscriber 0.3.18": { + "name": "tracing-subscriber", + "version": "0.3.18", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tracing-subscriber/0.3.18/download", + "sha256": "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing_subscriber", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tracing_subscriber", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "ansi", + "default", + "env-filter", + "fmt", + "matchers", + "nu-ansi-term", + "once_cell", + "regex", + "registry", + "sharded-slab", + "smallvec", + "std", + "thread_local", + "tracing", + "tracing-log" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "matchers 0.1.0", + "target": "matchers" + }, + { + "id": "nu-ansi-term 0.46.0", + "target": "nu_ansi_term" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "regex 1.10.2", + "target": "regex" + }, + { + "id": "sharded-slab 0.1.7", + "target": "sharded_slab" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "thread_local 1.1.7", + "target": "thread_local" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "tracing-core 0.1.32", + "target": "tracing_core" + }, + { + "id": "tracing-log 0.2.0", + "target": "tracing_log" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.18" + }, + "license": "MIT" + }, + "trie-db 0.28.0": { + "name": "trie-db", + "version": "0.28.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/trie-db/0.28.0/download", + "sha256": "ff28e0f815c2fea41ebddf148e008b077d2faddb026c9555b29696114d602642" + } + }, + "targets": [ + { + "Library": { + "crate_name": "trie_db", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "trie_db", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "rustc-hex", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hash-db 0.16.0", + "target": "hash_db" + }, + { + "id": "hashbrown 0.13.2", + "target": "hashbrown" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "rustc-hex 2.1.0", + "target": "rustc_hex" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.28.0" + }, + "license": "Apache-2.0" + }, + "trie-root 0.18.0": { + "name": "trie-root", + "version": "0.18.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/trie-root/0.18.0/download", + "sha256": "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "trie_root", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "trie_root", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "hash-db 0.16.0", + "target": "hash_db" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.18.0" + }, + "license": "Apache-2.0" + }, + "trust-dns-proto 0.22.0": { + "name": "trust-dns-proto", + "version": "0.22.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/trust-dns-proto/0.22.0/download", + "sha256": "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26" + } + }, + "targets": [ + { + "Library": { + "crate_name": "trust_dns_proto", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "trust_dns_proto", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "mdns", + "socket2", + "tokio", + "tokio-runtime" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "data-encoding 2.4.0", + "target": "data_encoding" + }, + { + "id": "futures-channel 0.3.29", + "target": "futures_channel" + }, + { + "id": "futures-io 0.3.29", + "target": "futures_io" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "idna 0.2.3", + "target": "idna" + }, + { + "id": "ipnet 2.9.0", + "target": "ipnet" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "socket2 0.4.10", + "target": "socket2" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tinyvec 1.6.0", + "target": "tinyvec" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "url 2.5.0", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + }, + { + "id": "enum-as-inner 0.5.1", + "target": "enum_as_inner" + } + ], + "selects": {} + }, + "version": "0.22.0" + }, + "license": "MIT/Apache-2.0" + }, + "trust-dns-resolver 0.22.0": { + "name": "trust-dns-resolver", + "version": "0.22.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/trust-dns-resolver/0.22.0/download", + "sha256": "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "trust_dns_resolver", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "trust_dns_resolver", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "ipconfig", + "resolv-conf", + "system-config", + "tokio", + "tokio-runtime" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "lru-cache 0.1.2", + "target": "lru_cache" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "resolv-conf 0.7.0", + "target": "resolv_conf" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.40", + "target": "tracing" + }, + { + "id": "trust-dns-proto 0.22.0", + "target": "trust_dns_proto" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "ipconfig 0.3.2", + "target": "ipconfig" + } + ] + } + }, + "edition": "2018", + "version": "0.22.0" + }, + "license": "MIT/Apache-2.0" + }, + "try-lock 0.2.4": { + "name": "try-lock", + "version": "0.2.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/try-lock/0.2.4/download", + "sha256": "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" + } + }, + "targets": [ + { + "Library": { + "crate_name": "try_lock", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "try_lock", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.4" + }, + "license": "MIT" + }, + "try-runtime-cli 0.10.0-dev": { + "name": "try-runtime-cli", + "version": "0.10.0-dev", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "substrate/utils/frame/try-runtime/cli" + } + }, + "targets": [ + { + "Library": { + "crate_name": "try_runtime_cli", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "try_runtime_cli", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "clap 4.4.8", + "target": "clap" + }, + { + "id": "frame-remote-externalities 0.10.0-dev", + "target": "frame_remote_externalities", + "alias": "remote_externalities" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "parity-scale-codec 3.6.5", + "target": "parity_scale_codec" + }, + { + "id": "sc-cli 0.10.0-dev", + "target": "sc_cli" + }, + { + "id": "sc-executor 0.10.0-dev", + "target": "sc_executor" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sp-api 4.0.0-dev", + "target": "sp_api" + }, + { + "id": "sp-consensus-aura 0.10.0-dev", + "target": "sp_consensus_aura" + }, + { + "id": "sp-consensus-babe 0.10.0-dev", + "target": "sp_consensus_babe" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-externalities 0.19.0", + "target": "sp_externalities" + }, + { + "id": "sp-inherents 4.0.0-dev", + "target": "sp_inherents" + }, + { + "id": "sp-io 23.0.0", + "target": "sp_io" + }, + { + "id": "sp-keystore 0.27.0", + "target": "sp_keystore" + }, + { + "id": "sp-rpc 6.0.0", + "target": "sp_rpc" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-state-machine 0.28.0", + "target": "sp_state_machine" + }, + { + "id": "sp-timestamp 4.0.0-dev", + "target": "sp_timestamp" + }, + { + "id": "sp-transaction-storage-proof 4.0.0-dev", + "target": "sp_transaction_storage_proof" + }, + { + "id": "sp-version 22.0.0", + "target": "sp_version" + }, + { + "id": "sp-weights 20.0.0", + "target": "sp_weights" + }, + { + "id": "substrate-rpc-client 0.10.0-dev", + "target": "substrate_rpc_client" + }, + { + "id": "zstd 0.12.4", + "target": "zstd" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + }, + { + "id": "sp-debug-derive 8.0.0", + "target": "sp_debug_derive" + } + ], + "selects": {} + }, + "version": "0.10.0-dev" + }, + "license": "Apache-2.0" + }, + "tt-call 1.0.9": { + "name": "tt-call", + "version": "1.0.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/tt-call/1.0.9/download", + "sha256": "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tt_call", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "tt_call", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.9" + }, + "license": "MIT OR Apache-2.0" + }, + "turn 0.6.1": { + "name": "turn", + "version": "0.6.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/turn/0.6.1/download", + "sha256": "4712ee30d123ec7ae26d1e1b218395a16c87cdbaf4b3925d170d684af62ea5e8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "turn", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "turn", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "md-5 0.10.6", + "target": "md5" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "stun 0.4.4", + "target": "stun" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.6.1" + }, + "license": "MIT/Apache-2.0" + }, + "twox-hash 1.6.3": { + "name": "twox-hash", + "version": "1.6.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/twox-hash/1.6.3/download", + "sha256": "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" + } + }, + "targets": [ + { + "Library": { + "crate_name": "twox_hash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "twox_hash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "digest_0_10", + "rand", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "digest 0.10.7", + "target": "digest", + "alias": "digest_0_10" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.6.3" + }, + "license": "MIT" + }, + "typenum 1.17.0": { + "name": "typenum", + "version": "1.17.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/typenum/1.17.0/download", + "sha256": "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" + } + }, + "targets": [ + { + "Library": { + "crate_name": "typenum", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_main", + "crate_root": "build/main.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "typenum", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "typenum 1.17.0", + "target": "build_script_main" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.17.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "ucd-trie 0.1.6": { + "name": "ucd-trie", + "version": "0.1.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/ucd-trie/0.1.6/download", + "sha256": "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ucd_trie", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "ucd_trie", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.1.6" + }, + "license": "MIT OR Apache-2.0" + }, + "uint 0.9.5": { + "name": "uint", + "version": "0.9.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/uint/0.9.5/download", + "sha256": "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" + } + }, + "targets": [ + { + "Library": { + "crate_name": "uint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "uint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "crunchy 0.2.2", + "target": "crunchy" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.9.5" + }, + "license": "MIT OR Apache-2.0" + }, + "unarray 0.1.4": { + "name": "unarray", + "version": "0.1.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/unarray/0.1.4/download", + "sha256": "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unarray", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unarray", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.4" + }, + "license": "MIT OR Apache-2.0" + }, + "unicode-bidi 0.3.13": { + "name": "unicode-bidi", + "version": "0.3.13", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download", + "sha256": "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unicode_bidi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unicode_bidi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "hardcoded-data", + "std" + ], + "selects": { + "aarch64-apple-darwin": [ + "default" + ], + "aarch64-apple-ios": [ + "default" + ], + "aarch64-apple-ios-sim": [ + "default" + ], + "aarch64-fuchsia": [ + "default" + ], + "aarch64-linux-android": [ + "default" + ], + "aarch64-pc-windows-msvc": [ + "default" + ], + "aarch64-unknown-linux-gnu": [ + "default" + ], + "aarch64-unknown-nixos-gnu": [ + "default" + ], + "aarch64-unknown-nto-qnx710": [ + "default" + ], + "arm-unknown-linux-gnueabi": [ + "default" + ], + "armv7-linux-androideabi": [ + "default" + ], + "armv7-unknown-linux-gnueabi": [ + "default" + ], + "i686-apple-darwin": [ + "default" + ], + "i686-linux-android": [ + "default" + ], + "i686-pc-windows-msvc": [ + "default" + ], + "i686-unknown-freebsd": [ + "default" + ], + "i686-unknown-linux-gnu": [ + "default" + ], + "powerpc-unknown-linux-gnu": [ + "default" + ], + "riscv32imc-unknown-none-elf": [ + "default" + ], + "riscv64gc-unknown-none-elf": [ + "default" + ], + "s390x-unknown-linux-gnu": [ + "default" + ], + "thumbv7em-none-eabi": [ + "default" + ], + "thumbv8m.main-none-eabi": [ + "default" + ], + "x86_64-apple-darwin": [ + "default" + ], + "x86_64-apple-ios": [ + "default" + ], + "x86_64-fuchsia": [ + "default" + ], + "x86_64-linux-android": [ + "default" + ], + "x86_64-pc-windows-msvc": [ + "default" + ], + "x86_64-unknown-freebsd": [ + "default" + ], + "x86_64-unknown-linux-gnu": [ + "default" + ], + "x86_64-unknown-nixos-gnu": [ + "default" + ], + "x86_64-unknown-none": [ + "default" + ] + } + }, + "edition": "2018", + "version": "0.3.13" + }, + "license": "MIT OR Apache-2.0" + }, + "unicode-ident 1.0.12": { + "name": "unicode-ident", + "version": "1.0.12", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/unicode-ident/1.0.12/download", + "sha256": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unicode_ident", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unicode_ident", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.0.12" + }, + "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016" + }, + "unicode-normalization 0.1.22": { + "name": "unicode-normalization", + "version": "0.1.22", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download", + "sha256": "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unicode_normalization", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unicode_normalization", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "tinyvec 1.6.0", + "target": "tinyvec" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.22" + }, + "license": "MIT/Apache-2.0" + }, + "unicode-width 0.1.11": { + "name": "unicode-width", + "version": "0.1.11", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/unicode-width/0.1.11/download", + "sha256": "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unicode_width", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unicode_width", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.1.11" + }, + "license": "MIT/Apache-2.0" + }, + "unicode-xid 0.2.4": { + "name": "unicode-xid", + "version": "0.2.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/unicode-xid/0.2.4/download", + "sha256": "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unicode_xid", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unicode_xid", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.2.4" + }, + "license": "MIT OR Apache-2.0" + }, + "universal-hash 0.4.1": { + "name": "universal-hash", + "version": "0.4.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/universal-hash/0.4.1/download", + "sha256": "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" + } + }, + "targets": [ + { + "Library": { + "crate_name": "universal_hash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "universal_hash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.1" + }, + "license": "MIT OR Apache-2.0" + }, + "universal-hash 0.5.1": { + "name": "universal-hash", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/universal-hash/0.5.1/download", + "sha256": "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" + } + }, + "targets": [ + { + "Library": { + "crate_name": "universal_hash", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "universal_hash", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "crypto-common 0.1.6", + "target": "crypto_common" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.1" + }, + "license": "MIT OR Apache-2.0" + }, + "unsigned-varint 0.7.2": { + "name": "unsigned-varint", + "version": "0.7.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/unsigned-varint/0.7.2/download", + "sha256": "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" + } + }, + "targets": [ + { + "Library": { + "crate_name": "unsigned_varint", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "unsigned_varint", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "asynchronous-codec", + "asynchronous_codec", + "bytes", + "futures", + "futures-io", + "futures-util", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "asynchronous-codec 0.6.2", + "target": "asynchronous_codec" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "futures-io 0.3.29", + "target": "futures_io" + }, + { + "id": "futures-util 0.3.29", + "target": "futures_util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.2" + }, + "license": "MIT" + }, + "untrusted 0.7.1": { + "name": "untrusted", + "version": "0.7.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/untrusted/0.7.1/download", + "sha256": "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "untrusted", + "crate_root": "src/untrusted.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "untrusted", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.7.1" + }, + "license": "ISC" + }, + "untrusted 0.9.0": { + "name": "untrusted", + "version": "0.9.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/untrusted/0.9.0/download", + "sha256": "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "untrusted", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "untrusted", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.9.0" + }, + "license": "ISC" + }, + "url 2.5.0": { + "name": "url", + "version": "2.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/url/2.5.0/download", + "sha256": "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" + } + }, + "targets": [ + { + "Library": { + "crate_name": "url", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "url", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "form_urlencoded 1.2.1", + "target": "form_urlencoded" + }, + { + "id": "idna 0.5.0", + "target": "idna" + }, + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.5.0" + }, + "license": "MIT OR Apache-2.0" + }, + "utf8parse 0.2.1": { + "name": "utf8parse", + "version": "0.2.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/utf8parse/0.2.1/download", + "sha256": "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "utf8parse", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "utf8parse", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "uuid 1.5.0": { + "name": "uuid", + "version": "1.5.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/uuid/1.5.0/download", + "sha256": "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "uuid", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "uuid", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "getrandom 0.2.11", + "target": "getrandom" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.5.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "valuable 0.1.0": { + "name": "valuable", + "version": "0.1.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/valuable/0.1.0/download", + "sha256": "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "valuable", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "valuable", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "valuable 0.1.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT" + }, + "vcpkg 0.2.15": { + "name": "vcpkg", + "version": "0.2.15", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/vcpkg/0.2.15/download", + "sha256": "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" + } + }, + "targets": [ + { + "Library": { + "crate_name": "vcpkg", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "vcpkg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.2.15" + }, + "license": "MIT/Apache-2.0" + }, + "version_check 0.9.4": { + "name": "version_check", + "version": "0.9.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/version_check/0.9.4/download", + "sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "version_check", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "version_check", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.9.4" + }, + "license": "MIT/Apache-2.0" + }, + "void 1.0.2": { + "name": "void", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/void/1.0.2/download", + "sha256": "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "void", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "void", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2015", + "version": "1.0.2" + }, + "license": "MIT" + }, + "w3f-bls 0.1.3": { + "name": "w3f-bls", + "version": "0.1.3", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/w3f-bls/0.1.3/download", + "sha256": "7335e4c132c28cc43caef6adb339789e599e39adbe78da0c4d547fad48cbc331" + } + }, + "targets": [ + { + "Library": { + "crate_name": "w3f_bls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "w3f_bls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ark-bls12-377 0.4.0", + "target": "ark_bls12_377" + }, + { + "id": "ark-bls12-381 0.4.0", + "target": "ark_bls12_381" + }, + { + "id": "ark-ec 0.4.2", + "target": "ark_ec" + }, + { + "id": "ark-ff 0.4.2", + "target": "ark_ff" + }, + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "arrayref 0.3.7", + "target": "arrayref" + }, + { + "id": "constcat 0.3.1", + "target": "constcat" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "sha3 0.10.8", + "target": "sha3" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "ark-serialize-derive 0.4.2", + "target": "ark_serialize_derive" + } + ], + "selects": {} + }, + "version": "0.1.3" + }, + "license": "MIT/Apache-2.0" + }, + "wait-timeout 0.2.0": { + "name": "wait-timeout", + "version": "0.2.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wait-timeout/0.2.0/download", + "sha256": "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wait_timeout", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wait_timeout", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ] + } + }, + "edition": "2015", + "version": "0.2.0" + }, + "license": "MIT/Apache-2.0" + }, + "waitgroup 0.1.2": { + "name": "waitgroup", + "version": "0.1.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/waitgroup/0.1.2/download", + "sha256": "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292" + } + }, + "targets": [ + { + "Library": { + "crate_name": "waitgroup", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "waitgroup", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "atomic-waker 1.1.2", + "target": "atomic_waker" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.2" + }, + "license": "Apache-2.0" + }, + "waker-fn 1.1.1": { + "name": "waker-fn", + "version": "1.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/waker-fn/1.1.1/download", + "sha256": "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" + } + }, + "targets": [ + { + "Library": { + "crate_name": "waker_fn", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "waker_fn", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.1.1" + }, + "license": "Apache-2.0 OR MIT" + }, + "walkdir 2.4.0": { + "name": "walkdir", + "version": "2.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/walkdir/2.4.0/download", + "sha256": "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" + } + }, + "targets": [ + { + "Library": { + "crate_name": "walkdir", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "walkdir", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "same-file 1.0.6", + "target": "same_file" + } + ], + "selects": { + "cfg(windows)": [ + { + "id": "winapi-util 0.1.6", + "target": "winapi_util" + } + ] + } + }, + "edition": "2018", + "version": "2.4.0" + }, + "license": "Unlicense/MIT" + }, + "want 0.3.1": { + "name": "want", + "version": "0.3.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/want/0.3.1/download", + "sha256": "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "want", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "want", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "try-lock 0.2.4", + "target": "try_lock" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.1" + }, + "license": "MIT" + }, + "wasi 0.11.0+wasi-snapshot-preview1": { + "name": "wasi", + "version": "0.11.0+wasi-snapshot-preview1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download", + "sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.0+wasi-snapshot-preview1" + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "wasi 0.9.0+wasi-snapshot-preview1": { + "name": "wasi", + "version": "0.9.0+wasi-snapshot-preview1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download", + "sha256": "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.9.0+wasi-snapshot-preview1" + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + }, + "wasm-bindgen 0.2.88": { + "name": "wasm-bindgen", + "version": "0.2.88", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-bindgen/0.2.88/download", + "sha256": "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_bindgen", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_bindgen", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "spans", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "wasm-bindgen 0.2.88", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "wasm-bindgen-macro 0.2.88", + "target": "wasm_bindgen_macro" + } + ], + "selects": {} + }, + "version": "0.2.88" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "wasm-bindgen-backend 0.2.88": { + "name": "wasm-bindgen-backend", + "version": "0.2.88", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.88/download", + "sha256": "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_bindgen_backend", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_bindgen_backend", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "spans" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bumpalo 3.14.0", + "target": "bumpalo" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + }, + { + "id": "wasm-bindgen-shared 0.2.88", + "target": "wasm_bindgen_shared" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.88" + }, + "license": "MIT OR Apache-2.0" + }, + "wasm-bindgen-futures 0.4.38": { + "name": "wasm-bindgen-futures", + "version": "0.4.38", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.38/download", + "sha256": "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_bindgen_futures", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_bindgen_futures", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "js-sys 0.3.65", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.88", + "target": "wasm_bindgen" + } + ], + "selects": { + "cfg(target_feature = \"atomics\")": [ + { + "id": "web-sys 0.3.65", + "target": "web_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.4.38" + }, + "license": "MIT OR Apache-2.0" + }, + "wasm-bindgen-macro 0.2.88": { + "name": "wasm-bindgen-macro", + "version": "0.2.88", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.88/download", + "sha256": "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "wasm_bindgen_macro", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_bindgen_macro", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "spans" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "wasm-bindgen-macro-support 0.2.88", + "target": "wasm_bindgen_macro_support" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.88" + }, + "license": "MIT OR Apache-2.0" + }, + "wasm-bindgen-macro-support 0.2.88": { + "name": "wasm-bindgen-macro-support", + "version": "0.2.88", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.88/download", + "sha256": "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_bindgen_macro_support", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_bindgen_macro_support", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "spans" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + }, + { + "id": "wasm-bindgen-backend 0.2.88", + "target": "wasm_bindgen_backend" + }, + { + "id": "wasm-bindgen-shared 0.2.88", + "target": "wasm_bindgen_shared" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.88" + }, + "license": "MIT OR Apache-2.0" + }, + "wasm-bindgen-shared 0.2.88": { + "name": "wasm-bindgen-shared", + "version": "0.2.88", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.88/download", + "sha256": "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_bindgen_shared", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_bindgen_shared", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "wasm-bindgen-shared 0.2.88", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.88" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "links": "wasm_bindgen" + }, + "license": "MIT OR Apache-2.0" + }, + "wasm-instrument 0.3.0": { + "name": "wasm-instrument", + "version": "0.3.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-instrument/0.3.0/download", + "sha256": "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_instrument", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_instrument", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "parity-wasm 0.45.0", + "target": "parity_wasm" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.3.0" + }, + "license": "MIT OR Apache-2.0" + }, + "wasm-opt 0.116.0": { + "name": "wasm-opt", + "version": "0.116.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-opt/0.116.0/download", + "sha256": "fc942673e7684671f0c5708fc18993569d184265fd5223bb51fc8e5b9b6cfd52" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_opt", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_opt", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "dwarf" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "strum 0.24.1", + "target": "strum" + }, + { + "id": "tempfile 3.8.1", + "target": "tempfile" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "wasm-opt-cxx-sys 0.116.0", + "target": "wasm_opt_cxx_sys" + }, + { + "id": "wasm-opt-sys 0.116.0", + "target": "wasm_opt_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "strum_macros 0.24.3", + "target": "strum_macros" + } + ], + "selects": {} + }, + "version": "0.116.0" + }, + "license": "MIT / Apache-2.0" + }, + "wasm-opt-cxx-sys 0.116.0": { + "name": "wasm-opt-cxx-sys", + "version": "0.116.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-opt-cxx-sys/0.116.0/download", + "sha256": "8c57b28207aa724318fcec6575fe74803c23f6f266fce10cbc9f3f116762f12e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_opt_cxx_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_opt_cxx_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "cxx 1.0.110", + "target": "cxx" + }, + { + "id": "wasm-opt-cxx-sys 0.116.0", + "target": "build_script_build" + }, + { + "id": "wasm-opt-sys 0.116.0", + "target": "wasm_opt_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.116.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "cxx-build 1.0.110", + "target": "cxx_build" + } + ], + "selects": {} + }, + "link_deps": { + "common": [ + { + "id": "cxx 1.0.110", + "target": "cxx" + }, + { + "id": "wasm-opt-sys 0.116.0", + "target": "wasm_opt_sys" + } + ], + "selects": {} + } + }, + "license": "MIT / Apache-2.0" + }, + "wasm-opt-sys 0.116.0": { + "name": "wasm-opt-sys", + "version": "0.116.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-opt-sys/0.116.0/download", + "sha256": "8a1cce564dc768dacbdb718fc29df2dba80bd21cb47d8f77ae7e3d95ceb98cbe" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_opt_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_opt_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "dwarf" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cxx 1.0.110", + "target": "cxx" + }, + { + "id": "wasm-opt-sys 0.116.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.116.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "cc 1.0.83", + "target": "cc" + }, + { + "id": "cxx-build 1.0.110", + "target": "cxx_build" + } + ], + "selects": {} + }, + "link_deps": { + "common": [ + { + "id": "cxx 1.0.110", + "target": "cxx" + } + ], + "selects": {} + }, + "links": "binaryen" + }, + "license": "MIT / Apache-2.0" + }, + "wasm-timer 0.2.5": { + "name": "wasm-timer", + "version": "0.2.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasm-timer/0.2.5/download", + "sha256": "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasm_timer", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasm_timer", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "parking_lot 0.11.2", + "target": "parking_lot" + }, + { + "id": "pin-utils 0.1.0", + "target": "pin_utils" + } + ], + "selects": { + "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))": [ + { + "id": "js-sys 0.3.65", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.88", + "target": "wasm_bindgen" + }, + { + "id": "wasm-bindgen-futures 0.4.38", + "target": "wasm_bindgen_futures" + }, + { + "id": "web-sys 0.3.65", + "target": "web_sys" + } + ] + } + }, + "edition": "2018", + "version": "0.2.5" + }, + "license": "MIT" + }, + "wasmi 0.30.0": { + "name": "wasmi", + "version": "0.30.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmi/0.30.0/download", + "sha256": "e51fb5c61993e71158abf5bb863df2674ca3ec39ed6471c64f07aeaf751d67b4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "intx 0.1.0", + "target": "intx" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "spin 0.9.8", + "target": "spin" + }, + { + "id": "wasmi_arena 0.4.0", + "target": "wasmi_arena" + }, + { + "id": "wasmi_core 0.12.0", + "target": "wasmi_core" + }, + { + "id": "wasmparser-nostd 0.100.1", + "target": "wasmparser_nostd", + "alias": "wasmparser" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.30.0" + }, + "license": "MIT/Apache-2.0" + }, + "wasmi 0.31.0": { + "name": "wasmi", + "version": "0.31.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmi/0.31.0/download", + "sha256": "1f341edb80021141d4ae6468cbeefc50798716a347d4085c3811900049ea8945" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "spin 0.9.8", + "target": "spin" + }, + { + "id": "wasmi_arena 0.4.0", + "target": "wasmi_arena" + }, + { + "id": "wasmi_core 0.13.0", + "target": "wasmi_core" + }, + { + "id": "wasmparser-nostd 0.100.1", + "target": "wasmparser_nostd", + "alias": "wasmparser" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.31.0" + }, + "license": "MIT/Apache-2.0" + }, + "wasmi_arena 0.4.0": { + "name": "wasmi_arena", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmi_arena/0.4.0/download", + "sha256": "401c1f35e413fac1846d4843745589d9ec678977ab35a384db8ae7830525d468" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmi_arena", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmi_arena", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.4.0" + }, + "license": "MIT/Apache-2.0" + }, + "wasmi_core 0.12.0": { + "name": "wasmi_core", + "version": "0.12.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmi_core/0.12.0/download", + "sha256": "624e6333e861ef49095d2d678b76ebf30b06bf37effca845be7e5b87c90071b7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmi_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmi_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "downcast-rs 1.2.0", + "target": "downcast_rs" + }, + { + "id": "libm 0.2.8", + "target": "libm" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.14", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.12.0" + }, + "license": "MIT/Apache-2.0" + }, + "wasmi_core 0.13.0": { + "name": "wasmi_core", + "version": "0.13.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmi_core/0.13.0/download", + "sha256": "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmi_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmi_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "downcast-rs 1.2.0", + "target": "downcast_rs" + }, + { + "id": "libm 0.2.8", + "target": "libm" + }, + { + "id": "num-traits 0.2.17", + "target": "num_traits" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.14", + "target": "paste" + } + ], + "selects": {} + }, + "version": "0.13.0" + }, + "license": "MIT/Apache-2.0" + }, + "wasmparser 0.102.0": { + "name": "wasmparser", + "version": "0.102.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmparser/0.102.0/download", + "sha256": "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmparser", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmparser", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "indexmap 1.9.3", + "target": "indexmap" + }, + { + "id": "url 2.5.0", + "target": "url" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.102.0" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmparser-nostd 0.100.1": { + "name": "wasmparser-nostd", + "version": "0.100.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmparser-nostd/0.100.1/download", + "sha256": "9157cab83003221bfd385833ab587a039f5d6fa7304854042ba358a3b09e0724" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmparser_nostd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmparser_nostd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "indexmap-nostd 0.4.0", + "target": "indexmap_nostd", + "alias": "indexmap" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.100.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime 8.0.1": { + "name": "wasmtime", + "version": "8.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime/8.0.1/download", + "sha256": "f907fdead3153cb9bfb7a93bbd5b62629472dc06dee83605358c64c52ed3dda9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "cache", + "cranelift", + "jitdump", + "parallel-compilation", + "pooling-allocator" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "bincode 1.3.3", + "target": "bincode" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "indexmap 1.9.3", + "target": "indexmap" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "object 0.30.4", + "target": "object" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + }, + { + "id": "psm 0.1.21", + "target": "psm" + }, + { + "id": "rayon 1.8.0", + "target": "rayon" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "target-lexicon 0.12.12", + "target": "target_lexicon" + }, + { + "id": "wasmparser 0.102.0", + "target": "wasmparser" + }, + { + "id": "wasmtime 8.0.1", + "target": "build_script_build" + }, + { + "id": "wasmtime-cache 8.0.1", + "target": "wasmtime_cache" + }, + { + "id": "wasmtime-cranelift 8.0.1", + "target": "wasmtime_cranelift" + }, + { + "id": "wasmtime-environ 8.0.1", + "target": "wasmtime_environ" + }, + { + "id": "wasmtime-jit 8.0.1", + "target": "wasmtime_jit" + }, + { + "id": "wasmtime-runtime 8.0.1", + "target": "wasmtime_runtime" + } + ], + "selects": { + "cfg(target_os = \"windows\")": [ + { + "id": "windows-sys 0.45.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.14", + "target": "paste" + } + ], + "selects": {} + }, + "version": "8.0.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-asm-macros 8.0.1": { + "name": "wasmtime-asm-macros", + "version": "8.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-asm-macros/8.0.1/download", + "sha256": "d3b9daa7c14cd4fa3edbf69de994408d5f4b7b0959ac13fa69d465f6597f810d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_asm_macros", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_asm_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "8.0.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-cache 8.0.1": { + "name": "wasmtime-cache", + "version": "8.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-cache/8.0.1/download", + "sha256": "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_cache", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_cache", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "base64 0.21.5", + "target": "base64" + }, + { + "id": "bincode 1.3.3", + "target": "bincode" + }, + { + "id": "directories-next 2.0.0", + "target": "directories_next" + }, + { + "id": "file-per-thread-logger 0.1.6", + "target": "file_per_thread_logger" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "toml 0.5.11", + "target": "toml" + }, + { + "id": "wasmtime-cache 8.0.1", + "target": "build_script_build" + }, + { + "id": "zstd 0.11.2+zstd.1.5.2", + "target": "zstd" + } + ], + "selects": { + "cfg(not(target_os = \"windows\"))": [ + { + "id": "rustix 0.36.17", + "target": "rustix" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "windows-sys 0.45.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "8.0.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-cranelift 8.0.1": { + "name": "wasmtime-cranelift", + "version": "8.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-cranelift/8.0.1/download", + "sha256": "b1cefde0cce8cb700b1b21b6298a3837dba46521affd7b8c38a9ee2c869eee04" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_cranelift", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_cranelift", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "cranelift-codegen 0.95.1", + "target": "cranelift_codegen" + }, + { + "id": "cranelift-entity 0.95.1", + "target": "cranelift_entity" + }, + { + "id": "cranelift-frontend 0.95.1", + "target": "cranelift_frontend" + }, + { + "id": "cranelift-native 0.95.1", + "target": "cranelift_native" + }, + { + "id": "cranelift-wasm 0.95.1", + "target": "cranelift_wasm" + }, + { + "id": "gimli 0.27.3", + "target": "gimli" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "object 0.30.4", + "target": "object" + }, + { + "id": "target-lexicon 0.12.12", + "target": "target_lexicon" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "wasmparser 0.102.0", + "target": "wasmparser" + }, + { + "id": "wasmtime-cranelift-shared 8.0.1", + "target": "wasmtime_cranelift_shared" + }, + { + "id": "wasmtime-environ 8.0.1", + "target": "wasmtime_environ" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "8.0.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-cranelift-shared 8.0.1": { + "name": "wasmtime-cranelift-shared", + "version": "8.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-cranelift-shared/8.0.1/download", + "sha256": "cd041e382ef5aea1b9fc78442394f1a4f6d676ce457e7076ca4cb3f397882f8b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_cranelift_shared", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_cranelift_shared", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "cranelift-codegen 0.95.1", + "target": "cranelift_codegen" + }, + { + "id": "cranelift-native 0.95.1", + "target": "cranelift_native" + }, + { + "id": "gimli 0.27.3", + "target": "gimli" + }, + { + "id": "object 0.30.4", + "target": "object" + }, + { + "id": "target-lexicon 0.12.12", + "target": "target_lexicon" + }, + { + "id": "wasmtime-environ 8.0.1", + "target": "wasmtime_environ" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "8.0.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-environ 8.0.1": { + "name": "wasmtime-environ", + "version": "8.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-environ/8.0.1/download", + "sha256": "a990198cee4197423045235bf89d3359e69bd2ea031005f4c2d901125955c949" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_environ", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_environ", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "cranelift-entity 0.95.1", + "target": "cranelift_entity" + }, + { + "id": "gimli 0.27.3", + "target": "gimli" + }, + { + "id": "indexmap 1.9.3", + "target": "indexmap" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "object 0.30.4", + "target": "object" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "target-lexicon 0.12.12", + "target": "target_lexicon" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "wasmparser 0.102.0", + "target": "wasmparser" + }, + { + "id": "wasmtime-types 8.0.1", + "target": "wasmtime_types" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "8.0.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-jit 8.0.1": { + "name": "wasmtime-jit", + "version": "8.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-jit/8.0.1/download", + "sha256": "0de48df552cfca1c9b750002d3e07b45772dd033b0b206d5c0968496abf31244" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_jit", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_jit", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "jitdump", + "wasmtime-jit-debug" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "addr2line 0.19.0", + "target": "addr2line" + }, + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "bincode 1.3.3", + "target": "bincode" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "cpp_demangle 0.3.5", + "target": "cpp_demangle" + }, + { + "id": "gimli 0.27.3", + "target": "gimli" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "object 0.30.4", + "target": "object" + }, + { + "id": "rustc-demangle 0.1.23", + "target": "rustc_demangle" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "target-lexicon 0.12.12", + "target": "target_lexicon" + }, + { + "id": "wasmtime-environ 8.0.1", + "target": "wasmtime_environ" + }, + { + "id": "wasmtime-jit-debug 8.0.1", + "target": "wasmtime_jit_debug" + }, + { + "id": "wasmtime-jit-icache-coherence 8.0.1", + "target": "wasmtime_jit_icache_coherence" + }, + { + "id": "wasmtime-runtime 8.0.1", + "target": "wasmtime_runtime" + } + ], + "selects": { + "cfg(target_os = \"windows\")": [ + { + "id": "windows-sys 0.45.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "8.0.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-jit-debug 8.0.1": { + "name": "wasmtime-jit-debug", + "version": "8.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-jit-debug/8.0.1/download", + "sha256": "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_jit_debug", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_jit_debug", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "gdb_jit_int", + "object", + "once_cell", + "perf_jitdump", + "rustix" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "object 0.30.4", + "target": "object" + }, + { + "id": "once_cell 1.18.0", + "target": "once_cell" + } + ], + "selects": { + "cfg(target_os = \"linux\")": [ + { + "id": "rustix 0.36.17", + "target": "rustix" + } + ] + } + }, + "edition": "2021", + "version": "8.0.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-jit-icache-coherence 8.0.1": { + "name": "wasmtime-jit-icache-coherence", + "version": "8.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-jit-icache-coherence/8.0.1/download", + "sha256": "aecae978b13f7f67efb23bd827373ace4578f2137ec110bbf6a4a7cde4121bbd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_jit_icache_coherence", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_jit_icache_coherence", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "selects": { + "cfg(any(target_os = \"linux\", target_os = \"macos\", target_os = \"freebsd\", target_os = \"android\"))": [ + { + "id": "libc 0.2.150", + "target": "libc" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "windows-sys 0.45.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "8.0.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-runtime 8.0.1": { + "name": "wasmtime-runtime", + "version": "8.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-runtime/8.0.1/download", + "sha256": "658cf6f325232b6760e202e5255d823da5e348fdea827eff0a2a22319000b441" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_runtime", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_runtime", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "pooling-allocator" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "anyhow 1.0.75", + "target": "anyhow" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "indexmap 1.9.3", + "target": "indexmap" + }, + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "memfd 0.6.4", + "target": "memfd" + }, + { + "id": "memoffset 0.8.0", + "target": "memoffset" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "wasmtime-asm-macros 8.0.1", + "target": "wasmtime_asm_macros" + }, + { + "id": "wasmtime-environ 8.0.1", + "target": "wasmtime_environ" + }, + { + "id": "wasmtime-jit-debug 8.0.1", + "target": "wasmtime_jit_debug" + }, + { + "id": "wasmtime-runtime 8.0.1", + "target": "build_script_build" + } + ], + "selects": { + "cfg(target_os = \"macos\")": [ + { + "id": "mach 0.3.2", + "target": "mach" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "windows-sys 0.45.0", + "target": "windows_sys" + } + ], + "cfg(unix)": [ + { + "id": "rustix 0.36.17", + "target": "rustix" + } + ] + } + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "paste 1.0.14", + "target": "paste" + } + ], + "selects": {} + }, + "version": "8.0.1" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + } + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "wasmtime-types 8.0.1": { + "name": "wasmtime-types", + "version": "8.0.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wasmtime-types/8.0.1/download", + "sha256": "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_types", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wasmtime_types", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cranelift-entity 0.95.1", + "target": "cranelift_entity" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "wasmparser 0.102.0", + "target": "wasmparser" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "8.0.1" + }, + "license": "Apache-2.0 WITH LLVM-exception" + }, + "web-sys 0.3.65": { + "name": "web-sys", + "version": "0.3.65", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/web-sys/0.3.65/download", + "sha256": "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85" + } + }, + "targets": [ + { + "Library": { + "crate_name": "web_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "web_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "EventTarget", + "Performance", + "Window" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "js-sys 0.3.65", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.88", + "target": "wasm_bindgen" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.65" + }, + "license": "MIT OR Apache-2.0" + }, + "webpki 0.21.4": { + "name": "webpki", + "version": "0.21.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webpki/0.21.4/download", + "sha256": "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webpki", + "crate_root": "src/webpki.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webpki", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "untrusted 0.7.1", + "target": "untrusted" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.21.4" + }, + "license": null + }, + "webpki 0.22.4": { + "name": "webpki", + "version": "0.22.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webpki/0.22.4/download", + "sha256": "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webpki", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webpki", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ring 0.17.5", + "target": "ring" + }, + { + "id": "untrusted 0.9.0", + "target": "untrusted" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.22.4" + }, + "license": null + }, + "webpki-roots 0.22.6": { + "name": "webpki-roots", + "version": "0.22.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webpki-roots/0.22.6/download", + "sha256": "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webpki_roots", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webpki_roots", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "webpki 0.22.4", + "target": "webpki" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.22.6" + }, + "license": "MPL-2.0" + }, + "webpki-roots 0.25.2": { + "name": "webpki-roots", + "version": "0.25.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webpki-roots/0.25.2/download", + "sha256": "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webpki_roots", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webpki_roots", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.25.2" + }, + "license": "MPL-2.0" + }, + "webrtc 0.6.0": { + "name": "webrtc", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc/0.6.0/download", + "sha256": "2d3bc9049bdb2cea52f5fd4f6f728184225bdb867ed0dc2410eab6df5bdd67bb" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arc-swap 1.6.0", + "target": "arc_swap" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "interceptor 0.8.2", + "target": "interceptor" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rcgen 0.9.3", + "target": "rcgen" + }, + { + "id": "regex 1.10.2", + "target": "regex" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "rtcp 0.7.2", + "target": "rtcp" + }, + { + "id": "rtp 0.6.8", + "target": "rtp" + }, + { + "id": "rustls 0.19.1", + "target": "rustls" + }, + { + "id": "sdp 0.5.3", + "target": "sdp" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "stun 0.4.4", + "target": "stun" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "time 0.3.30", + "target": "time" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "turn 0.6.1", + "target": "turn" + }, + { + "id": "url 2.5.0", + "target": "url" + }, + { + "id": "waitgroup 0.1.2", + "target": "waitgroup" + }, + { + "id": "webrtc-data 0.6.0", + "target": "webrtc_data", + "alias": "data" + }, + { + "id": "webrtc-dtls 0.7.2", + "target": "webrtc_dtls", + "alias": "dtls" + }, + { + "id": "webrtc-ice 0.9.1", + "target": "webrtc_ice", + "alias": "ice" + }, + { + "id": "webrtc-mdns 0.5.2", + "target": "webrtc_mdns", + "alias": "mdns" + }, + { + "id": "webrtc-media 0.5.1", + "target": "webrtc_media", + "alias": "media" + }, + { + "id": "webrtc-sctp 0.7.0", + "target": "webrtc_sctp", + "alias": "sctp" + }, + { + "id": "webrtc-srtp 0.9.1", + "target": "webrtc_srtp", + "alias": "srtp" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.6.0" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-data 0.6.0": { + "name": "webrtc-data", + "version": "0.6.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-data/0.6.0/download", + "sha256": "0ef36a4d12baa6e842582fe9ec16a57184ba35e1a09308307b67d43ec8883100" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_data", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_data", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "derive_builder 0.11.2", + "target": "derive_builder" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "webrtc-sctp 0.7.0", + "target": "webrtc_sctp", + "alias": "sctp" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.0" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-dtls 0.7.2": { + "name": "webrtc-dtls", + "version": "0.7.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-dtls/0.7.2/download", + "sha256": "c4a00f4242f2db33307347bd5be53263c52a0331c96c14292118c9a6bb48d267" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_dtls", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_dtls", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "aes 0.6.0", + "target": "aes" + }, + { + "id": "aes-gcm 0.10.3", + "target": "aes_gcm" + }, + { + "id": "bincode 1.3.3", + "target": "bincode" + }, + { + "id": "block-modes 0.7.0", + "target": "block_modes" + }, + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "ccm 0.3.0", + "target": "ccm" + }, + { + "id": "curve25519-dalek 3.2.0", + "target": "curve25519_dalek" + }, + { + "id": "der-parser 8.2.0", + "target": "der_parser" + }, + { + "id": "elliptic-curve 0.12.3", + "target": "elliptic_curve" + }, + { + "id": "hkdf 0.12.3", + "target": "hkdf" + }, + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "p256 0.11.1", + "target": "p256" + }, + { + "id": "p384 0.11.2", + "target": "p384" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "rcgen 0.10.0", + "target": "rcgen" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "rustls 0.19.1", + "target": "rustls" + }, + { + "id": "sec1 0.3.0", + "target": "sec1" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "sha1 0.10.6", + "target": "sha1" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "signature 1.6.4", + "target": "signature" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "webpki 0.21.4", + "target": "webpki" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + }, + { + "id": "x25519-dalek 2.0.0", + "target": "x25519_dalek" + }, + { + "id": "x509-parser 0.13.2", + "target": "x509_parser" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.7.2" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-ice 0.9.1": { + "name": "webrtc-ice", + "version": "0.9.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-ice/0.9.1/download", + "sha256": "465a03cc11e9a7d7b4f9f99870558fe37a102b65b93f8045392fef7c67b39e80" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_ice", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_ice", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arc-swap 1.6.0", + "target": "arc_swap" + }, + { + "id": "crc 3.0.1", + "target": "crc" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "serde 1.0.193", + "target": "serde" + }, + { + "id": "serde_json 1.0.108", + "target": "serde_json" + }, + { + "id": "stun 0.4.4", + "target": "stun" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "turn 0.6.1", + "target": "turn" + }, + { + "id": "url 2.5.0", + "target": "url" + }, + { + "id": "uuid 1.5.0", + "target": "uuid" + }, + { + "id": "waitgroup 0.1.2", + "target": "waitgroup" + }, + { + "id": "webrtc-mdns 0.5.2", + "target": "webrtc_mdns", + "alias": "mdns" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.9.1" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-mdns 0.5.2": { + "name": "webrtc-mdns", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-mdns/0.5.2/download", + "sha256": "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_mdns", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_mdns", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "socket2 0.4.10", + "target": "socket2" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.2" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-media 0.5.1": { + "name": "webrtc-media", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-media/0.5.1/download", + "sha256": "f72e1650a8ae006017d1a5280efb49e2610c19ccc3c0905b03b648aee9554991" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_media", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_media", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "rtp 0.6.8", + "target": "rtp" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.1" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-sctp 0.7.0": { + "name": "webrtc-sctp", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-sctp/0.7.0/download", + "sha256": "0d47adcd9427eb3ede33d5a7f3424038f63c965491beafcc20bc650a2f6679c0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_sctp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_sctp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "arc-swap 1.6.0", + "target": "arc_swap" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "crc 3.0.1", + "target": "crc" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.7.0" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-srtp 0.9.1": { + "name": "webrtc-srtp", + "version": "0.9.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-srtp/0.9.1/download", + "sha256": "6183edc4c1c6c0175f8812eefdce84dfa0aea9c3ece71c2bf6ddd3c964de3da5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_srtp", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_srtp", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "aead 0.4.3", + "target": "aead" + }, + { + "id": "aes 0.7.5", + "target": "aes" + }, + { + "id": "aes-gcm 0.9.4", + "target": "aes_gcm" + }, + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "ctr 0.8.0", + "target": "ctr" + }, + { + "id": "hmac 0.11.0", + "target": "hmac" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "rtcp 0.7.2", + "target": "rtcp" + }, + { + "id": "rtp 0.6.8", + "target": "rtp" + }, + { + "id": "sha-1 0.9.8", + "target": "sha1" + }, + { + "id": "subtle 2.4.1", + "target": "subtle" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "webrtc-util 0.7.0", + "target": "webrtc_util", + "alias": "util" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.9.1" + }, + "license": "MIT/Apache-2.0" + }, + "webrtc-util 0.7.0": { + "name": "webrtc-util", + "version": "0.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/webrtc-util/0.7.0/download", + "sha256": "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webrtc_util", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "webrtc_util", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "ipnet 2.9.0", + "target": "ipnet" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "tokio 1.34.0", + "target": "tokio" + }, + { + "id": "webrtc-util 0.7.0", + "target": "build_script_build" + } + ], + "selects": { + "cfg(not(windows))": [ + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "nix 0.24.3", + "target": "nix" + } + ], + "cfg(windows)": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.74", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.7.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "westend-runtime-constants 1.0.0": { + "name": "westend-runtime-constants", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/runtime/westend/constants" + } + }, + "targets": [ + { + "Library": { + "crate_name": "westend_runtime_constants", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "westend_runtime_constants", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "frame-support 4.0.0-dev", + "target": "frame_support" + }, + { + "id": "polkadot-primitives 1.0.0", + "target": "polkadot_primitives", + "alias": "primitives" + }, + { + "id": "polkadot-runtime-common 1.0.0", + "target": "polkadot_runtime_common", + "alias": "runtime_common" + }, + { + "id": "smallvec 1.11.2", + "target": "smallvec" + }, + { + "id": "sp-core 21.0.0", + "target": "sp_core" + }, + { + "id": "sp-runtime 24.0.0", + "target": "sp_runtime" + }, + { + "id": "sp-weights 20.0.0", + "target": "sp_weights" + }, + { + "id": "staging-xcm 1.0.0", + "target": "staging_xcm", + "alias": "xcm" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "which 4.4.2": { + "name": "which", + "version": "4.4.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/which/4.4.2/download", + "sha256": "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" + } + }, + "targets": [ + { + "Library": { + "crate_name": "which", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "which", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "either 1.9.0", + "target": "either" + }, + { + "id": "rustix 0.38.24", + "target": "rustix" + } + ], + "selects": { + "cfg(any(windows, unix, target_os = \"redox\"))": [ + { + "id": "home 0.5.5", + "target": "home" + } + ], + "cfg(windows)": [ + { + "id": "once_cell 1.18.0", + "target": "once_cell" + } + ] + } + }, + "edition": "2021", + "version": "4.4.2" + }, + "license": "MIT" + }, + "wide 0.7.13": { + "name": "wide", + "version": "0.7.13", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wide/0.7.13/download", + "sha256": "c68938b57b33da363195412cfc5fc37c9ed49aa9cfe2156fde64b8d2c9498242" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wide", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wide", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bytemuck 1.14.0", + "target": "bytemuck" + }, + { + "id": "safe_arch 0.7.1", + "target": "safe_arch" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.13" + }, + "license": "Zlib OR Apache-2.0 OR MIT" + }, + "widestring 1.0.2": { + "name": "widestring", + "version": "1.0.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/widestring/1.0.2/download", + "sha256": "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "widestring", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "widestring", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.2" + }, + "license": "MIT OR Apache-2.0" + }, + "winapi 0.3.9": { + "name": "winapi", + "version": "0.3.9", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/winapi/0.3.9/download", + "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winapi", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "winapi", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "consoleapi", + "errhandlingapi", + "fileapi", + "handleapi", + "knownfolders", + "minwinbase", + "minwindef", + "ntsecapi", + "ntstatus", + "objbase", + "processenv", + "processthreadsapi", + "shlobj", + "std", + "synchapi", + "sysinfoapi", + "winbase", + "wincon", + "winerror", + "winnt", + "ws2def", + "ws2ipdef", + "ws2tcpip", + "wtypesbase" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "winapi 0.3.9", + "target": "build_script_build" + } + ], + "selects": { + "i686-pc-windows-gnu": [ + { + "id": "winapi-i686-pc-windows-gnu 0.4.0", + "target": "winapi_i686_pc_windows_gnu" + } + ], + "x86_64-pc-windows-gnu": [ + { + "id": "winapi-x86_64-pc-windows-gnu 0.4.0", + "target": "winapi_x86_64_pc_windows_gnu" + } + ] + } + }, + "edition": "2015", + "version": "0.3.9" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "winapi-i686-pc-windows-gnu 0.4.0": { + "name": "winapi-i686-pc-windows-gnu", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download", + "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winapi_i686_pc_windows_gnu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "winapi_i686_pc_windows_gnu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "winapi-i686-pc-windows-gnu 0.4.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.4.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "winapi-util 0.1.6": { + "name": "winapi-util", + "version": "0.1.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/winapi-util/0.1.6/download", + "sha256": "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winapi_util", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "winapi_util", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "cfg(windows)": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } + ] + } + }, + "edition": "2021", + "version": "0.1.6" + }, + "license": "Unlicense/MIT" + }, + "winapi-x86_64-pc-windows-gnu 0.4.0": { + "name": "winapi-x86_64-pc-windows-gnu", + "version": "0.4.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download", + "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winapi_x86_64_pc_windows_gnu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "winapi_x86_64_pc_windows_gnu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "winapi-x86_64-pc-windows-gnu 0.4.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2015", + "version": "0.4.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT/Apache-2.0" + }, + "windows 0.51.1": { + "name": "windows", + "version": "0.51.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows/0.51.1/download", + "sha256": "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "Win32", + "Win32_Foundation", + "Win32_NetworkManagement", + "Win32_NetworkManagement_IpHelper", + "Win32_NetworkManagement_Ndis", + "Win32_Networking", + "Win32_Networking_WinSock", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "windows-core 0.51.1", + "target": "windows_core" + }, + { + "id": "windows-targets 0.48.5", + "target": "windows_targets" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.51.1" + }, + "license": "MIT OR Apache-2.0" + }, + "windows-core 0.51.1": { + "name": "windows-core", + "version": "0.51.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows-core/0.51.1/download", + "sha256": "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_core", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "windows-targets 0.48.5", + "target": "windows_targets" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.51.1" + }, + "license": "MIT OR Apache-2.0" + }, + "windows-sys 0.45.0": { + "name": "windows-sys", + "version": "0.45.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows-sys/0.45.0/download", + "sha256": "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "Win32", + "Win32_Foundation", + "Win32_NetworkManagement", + "Win32_NetworkManagement_IpHelper", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Console", + "Win32_System_Diagnostics", + "Win32_System_Diagnostics_Debug", + "Win32_System_Kernel", + "Win32_System_Memory", + "Win32_System_SystemInformation", + "Win32_System_Threading", + "Win32_UI", + "Win32_UI_Input", + "Win32_UI_Input_KeyboardAndMouse", + "default" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(not(windows_raw_dylib))": [ + { + "id": "windows-targets 0.42.2", + "target": "windows_targets" + } + ] + } + }, + "edition": "2018", + "version": "0.45.0" + }, + "license": "MIT OR Apache-2.0" + }, + "windows-sys 0.48.0": { + "name": "windows-sys", + "version": "0.48.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows-sys/0.48.0/download", + "sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "Win32", + "Win32_Foundation", + "Win32_Globalization", + "Win32_NetworkManagement", + "Win32_NetworkManagement_IpHelper", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Security_Authentication", + "Win32_Security_Authentication_Identity", + "Win32_Security_Credentials", + "Win32_Security_Cryptography", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Com", + "Win32_System_Console", + "Win32_System_Diagnostics", + "Win32_System_Diagnostics_Debug", + "Win32_System_IO", + "Win32_System_LibraryLoader", + "Win32_System_Memory", + "Win32_System_Pipes", + "Win32_System_Registry", + "Win32_System_SystemServices", + "Win32_System_Threading", + "Win32_System_Time", + "Win32_System_WindowsProgramming", + "Win32_UI", + "Win32_UI_Shell", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "windows-targets 0.48.5", + "target": "windows_targets" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.0" + }, + "license": "MIT OR Apache-2.0" + }, + "windows-targets 0.42.2": { + "name": "windows-targets", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows-targets/0.42.2/download", + "sha256": "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_targets", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_targets", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "aarch64-pc-windows-gnullvm": [ + { + "id": "windows_aarch64_gnullvm 0.42.2", + "target": "windows_aarch64_gnullvm" + } + ], + "aarch64-pc-windows-msvc": [ + { + "id": "windows_aarch64_msvc 0.42.2", + "target": "windows_aarch64_msvc" + } + ], + "aarch64-uwp-windows-msvc": [ + { + "id": "windows_aarch64_msvc 0.42.2", + "target": "windows_aarch64_msvc" + } + ], + "i686-pc-windows-gnu": [ + { + "id": "windows_i686_gnu 0.42.2", + "target": "windows_i686_gnu" + } + ], + "i686-pc-windows-msvc": [ + { + "id": "windows_i686_msvc 0.42.2", + "target": "windows_i686_msvc" + } + ], + "i686-uwp-windows-gnu": [ + { + "id": "windows_i686_gnu 0.42.2", + "target": "windows_i686_gnu" + } + ], + "i686-uwp-windows-msvc": [ + { + "id": "windows_i686_msvc 0.42.2", + "target": "windows_i686_msvc" + } + ], + "x86_64-pc-windows-gnu": [ + { + "id": "windows_x86_64_gnu 0.42.2", + "target": "windows_x86_64_gnu" + } + ], + "x86_64-pc-windows-gnullvm": [ + { + "id": "windows_x86_64_gnullvm 0.42.2", + "target": "windows_x86_64_gnullvm" + } + ], + "x86_64-pc-windows-msvc": [ + { + "id": "windows_x86_64_msvc 0.42.2", + "target": "windows_x86_64_msvc" + } + ], + "x86_64-uwp-windows-gnu": [ + { + "id": "windows_x86_64_gnu 0.42.2", + "target": "windows_x86_64_gnu" + } + ], + "x86_64-uwp-windows-msvc": [ + { + "id": "windows_x86_64_msvc 0.42.2", + "target": "windows_x86_64_msvc" + } + ] + } + }, + "edition": "2018", + "version": "0.42.2" + }, + "license": "MIT OR Apache-2.0" + }, + "windows-targets 0.48.5": { + "name": "windows-targets", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows-targets/0.48.5/download", + "sha256": "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_targets", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_targets", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [], + "selects": { + "aarch64-pc-windows-gnullvm": [ + { + "id": "windows_aarch64_gnullvm 0.48.5", + "target": "windows_aarch64_gnullvm" + } + ], + "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_aarch64_msvc 0.48.5", + "target": "windows_aarch64_msvc" + } + ], + "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [ + { + "id": "windows_i686_gnu 0.48.5", + "target": "windows_i686_gnu" + } + ], + "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_i686_msvc 0.48.5", + "target": "windows_i686_msvc" + } + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ + { + "id": "windows_x86_64_gnu 0.48.5", + "target": "windows_x86_64_gnu" + } + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + { + "id": "windows_x86_64_msvc 0.48.5", + "target": "windows_x86_64_msvc" + } + ], + "x86_64-pc-windows-gnullvm": [ + { + "id": "windows_x86_64_gnullvm 0.48.5", + "target": "windows_x86_64_gnullvm" + } + ] + } + }, + "edition": "2018", + "version": "0.48.5" + }, + "license": "MIT OR Apache-2.0" + }, + "windows_aarch64_gnullvm 0.42.2": { + "name": "windows_aarch64_gnullvm", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download", + "sha256": "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_aarch64_gnullvm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_aarch64_gnullvm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_aarch64_gnullvm 0.42.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.42.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_aarch64_gnullvm 0.48.5": { + "name": "windows_aarch64_gnullvm", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download", + "sha256": "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_aarch64_gnullvm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_aarch64_gnullvm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_aarch64_gnullvm 0.48.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_aarch64_msvc 0.42.2": { + "name": "windows_aarch64_msvc", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download", + "sha256": "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_aarch64_msvc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_aarch64_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_aarch64_msvc 0.42.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.42.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_aarch64_msvc 0.48.5": { + "name": "windows_aarch64_msvc", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download", + "sha256": "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_aarch64_msvc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_aarch64_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_aarch64_msvc 0.48.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_gnu 0.42.2": { + "name": "windows_i686_gnu", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download", + "sha256": "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_i686_gnu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_i686_gnu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_i686_gnu 0.42.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.42.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_gnu 0.48.5": { + "name": "windows_i686_gnu", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download", + "sha256": "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_i686_gnu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_i686_gnu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_i686_gnu 0.48.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_msvc 0.42.2": { + "name": "windows_i686_msvc", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download", + "sha256": "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_i686_msvc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_i686_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_i686_msvc 0.42.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.42.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_i686_msvc 0.48.5": { + "name": "windows_i686_msvc", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download", + "sha256": "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_i686_msvc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_i686_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_i686_msvc 0.48.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_gnu 0.42.2": { + "name": "windows_x86_64_gnu", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download", + "sha256": "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_x86_64_gnu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_x86_64_gnu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_x86_64_gnu 0.42.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.42.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_gnu 0.48.5": { + "name": "windows_x86_64_gnu", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download", + "sha256": "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_x86_64_gnu", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_x86_64_gnu", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_x86_64_gnu 0.48.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_gnullvm 0.42.2": { + "name": "windows_x86_64_gnullvm", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download", + "sha256": "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_x86_64_gnullvm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_x86_64_gnullvm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_x86_64_gnullvm 0.42.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.42.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_gnullvm 0.48.5": { + "name": "windows_x86_64_gnullvm", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download", + "sha256": "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_x86_64_gnullvm", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_x86_64_gnullvm", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_x86_64_gnullvm 0.48.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_msvc 0.42.2": { + "name": "windows_x86_64_msvc", + "version": "0.42.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download", + "sha256": "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_x86_64_msvc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_x86_64_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_x86_64_msvc 0.42.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.42.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "windows_x86_64_msvc 0.48.5": { + "name": "windows_x86_64_msvc", + "version": "0.48.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download", + "sha256": "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_x86_64_msvc", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "windows_x86_64_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_x86_64_msvc 0.48.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.48.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0" + }, + "winnow 0.5.19": { + "name": "winnow", + "version": "0.5.19", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/winnow/0.5.19/download", + "sha256": "829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winnow", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "winnow", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.5.19" + }, + "license": "MIT" + }, + "winreg 0.50.0": { + "name": "winreg", + "version": "0.50.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/winreg/0.50.0/download", + "sha256": "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winreg", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "winreg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.50.0" + }, + "license": "MIT" + }, + "wyz 0.5.1": { + "name": "wyz", + "version": "0.5.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/wyz/0.5.1/download", + "sha256": "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wyz", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "wyz", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "tap 1.0.1", + "target": "tap" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.1" + }, + "license": "MIT" + }, + "x25519-dalek 1.1.1": { + "name": "x25519-dalek", + "version": "1.1.1", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/x25519-dalek/1.1.1/download", + "sha256": "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "x25519_dalek", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "x25519_dalek", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std", + "u64_backend" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "curve25519-dalek 3.2.0", + "target": "curve25519_dalek" + }, + { + "id": "rand_core 0.5.1", + "target": "rand_core" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.1.1" + }, + "license": "BSD-3-Clause" + }, + "x25519-dalek 2.0.0": { + "name": "x25519-dalek", + "version": "2.0.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/x25519-dalek/2.0.0/download", + "sha256": "fb66477291e7e8d2b0ff1bcb900bf29489a9692816d79874bea351e7a8b6de96" + } + }, + "targets": [ + { + "Library": { + "crate_name": "x25519_dalek", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "x25519_dalek", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "precomputed-tables", + "static_secrets", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "curve25519-dalek 4.1.1", + "target": "curve25519_dalek" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.0.0" + }, + "license": "BSD-3-Clause" + }, + "x509-parser 0.13.2": { + "name": "x509-parser", + "version": "0.13.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/x509-parser/0.13.2/download", + "sha256": "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "x509_parser", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "x509_parser", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asn1-rs 0.3.1", + "target": "asn1_rs" + }, + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "data-encoding 2.4.0", + "target": "data_encoding" + }, + { + "id": "der-parser 7.0.0", + "target": "der_parser" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "oid-registry 0.4.0", + "target": "oid_registry" + }, + { + "id": "ring 0.16.20", + "target": "ring" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "time 0.3.30", + "target": "time" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.13.2" + }, + "license": "MIT/Apache-2.0" + }, + "x509-parser 0.14.0": { + "name": "x509-parser", + "version": "0.14.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/x509-parser/0.14.0/download", + "sha256": "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "x509_parser", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "x509_parser", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "asn1-rs 0.5.2", + "target": "asn1_rs" + }, + { + "id": "base64 0.13.1", + "target": "base64" + }, + { + "id": "data-encoding 2.4.0", + "target": "data_encoding" + }, + { + "id": "der-parser 8.2.0", + "target": "der_parser" + }, + { + "id": "lazy_static 1.4.0", + "target": "lazy_static" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "oid-registry 0.6.1", + "target": "oid_registry" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + }, + { + "id": "thiserror 1.0.50", + "target": "thiserror" + }, + { + "id": "time 0.3.30", + "target": "time" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.14.0" + }, + "license": "MIT/Apache-2.0" + }, + "xcm-procedural 1.0.0": { + "name": "xcm-procedural", + "version": "1.0.0", + "repository": { + "Git": { + "remote": "https://github.com/paritytech/polkadot-sdk.git", + "commitish": { + "Branch": "release-polkadot-v1.4.0" + }, + "strip_prefix": "polkadot/xcm/procedural" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "xcm_procedural", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "xcm_procedural", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "Inflector 0.11.4", + "target": "inflector" + }, + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.0" + }, + "license": "GPL-3.0-only" + }, + "yamux 0.10.2": { + "name": "yamux", + "version": "0.10.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/yamux/0.10.2/download", + "sha256": "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5" + } + }, + "targets": [ + { + "Library": { + "crate_name": "yamux", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "yamux", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "futures 0.3.29", + "target": "futures" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "nohash-hasher 0.2.0", + "target": "nohash_hasher" + }, + { + "id": "parking_lot 0.12.1", + "target": "parking_lot" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "yap 0.11.0": { + "name": "yap", + "version": "0.11.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/yap/0.11.0/download", + "sha256": "ff4524214bc4629eba08d78ceb1d6507070cc0bcbbed23af74e19e6e924a24cf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "yap", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "yap", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.11.0" + }, + "license": "MIT" + }, + "yasna 0.5.2": { + "name": "yasna", + "version": "0.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/yasna/0.5.2/download", + "sha256": "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "yasna", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "yasna", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "time 0.3.30", + "target": "time" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.5.2" + }, + "license": "MIT OR Apache-2.0" + }, + "zerocopy 0.7.26": { + "name": "zerocopy", + "version": "0.7.26", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/zerocopy/0.7.26/download", + "sha256": "e97e415490559a91254a2979b4829267a57d2fcd741a98eee8b722fb57289aa0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "zerocopy", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "zerocopy", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "simd" + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [], + "selects": { + "cfg(any())": [ + { + "id": "zerocopy-derive 0.7.26", + "target": "zerocopy_derive" + } + ] + } + }, + "version": "0.7.26" + }, + "license": "BSD-2-Clause OR Apache-2.0 OR MIT" + }, + "zerocopy-derive 0.7.26": { + "name": "zerocopy-derive", + "version": "0.7.26", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/zerocopy-derive/0.7.26/download", + "sha256": "dd7e48ccf166952882ca8bd778a43502c64f33bf94c12ebe2a7f08e5a0f6689f" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "zerocopy_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "zerocopy_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.26" + }, + "license": "BSD-2-Clause OR Apache-2.0 OR MIT" + }, + "zeroize 1.7.0": { + "name": "zeroize", + "version": "1.7.0", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/zeroize/1.7.0/download", + "sha256": "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "zeroize", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "zeroize", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std", + "zeroize_derive" + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "zeroize_derive 1.4.2", + "target": "zeroize_derive" + } + ], + "selects": {} + }, + "version": "1.7.0" + }, + "license": "Apache-2.0 OR MIT" + }, + "zeroize_derive 1.4.2": { + "name": "zeroize_derive", + "version": "1.4.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/zeroize_derive/1.4.2/download", + "sha256": "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "zeroize_derive", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "zeroize_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "syn 2.0.39", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.4.2" + }, + "license": "Apache-2.0 OR MIT" + }, + "zstd 0.11.2+zstd.1.5.2": { + "name": "zstd", + "version": "0.11.2+zstd.1.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/zstd/0.11.2+zstd.1.5.2/download", + "sha256": "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" + } + }, + "targets": [ + { + "Library": { + "crate_name": "zstd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "zstd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "zstd-safe 5.0.2+zstd.1.5.2", + "target": "zstd_safe" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.11.2+zstd.1.5.2" + }, + "license": "MIT" + }, + "zstd 0.12.4": { + "name": "zstd", + "version": "0.12.4", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/zstd/0.12.4/download", + "sha256": "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "zstd", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "zstd", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "zstd-safe 6.0.6", + "target": "zstd_safe" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.4" + }, + "license": "MIT" + }, + "zstd-safe 5.0.2+zstd.1.5.2": { + "name": "zstd-safe", + "version": "5.0.2+zstd.1.5.2", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/zstd-safe/5.0.2+zstd.1.5.2/download", + "sha256": "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" + } + }, + "targets": [ + { + "Library": { + "crate_name": "zstd_safe", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "zstd_safe", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "zstd-safe 5.0.2+zstd.1.5.2", + "target": "build_script_build" + }, + { + "id": "zstd-sys 2.0.9+zstd.1.5.5", + "target": "zstd_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "5.0.2+zstd.1.5.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "link_deps": { + "common": [ + { + "id": "zstd-sys 2.0.9+zstd.1.5.5", + "target": "zstd_sys" + } + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "zstd-safe 6.0.6": { + "name": "zstd-safe", + "version": "6.0.6", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/zstd-safe/6.0.6/download", + "sha256": "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" + } + }, + "targets": [ + { + "Library": { + "crate_name": "zstd_safe", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "zstd_safe", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "libc 0.2.150", + "target": "libc" + }, + { + "id": "zstd-safe 6.0.6", + "target": "build_script_build" + }, + { + "id": "zstd-sys 2.0.9+zstd.1.5.5", + "target": "zstd_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "6.0.6" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "link_deps": { + "common": [ + { + "id": "zstd-sys 2.0.9+zstd.1.5.5", + "target": "zstd_sys" + } + ], + "selects": {} + } + }, + "license": "MIT/Apache-2.0" + }, + "zstd-sys 2.0.9+zstd.1.5.5": { + "name": "zstd-sys", + "version": "2.0.9+zstd.1.5.5", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/zstd-sys/2.0.9+zstd.1.5.5/download", + "sha256": "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656" + } + }, + "targets": [ + { + "Library": { + "crate_name": "zstd_sys", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "zstd_sys", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "zstd-sys 2.0.9+zstd.1.5.5", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "2.0.9+zstd.1.5.5" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + }, + { + "id": "pkg-config 0.3.27", + "target": "pkg_config" + } + ], + "selects": {} + }, + "links": "zstd" + }, + "license": "MIT/Apache-2.0" + } + }, + "binary_crates": [], + "workspace_members": { + "pallet-sugondat-blobs 0.1.0": "sugondat-chain/pallets/blobs", + "sugondat-da-adapter 0.1.0": "adapters/sovereign", + "sugondat-kusama-runtime 0.1.0": "sugondat-chain/runtimes/sugondat-kusama", + "sugondat-nmt 0.1.0": "sugondat-nmt", + "sugondat-node 0.1.0": "sugondat-chain/node", + "sugondat-primitives 0.1.0": "sugondat-chain/primitives", + "sugondat-serde-util 0.1.0": "sugondat-serde-util", + "sugondat-shim 0.1.0": "sugondat-shim", + "sugondat-shim-common-rollkit 0.1.0": "sugondat-shim/common/rollkit", + "sugondat-shim-common-sovereign 0.1.0": "sugondat-shim/common/sovereign", + "sugondat-subxt 0.1.0": "sugondat-subxt", + "sugondat-test-runtime 0.1.0": "sugondat-chain/runtimes/test" + }, + "conditions": { + "aarch64-apple-darwin": [ + "aarch64-apple-darwin" + ], + "aarch64-apple-ios": [ + "aarch64-apple-ios" + ], + "aarch64-apple-ios-sim": [ + "aarch64-apple-ios-sim" + ], + "aarch64-fuchsia": [ + "aarch64-fuchsia" + ], + "aarch64-linux-android": [ + "aarch64-linux-android" + ], + "aarch64-pc-windows-gnullvm": [], + "aarch64-pc-windows-msvc": [ + "aarch64-pc-windows-msvc" + ], + "aarch64-unknown-linux-gnu": [ + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu" + ], + "aarch64-unknown-nto-qnx710": [ + "aarch64-unknown-nto-qnx710" + ], + "aarch64-uwp-windows-msvc": [], + "arm-unknown-linux-gnueabi": [ + "arm-unknown-linux-gnueabi" + ], + "armv7-linux-androideabi": [ + "armv7-linux-androideabi" + ], + "armv7-unknown-linux-gnueabi": [ + "armv7-unknown-linux-gnueabi" + ], + "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))": [ + "wasm32-unknown-unknown" + ], + "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [ + "aarch64-linux-android", + "armv7-linux-androideabi", + "i686-linux-android", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-linux-android" + ], + "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ + "aarch64-linux-android", + "armv7-linux-androideabi", + "i686-linux-android", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-linux-android" + ], + "cfg(all(not(curve25519_dalek_backend = \"fiat\"), not(curve25519_dalek_backend = \"serial\"), target_arch = \"x86_64\"))": [ + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))": [ + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "arm-unknown-linux-gnueabi", + "armv7-unknown-linux-gnueabi", + "i686-unknown-linux-gnu", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" + ], + "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "arm-unknown-linux-gnueabi", + "armv7-unknown-linux-gnueabi", + "i686-unknown-linux-gnu", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" + ], + "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-nto-qnx710", + "armv7-linux-androideabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-none" + ], + "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-nto-qnx710", + "armv7-linux-androideabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-none" + ], + "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + "aarch64-pc-windows-msvc" + ], + "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [ + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu" + ], + "cfg(all(target_arch = \"aarch64\", target_os = \"windows\"))": [ + "aarch64-pc-windows-msvc" + ], + "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim" + ], + "cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))": [], + "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))": [ + "wasm32-unknown-unknown" + ], + "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))": [ + "wasm32-unknown-unknown", + "wasm32-wasi" + ], + "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [ + "wasm32-unknown-unknown" + ], + "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))": [ + "wasm32-unknown-unknown" + ], + "cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\", target_env = \"\"))": [ + "wasm32-unknown-unknown" + ], + "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [ + "i686-unknown-linux-gnu" + ], + "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + "i686-pc-windows-msvc" + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ + "x86_64-pc-windows-msvc" + ], + "cfg(all(target_feature = \"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\")))": [], + "cfg(all(unix, not(target_os = \"macos\")))": [ + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" + ], + "cfg(any())": [], + "cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-nto-qnx710", + "armv7-linux-androideabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-none" + ], + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(any(target_arch = \"s390x\", target_arch = \"riscv64\"))": [ + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu" + ], + "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\"))))": [ + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\", target_os = \"windows\"))))": [ + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))": [ + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(any(target_os = \"android\", target_os = \"linux\"))": [ + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-linux-android", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-linux-android", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" + ], + "cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"illumos\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"solaris\"))": [ + "i686-unknown-freebsd", + "x86_64-unknown-freebsd" + ], + "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" + ], + "cfg(any(target_os = \"linux\", target_os = \"macos\", target_os = \"freebsd\", target_os = \"android\"))": [ + "aarch64-apple-darwin", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" + ], + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "i686-apple-darwin", + "x86_64-apple-darwin", + "x86_64-apple-ios" + ], + "cfg(any(target_os = \"openbsd\", target_env = \"msvc\"))": [ + "aarch64-pc-windows-msvc", + "i686-pc-windows-msvc", + "x86_64-pc-windows-msvc" + ], + "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" + ], + "cfg(any(unix, target_os = \"redox\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" + ], + "cfg(any(unix, target_os = \"wasi\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" + ], + "cfg(any(windows, unix, target_os = \"redox\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" + ], + "cfg(curve25519_dalek_backend = \"fiat\")": [], + "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(not(all(target_feature = \"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\"))))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(not(any(target_os = \"android\", target_os = \"unknown\")))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(not(any(target_os = \"emscripten\", target_os = \"wasi\", target_os = \"unknown\")))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(not(any(target_os = \"ios\", target_os = \"linux\", target_os = \"macos\", target_os = \"windows\")))": [ + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-nto-qnx710", + "armv7-linux-androideabi", + "i686-linux-android", + "i686-unknown-freebsd", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-none" + ], + "cfg(not(any(target_os = \"linux\", target_os = \"android\")))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-pc-windows-msvc", + "aarch64-unknown-nto-qnx710", + "i686-apple-darwin", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-none" + ], + "cfg(not(any(target_os = \"openbsd\", target_env = \"msvc\")))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(not(target_arch = \"wasm32\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(not(target_family = \"wasm\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(not(target_os = \"emscripten\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(not(target_os = \"redox\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(not(target_os = \"unknown\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(not(target_os = \"wasi\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(not(target_os = \"windows\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(not(windows))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(not(windows_raw_dylib))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-none-elf", + "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(target_arch = \"aarch64\")": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710" + ], + "cfg(target_arch = \"wasm32\")": [ + "wasm32-unknown-unknown", + "wasm32-wasi" + ], + "cfg(target_arch = \"x86_64\")": [ + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", + "x86_64-unknown-none" + ], + "cfg(target_feature = \"atomics\")": [], + "cfg(target_os = \"android\")": [ + "aarch64-linux-android", + "armv7-linux-androideabi", + "i686-linux-android", + "x86_64-linux-android" + ], + "cfg(target_os = \"emscripten\")": [], + "cfg(target_os = \"haiku\")": [], + "cfg(target_os = \"hermit\")": [], + "cfg(target_os = \"linux\")": [ + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "arm-unknown-linux-gnueabi", + "armv7-unknown-linux-gnueabi", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" + ], + "cfg(target_os = \"macos\")": [ + "aarch64-apple-darwin", + "i686-apple-darwin", + "x86_64-apple-darwin" + ], + "cfg(target_os = \"redox\")": [], + "cfg(target_os = \"wasi\")": [ + "wasm32-wasi" + ], + "cfg(target_os = \"windows\")": [ + "aarch64-pc-windows-msvc", + "i686-pc-windows-msvc", + "x86_64-pc-windows-msvc" + ], + "cfg(tokio_taskdump)": [], + "cfg(tracing_unstable)": [], + "cfg(unix)": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "aarch64-linux-android", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", + "arm-unknown-linux-gnueabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabi", + "i686-apple-darwin", + "i686-linux-android", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "powerpc-unknown-linux-gnu", + "s390x-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "x86_64-unknown-freebsd", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" + ], + "cfg(windows)": [ + "aarch64-pc-windows-msvc", + "i686-pc-windows-msvc", + "x86_64-pc-windows-msvc" + ], + "i686-apple-darwin": [ + "i686-apple-darwin" + ], + "i686-linux-android": [ + "i686-linux-android" + ], + "i686-pc-windows-gnu": [], + "i686-pc-windows-msvc": [ + "i686-pc-windows-msvc" + ], + "i686-unknown-freebsd": [ + "i686-unknown-freebsd" + ], + "i686-unknown-linux-gnu": [ + "i686-unknown-linux-gnu" + ], + "i686-uwp-windows-gnu": [], + "i686-uwp-windows-msvc": [], + "powerpc-unknown-linux-gnu": [ + "powerpc-unknown-linux-gnu" + ], + "riscv32imc-unknown-none-elf": [ + "riscv32imc-unknown-none-elf" + ], + "riscv64gc-unknown-none-elf": [ + "riscv64gc-unknown-none-elf" + ], + "s390x-unknown-linux-gnu": [ + "s390x-unknown-linux-gnu" + ], + "thumbv7em-none-eabi": [ + "thumbv7em-none-eabi" + ], + "thumbv8m.main-none-eabi": [ + "thumbv8m.main-none-eabi" + ], + "wasm32-unknown-unknown": [ + "wasm32-unknown-unknown" + ], + "wasm32-wasi": [ + "wasm32-wasi" + ], + "x86_64-apple-darwin": [ + "x86_64-apple-darwin" + ], + "x86_64-apple-ios": [ + "x86_64-apple-ios" + ], + "x86_64-fuchsia": [ + "x86_64-fuchsia" + ], + "x86_64-linux-android": [ + "x86_64-linux-android" + ], + "x86_64-pc-windows-gnu": [], + "x86_64-pc-windows-gnullvm": [], + "x86_64-pc-windows-msvc": [ + "x86_64-pc-windows-msvc" + ], + "x86_64-unknown-freebsd": [ + "x86_64-unknown-freebsd" + ], + "x86_64-unknown-linux-gnu": [ + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" + ], + "x86_64-unknown-none": [ + "x86_64-unknown-none" + ], + "x86_64-uwp-windows-gnu": [], + "x86_64-uwp-windows-msvc": [] + }, + "direct_deps": [ + "anyhow 1.0.75", + "async-trait 0.1.74", + "base64 0.21.5", + "borsh 0.10.3", + "bytes 1.5.0", + "clap 4.4.8", + "color-print 0.3.5", + "cumulus-client-cli 0.1.0", + "cumulus-client-collator 0.1.0", + "cumulus-client-consensus-aura 0.1.0", + "cumulus-client-consensus-common 0.1.0", + "cumulus-client-consensus-proposer 0.1.0", + "cumulus-client-service 0.1.0", + "cumulus-pallet-aura-ext 0.1.0", + "cumulus-pallet-parachain-system 0.1.0", + "cumulus-pallet-session-benchmarking 3.0.0", + "cumulus-pallet-xcm 0.1.0", + "cumulus-pallet-xcmp-queue 0.1.0", + "cumulus-primitives-core 0.1.0", + "cumulus-primitives-parachain-inherent 0.1.0", + "cumulus-primitives-timestamp 0.1.0", + "cumulus-primitives-utility 0.1.0", + "cumulus-relay-chain-interface 0.1.0", + "digest 0.10.7", + "frame-benchmarking 4.0.0-dev", + "frame-benchmarking-cli 4.0.0-dev", + "frame-executive 4.0.0-dev", + "frame-support 4.0.0-dev", + "frame-system 4.0.0-dev", + "frame-system-rpc-runtime-api 4.0.0-dev", + "futures 0.3.29", + "hex 0.4.3", + "jsonrpsee 0.16.3", + "jsonrpsee 0.20.3", + "jsonrpsee-server 0.20.3", + "log 0.4.20", + "nmt-rs 0.1.0", + "pallet-aura 4.0.0-dev", + "pallet-authorship 4.0.0-dev", + "pallet-balances 4.0.0-dev", + "pallet-collator-selection 3.0.0", + "pallet-message-queue 7.0.0-dev", + "pallet-session 4.0.0-dev", + "pallet-sudo 4.0.0-dev", + "pallet-timestamp 4.0.0-dev", + "pallet-transaction-payment 4.0.0-dev", + "pallet-transaction-payment-rpc 4.0.0-dev", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev", + "pallet-xcm 1.0.0", + "parachains-common 1.0.0", + "parity-scale-codec 3.6.5", + "polkadot-cli 1.1.0", + "polkadot-core-primitives 1.0.0", + "polkadot-parachain-primitives 1.0.0", + "polkadot-primitives 1.0.0", + "polkadot-runtime-common 1.0.0", + "sc-basic-authorship 0.10.0-dev", + "sc-chain-spec 4.0.0-dev", + "sc-cli 0.10.0-dev", + "sc-client-api 4.0.0-dev", + "sc-consensus 0.10.0-dev", + "sc-executor 0.10.0-dev", + "sc-network 0.10.0-dev", + "sc-network-sync 0.10.0-dev", + "sc-offchain 4.0.0-dev", + "sc-rpc 4.0.0-dev", + "sc-service 0.10.0-dev", + "sc-sysinfo 6.0.0-dev", + "sc-telemetry 4.0.0-dev", + "sc-tracing 4.0.0-dev", + "sc-transaction-pool 4.0.0-dev", + "sc-transaction-pool-api 4.0.0-dev", + "scale-info 2.10.0", + "serde 1.0.193", + "serde_json 1.0.108", + "sha2 0.10.8", + "smallvec 1.11.2", + "sov-rollup-interface 0.3.0", + "sp-api 4.0.0-dev", + "sp-block-builder 4.0.0-dev", + "sp-blockchain 4.0.0-dev", + "sp-consensus-aura 0.10.0-dev", + "sp-core 21.0.0", + "sp-genesis-builder 0.1.0", + "sp-inherents 4.0.0-dev", + "sp-io 23.0.0", + "sp-keystore 0.27.0", + "sp-offchain 4.0.0-dev", + "sp-runtime 24.0.0", + "sp-session 4.0.0-dev", + "sp-std 8.0.0", + "sp-timestamp 4.0.0-dev", + "sp-transaction-pool 4.0.0-dev", + "sp-version 22.0.0", + "staging-parachain-info 0.1.0", + "staging-xcm 1.0.0", + "staging-xcm-builder 1.0.0", + "staging-xcm-executor 1.0.0", + "substrate-build-script-utils 3.0.0", + "substrate-frame-rpc-system 4.0.0-dev", + "substrate-prometheus-endpoint 0.10.0-dev", + "substrate-wasm-builder 5.0.0-dev", + "subxt 0.32.1", + "subxt-signer 0.32.1", + "tokio 1.34.0", + "tracing 0.1.40", + "tracing-subscriber 0.3.18", + "url 2.5.0" + ], + "direct_dev_deps": [ + "quickcheck 1.0.3", + "quickcheck_macros 1.0.0", + "sp-state-machine 0.28.0", + "sp-tracing 10.0.0", + "sp-trie 22.0.0", + "temp-dir 0.1.11" + ] +} diff --git a/sugondat-chain/pallets/blobs/BUILD.bazel b/sugondat-chain/pallets/blobs/BUILD.bazel new file mode 100644 index 00000000..d6a024f3 --- /dev/null +++ b/sugondat-chain/pallets/blobs/BUILD.bazel @@ -0,0 +1,21 @@ +load("@crate_index//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_library") + +rust_library( + name = "pallet-sugondat-blobs_std", + srcs = glob([ + "src/**/*.rs", + ]), + aliases = { + "@crate_index//:codec": "codec" + }, + crate_name = "sugondat_primitives", + proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], + deps = all_crate_deps() + [ + "//sugondat-nmt:sugondat-nmt_serde", + "//sugondat-chain/primitives:sugondat-primitives_std", + ], +) + +# TODO: make hermetic diff --git a/sugondat-chain/primitives/BUILD.bazel b/sugondat-chain/primitives/BUILD.bazel new file mode 100644 index 00000000..2ecf54c3 --- /dev/null +++ b/sugondat-chain/primitives/BUILD.bazel @@ -0,0 +1,31 @@ +load("@crate_index//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_library") + +rust_library( + name = "sugondat-primitives_nostd", + srcs = glob([ + "src/**/*.rs", + ]), + aliases = { + "@crate_index//:codec": "codec" + }, + crate_name = "sugondat_primitives", + proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], + deps = all_crate_deps(), +) + +rust_library( + name = "sugondat-primitives_std", + srcs = glob([ + "src/**/*.rs", + ]), + aliases = { + "@crate_index//:codec": "codec" + }, + crate_features = ["std"], + crate_name = "sugondat_primitives", + proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], + deps = all_crate_deps(), +) diff --git a/sugondat-chain/runtimes/test/BUILD.bazel b/sugondat-chain/runtimes/test/BUILD.bazel new file mode 100644 index 00000000..4e11a8c1 --- /dev/null +++ b/sugondat-chain/runtimes/test/BUILD.bazel @@ -0,0 +1,38 @@ +load("@crate_index//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_library") + +filegroup( + name = "all_srcs", + srcs = glob( + include = [ + "src/**", + "Cargo.toml", + ], + ), +) + +rust_library( + name = "sugondat-test-runtime_std", + srcs = [":all_srcs"], + aliases = { + "@crate_index//:codec": "codec", + # TODO: find a better way of remapping + "//sugondat-chain/primitives:sugondat-primitives_std": "sugondat_primitives", + "//sugondat-chain/pallets/blobs:pallet-sugondat-blobs_std": "pallet_sugondat_blobs", + # TODO: those don't seem to be public API, but it works. + "@crate_index__staging-xcm-1.0.0//:staging_xcm": "xcm", + "@crate_index__staging-xcm-builder-1.0.0//:staging_xcm_builder": "xcm_builder", + "@crate_index__staging-xcm-executor-1.0.0//:staging_xcm_executor": "xcm_executor", + "@crate_index__staging-parachain-info-0.1.0//:staging_parachain_info": "parachain_info", + }, + crate_features = ["std"], + crate_name = "sugondat_test_runtime", + proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], + deps = all_crate_deps() + [ + "//sugondat-chain/primitives:sugondat-primitives_std", + "//sugondat-chain/pallets/blobs:pallet-sugondat-blobs_std", + ], +) + +# TODO: make hermetic diff --git a/sugondat-chain/runtimes/test/Cargo.toml b/sugondat-chain/runtimes/test/Cargo.toml index bbd1724b..c06fdb8f 100644 --- a/sugondat-chain/runtimes/test/Cargo.toml +++ b/sugondat-chain/runtimes/test/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" targets = ["x86_64-unknown-linux-gnu"] [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", optional = true , branch = "release-polkadot-v1.4.0" } +substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", optional = true , rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } @@ -26,55 +26,55 @@ pallet-sugondat-blobs = { path = "../../pallets/blobs", default-features = false sugondat-primitives = { path = "../../primitives", default-features = false } # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, optional = true, branch = "release-polkadot-v1.4.0" } -frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -frame-support = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -frame-system = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, optional = true, branch = "release-polkadot-v1.4.0" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, optional = true, branch = "release-polkadot-v1.4.0" } -pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -pallet-message-queue = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.4.0", default-features = false } -pallet-session = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -sp-api = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -sp-genesis-builder = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -sp-std = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -sp-version = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } +frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, optional = true, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, optional = true, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, optional = true, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +pallet-message-queue = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1", default-features = false } +pallet-session = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +sp-api = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +sp-genesis-builder = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +sp-std = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +sp-version = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } # Polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -polkadot-parachain-primitives = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -xcm = { package = "staging-xcm",git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } -xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +polkadot-parachain-primitives = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +xcm = { package = "staging-xcm",git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } +xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/paritytech/polkadot-sdk", default-features = false, rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1" } # Cumulus -cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.4.0", default-features = false } -cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.4.0", default-features = false, features = ["parameterized-consensus-hook",] } -cumulus-pallet-session-benchmarking = {git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.4.0", default-features = false, version = "3.0.0"} -cumulus-pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.4.0", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.4.0", default-features = false } -cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.4.0", default-features = false } -cumulus-primitives-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.4.0", default-features = false } -cumulus-primitives-utility = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.4.0", default-features = false } -pallet-collator-selection = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.4.0", default-features = false } -parachain-info = { package = "staging-parachain-info", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.4.0", default-features = false } -parachains-common = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.4.0", default-features = false } +cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1", default-features = false, features = ["parameterized-consensus-hook",] } +cumulus-pallet-session-benchmarking = {git = "https://github.com/paritytech/polkadot-sdk.git", rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1", default-features = false, version = "3.0.0"} +cumulus-pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1", default-features = false } +cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1", default-features = false } +cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1", default-features = false } +cumulus-primitives-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1", default-features = false } +cumulus-primitives-utility = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1", default-features = false } +pallet-collator-selection = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1", default-features = false } +parachain-info = { package = "staging-parachain-info", git = "https://github.com/paritytech/polkadot-sdk.git", rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1", default-features = false } +parachains-common = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "fcfdb98ab5c5fce91cce339c8d3e4f5f5844bbe1", default-features = false } [features] default = [ "std" ] diff --git a/sugondat-nmt/BUILD.bazel b/sugondat-nmt/BUILD.bazel new file mode 100644 index 00000000..29b9d538 --- /dev/null +++ b/sugondat-nmt/BUILD.bazel @@ -0,0 +1,33 @@ +load("@crate_index//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_library") + +rust_library( + name = "sugondat-nmt_nostd", + crate_name = "sugondat_nmt", + srcs = glob([ + "src/**/*.rs", + ]), + deps = all_crate_deps(), + aliases = aliases(), + proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], +) + +rust_library( + name = "sugondat-nmt_serde", + crate_name = "sugondat_nmt", + srcs = glob([ + "src/**/*.rs", + ]), + compile_data = ["Cargo.toml"], + deps = all_crate_deps() + [ + "@crate_index//:serde", + "//sugondat-serde-util", + ], + aliases = aliases(), + proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], + crate_features = ["serde"] +) + +# TODO: tests diff --git a/sugondat-serde-util/BUILD.bazel b/sugondat-serde-util/BUILD.bazel new file mode 100644 index 00000000..aeb35a4b --- /dev/null +++ b/sugondat-serde-util/BUILD.bazel @@ -0,0 +1,15 @@ +load("@crate_index//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_library") + +rust_library( + name = "sugondat-serde-util", + srcs = glob([ + "src/**/*.rs", + ]), + deps = all_crate_deps(), + aliases = aliases(), + proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], +) + +# TODO: tests diff --git a/sugondat-shim/BUILD.bazel b/sugondat-shim/BUILD.bazel new file mode 100644 index 00000000..47873d01 --- /dev/null +++ b/sugondat-shim/BUILD.bazel @@ -0,0 +1,18 @@ +load("@crate_index//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_binary") + +rust_binary( + name = "sugondat-shim", + srcs = glob([ + "src/**/*.rs", + ]), + aliases = aliases(), + proc_macro_deps = all_crate_deps(proc_macro = True), + deps = all_crate_deps() + [ + "//sugondat-nmt:sugondat-nmt_serde", + "//sugondat-serde-util", + "//sugondat-shim/common/sovereign:sugondat-shim-common-sovereign_server", + "//sugondat-shim/common/rollkit:sugondat-shim-common-rollkit", + "//sugondat-subxt", + ], +) diff --git a/sugondat-shim/common/rollkit/BUILD.bazel b/sugondat-shim/common/rollkit/BUILD.bazel new file mode 100644 index 00000000..2ee5a4ef --- /dev/null +++ b/sugondat-shim/common/rollkit/BUILD.bazel @@ -0,0 +1,25 @@ +load("@crate_index//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_library") + +filegroup( + name = "all_srcs", + srcs = glob( + include = [ + "src/**", + "Cargo.toml", + ], + ), +) + +rust_library( + name = "sugondat-shim-common-rollkit", + srcs = [":all_srcs"], + aliases = aliases(), + crate_name = "sugondat_shim_common_rollkit", + proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], + deps = all_crate_deps() + [ + "//sugondat-nmt:sugondat-nmt_serde", + "//sugondat-serde-util", + ], +) diff --git a/sugondat-shim/common/sovereign/BUILD.bazel b/sugondat-shim/common/sovereign/BUILD.bazel new file mode 100644 index 00000000..0c3ddca3 --- /dev/null +++ b/sugondat-shim/common/sovereign/BUILD.bazel @@ -0,0 +1,44 @@ +load("@crate_index//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_library") + +filegroup( + name = "all_srcs", + srcs = glob( + include = [ + "src/**", + "Cargo.toml", + ], + ), +) + +rust_library( + name = "sugondat-shim-common-sovereign_client", + srcs = [":all_srcs"], + aliases = aliases(), + crate_features = [ + "client", + ], + crate_name = "sugondat_shim_common_sovereign", + proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], + deps = all_crate_deps() + [ + "//sugondat-nmt:sugondat-nmt_serde", + "//sugondat-serde-util", + ], +) + +rust_library( + name = "sugondat-shim-common-sovereign_server", + srcs = [":all_srcs"], + aliases = aliases(), + crate_features = [ + "server", + ], + crate_name = "sugondat_shim_common_sovereign", + proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], + deps = all_crate_deps() + [ + "//sugondat-nmt:sugondat-nmt_serde", + "//sugondat-serde-util", + ], +) diff --git a/sugondat-shim/common/sovereign/Cargo.toml b/sugondat-shim/common/sovereign/Cargo.toml index 9a6cc7c7..173a87e2 100644 --- a/sugondat-shim/common/sovereign/Cargo.toml +++ b/sugondat-shim/common/sovereign/Cargo.toml @@ -8,6 +8,7 @@ edition = "2021" [dependencies] async-trait = "0.1.74" jsonrpsee = { version = "0.20.3", features = ["macros"] } +jsonrpsee-server = { version = "0.20.3", optional = true } serde = { version = "1.0.192", features = ["derive"] } sugondat-nmt = { path = "../../../sugondat-nmt", features = ["serde"] } sugondat-serde-util = { path = "../../../sugondat-serde-util" } @@ -15,4 +16,4 @@ sugondat-serde-util = { path = "../../../sugondat-serde-util" } [features] default = ["client", "server"] client = ["jsonrpsee/ws-client"] -server = ["jsonrpsee/server"] +server = ["dep:jsonrpsee-server", "jsonrpsee/server"] diff --git a/sugondat-subxt/BUILD.bazel b/sugondat-subxt/BUILD.bazel new file mode 100644 index 00000000..39922507 --- /dev/null +++ b/sugondat-subxt/BUILD.bazel @@ -0,0 +1,13 @@ +load("@crate_index//:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust//rust:defs.bzl", "rust_library") + +rust_library( + name = "sugondat-subxt", + srcs = glob([ + "src/**/*.rs", + ]), + deps = all_crate_deps(), + aliases = aliases(), + proc_macro_deps = all_crate_deps(proc_macro = True), + visibility = ["//visibility:public"], +)