Cargo.lock 421 KiB
Newer Older
Alexander's avatar
Alexander committed
 "byteorder",
 "libc",
 "netlink-packet-core",
 "netlink-packet-utils",
]

[[package]]
name = "netlink-packet-utils"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"
dependencies = [
 "anyhow",
 "byteorder",
 "paste",
 "thiserror",
]

[[package]]
name = "netlink-proto"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"
dependencies = [
 "bytes",
 "futures",
 "log",
 "netlink-packet-core",
 "netlink-sys",
 "thiserror",
 "tokio",
]

[[package]]
name = "netlink-sys"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411"
dependencies = [
 "bytes",
 "futures",
 "libc",
 "log",
 "tokio",
]

[[package]]
name = "nix"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
 "bitflags 1.3.2",
 "cfg-if",
 "libc",
 "memoffset 0.6.5",
]

[[package]]
name = "nix"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
 "bitflags 1.3.2",
 "cfg-if",
 "libc",
 "memoffset 0.7.1",
 "pin-utils",
 "static_assertions",
]

[[package]]
name = "no-std-net"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"

[[package]]
name = "node-bench"
version = "0.9.0-dev"
dependencies = [
 "array-bytes",
Alexander's avatar
Alexander committed
 "derive_more",
 "fs_extra",
 "futures",
 "hash-db",
 "kitchensink-runtime",
 "kvdb",
 "kvdb-rocksdb",
 "lazy_static",
 "log",
 "node-primitives",
 "node-testing",
 "parity-db",
 "rand 0.8.5",
 "sc-basic-authorship",
 "sc-client-api",
 "sc-transaction-pool",
 "sc-transaction-pool-api",
 "serde",
 "serde_json",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-state-machine",
 "sp-timestamp",
 "sp-tracing",
 "sp-trie",
 "tempfile",
]

[[package]]
name = "node-cli"
version = "3.0.0-dev"
dependencies = [
 "array-bytes",
 "assert_cmd",
Alexander's avatar
Alexander committed
 "clap_complete",
 "criterion 0.4.0",
 "frame-benchmarking-cli",
 "frame-system",
 "frame-system-rpc-runtime-api",
 "futures",
 "jsonrpsee",
 "kitchensink-runtime",
 "log",
 "nix 0.26.2",
 "node-executor",
 "node-inspect",
 "node-primitives",
 "node-rpc",
 "pallet-asset-conversion-tx-payment",
 "pallet-asset-tx-payment",
 "pallet-assets",
 "pallet-balances",
 "pallet-im-online",
 "pallet-timestamp",
 "parity-scale-codec",
 "platforms",
 "rand 0.8.5",
 "regex",
 "sc-authority-discovery",
 "sc-basic-authorship",
 "sc-block-builder",
 "sc-chain-spec",
 "sc-cli",
 "sc-client-api",
 "sc-client-db",
 "sc-consensus",
 "sc-consensus-babe",
 "sc-consensus-epochs",
 "sc-consensus-grandpa",
 "sc-consensus-slots",
 "sc-executor",
 "sc-keystore",
 "sc-network",
 "sc-network-common",
 "sc-network-statement",
 "sc-network-sync",
 "sc-offchain",
 "sc-rpc",
 "sc-service",
 "sc-service-test",
 "sc-statement-store",
 "sc-storage-monitor",
 "sc-sync-state-rpc",
 "sc-sysinfo",
 "sc-telemetry",
 "sc-transaction-pool",
 "sc-transaction-pool-api",
 "serde",
 "serde_json",
 "soketto",
 "sp-api",
 "sp-authority-discovery",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-consensus-grandpa",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-keystore",
 "sp-runtime",
 "sp-statement-store",
 "sp-timestamp",
 "sp-tracing",
 "sp-transaction-storage-proof",
 "substrate-build-script-utils",
 "substrate-cli-test-utils",
 "substrate-frame-cli",
 "substrate-rpc-client",
 "tempfile",
 "tokio",
 "tokio-util",
 "try-runtime-cli",
 "wait-timeout",
]

[[package]]
name = "node-executor"
version = "3.0.0-dev"
dependencies = [
 "criterion 0.4.0",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "futures",
 "kitchensink-runtime",
 "node-primitives",
 "node-testing",
 "pallet-balances",
 "pallet-contracts",
 "pallet-glutton",
 "pallet-im-online",
 "pallet-root-testing",
 "pallet-sudo",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-treasury",
 "parity-scale-codec",
 "sc-executor",
 "scale-info",
 "sp-application-crypto",
 "sp-consensus-babe",
 "sp-core",
 "sp-externalities",
 "sp-keyring",
 "sp-keystore",
 "sp-runtime",
 "sp-state-machine",
 "sp-statement-store",
 "sp-tracing",
 "sp-trie",
 "wat",
]

[[package]]
name = "node-inspect"
version = "0.9.0-dev"
dependencies = [
Alexander's avatar
Alexander committed
 "parity-scale-codec",
 "sc-cli",
 "sc-client-api",
 "sc-service",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "thiserror",
]

[[package]]
name = "node-primitives"
version = "2.0.0"
dependencies = [
 "sp-core",
 "sp-runtime",
]

[[package]]
name = "node-rpc"
version = "3.0.0-dev"
dependencies = [
 "jsonrpsee",
 "mmr-rpc",
 "node-primitives",
 "pallet-transaction-payment-rpc",
 "sc-chain-spec",
 "sc-client-api",
 "sc-consensus-babe",
 "sc-consensus-babe-rpc",
 "sc-consensus-grandpa",
 "sc-consensus-grandpa-rpc",
 "sc-rpc",
 "sc-rpc-api",
 "sc-rpc-spec-v2",
 "sc-sync-state-rpc",
 "sc-transaction-pool-api",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-keystore",
 "sp-runtime",
 "sp-statement-store",
 "substrate-frame-rpc-system",
 "substrate-state-trie-migration-rpc",
]

[[package]]
name = "node-runtime-generate-bags"
version = "3.0.0"
dependencies = [
Alexander's avatar
Alexander committed
 "generate-bags",
 "kitchensink-runtime",
]

[[package]]
name = "node-template"
version = "4.0.0-dev"
dependencies = [
Alexander's avatar
Alexander committed
 "frame-benchmarking",
 "frame-benchmarking-cli",
 "frame-system",
 "futures",
 "jsonrpsee",
 "node-template-runtime",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc",
 "sc-basic-authorship",
 "sc-cli",
 "sc-client-api",
 "sc-consensus",
 "sc-consensus-aura",
 "sc-consensus-grandpa",
 "sc-executor",
 "sc-network",
 "sc-offchain",
 "sc-rpc-api",
 "sc-service",
 "sc-telemetry",
 "sc-transaction-pool",
 "sc-transaction-pool-api",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus-aura",
 "sp-consensus-grandpa",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-timestamp",
 "substrate-build-script-utils",
 "substrate-frame-rpc-system",
 "try-runtime-cli",
]

[[package]]
name = "node-template-release"
version = "3.0.0"
dependencies = [
Alexander's avatar
Alexander committed
 "flate2",
 "fs_extra",
 "glob",
 "itertools 0.10.5",
 "tar",
 "tempfile",
 "toml_edit",
]

[[package]]
name = "node-template-runtime"
version = "4.0.0-dev"
dependencies = [
 "frame-benchmarking",
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-benchmarking",
 "frame-system-rpc-runtime-api",
 "frame-try-runtime",
 "pallet-aura",
 "pallet-balances",
 "pallet-grandpa",
 "pallet-sudo",
 "pallet-template",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "parity-scale-codec",
 "scale-info",
 "sp-api",
 "sp-block-builder",
 "sp-consensus-aura",
 "sp-consensus-grandpa",
 "sp-core",
Alexander's avatar
Alexander committed
 "sp-inherents",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-std",
 "sp-storage",
 "sp-transaction-pool",
 "sp-version",
 "substrate-wasm-builder",
]

[[package]]
name = "node-testing"
version = "3.0.0-dev"
dependencies = [
 "frame-system",
 "fs_extra",
 "futures",
 "kitchensink-runtime",
 "log",
 "node-executor",
 "node-primitives",
 "pallet-asset-conversion",
 "pallet-asset-conversion-tx-payment",
 "pallet-asset-tx-payment",
 "pallet-assets",
 "parity-scale-codec",
 "sc-block-builder",
 "sc-client-api",
 "sc-client-db",
 "sc-consensus",
 "sc-executor",
 "sc-service",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-runtime",
 "sp-timestamp",
 "substrate-test-client",
 "tempfile",
]

[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"

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

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

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

[[package]]
name = "num"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
dependencies = [
 "num-bigint",
 "num-complex",
 "num-integer",
 "num-iter",
 "num-rational",
 "num-traits",
]

[[package]]
name = "num-bigint"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
dependencies = [
 "autocfg",
 "num-integer",
 "num-traits",
]

[[package]]
name = "num-complex"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
dependencies = [
 "num-traits",
]

[[package]]
name = "num-format"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
dependencies = [
 "arrayvec 0.7.4",
 "itoa",
]

[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
 "autocfg",
 "num-traits",
]

[[package]]
name = "num-iter"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
dependencies = [
 "autocfg",
 "num-integer",
 "num-traits",
]

[[package]]
name = "num-rational"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
 "autocfg",
 "num-bigint",
 "num-integer",
 "num-traits",
]

[[package]]
name = "num-traits"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
dependencies = [
 "autocfg",
 "libm",
]

[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
 "hermit-abi 0.3.2",
 "libc",
]

[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"

[[package]]
name = "object"
version = "0.30.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
dependencies = [
 "crc32fast",
 "hashbrown 0.13.2",
 "indexmap 1.9.3",
 "memchr",
]

[[package]]
name = "object"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe"
dependencies = [
 "memchr",
]

[[package]]
name = "oid-registry"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a"
dependencies = [
 "asn1-rs 0.3.1",
]

[[package]]
name = "oid-registry"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
dependencies = [
 "asn1-rs 0.5.2",
]

[[package]]
name = "once_cell"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"

[[package]]
name = "oorandom"
version = "11.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"

[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"

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

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

[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"

Alexander's avatar
Alexander committed
[[package]]
name = "orchestra"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46d78e1deb2a8d54fc1f063a544130db4da31dfe4d5d3b493186424910222a76"
Alexander's avatar
Alexander committed
dependencies = [
 "async-trait",
 "dyn-clonable",
 "futures",
 "futures-timer",
 "orchestra-proc-macro",
 "pin-project",
 "prioritized-metered-channel",
 "thiserror",
 "tracing",
]

[[package]]
name = "orchestra-proc-macro"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d035b1f968d91a826f2e34a9d6d02cb2af5aa7ca39ebd27922d850ab4b2dd2c6"
Alexander's avatar
Alexander committed
dependencies = [
 "anyhow",
 "expander 2.0.0",
 "fs-err",
 "indexmap 2.0.0",
 "itertools 0.11.0",
 "layout-rs",
Alexander's avatar
Alexander committed
8672 8673 8674 8675 8676 8677 8678 8679 8680 8681 8682 8683 8684 8685 8686 8687 8688 8689 8690 8691 8692 8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 8704 8705 8706 8707 8708 8709 8710 8711 8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 8728 8729 8730 8731 8732 8733 8734 8735 8736 8737 8738 8739 8740 8741 8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 8755 8756 8757 8758 8759 8760 8761 8762 8763 8764 8765 8766 8767 8768 8769 8770 8771 8772 8773 8774 8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 8799 8800 8801 8802 8803 8804 8805 8806 8807 8808 8809 8810 8811 8812 8813 8814 8815 8816 8817 8818 8819 8820 8821 8822 8823 8824 8825 8826 8827 8828 8829 8830 8831 8832 8833 8834 8835 8836 8837 8838 8839 8840 8841 8842 8843 8844 8845 8846 8847 8848 8849 8850 8851 8852 8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 8868 8869 8870 8871 8872 8873 8874 8875 8876 8877 8878 8879 8880 8881 8882 8883 8884 8885 8886 8887 8888 8889 8890 8891 8892 8893 8894 8895 8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 8906 8907 8908 8909 8910 8911 8912 8913 8914 8915 8916 8917 8918 8919 8920 8921 8922 8923 8924 8925 8926 8927 8928 8929 8930 8931 8932 8933 8934 8935 8936 8937 8938 8939 8940 8941 8942 8943 8944 8945 8946 8947 8948 8949 8950 8951 8952 8953 8954 8955 8956 8957 8958 8959 8960 8961 8962 8963 8964 8965 8966 8967 8968 8969 8970 8971 8972 8973 8974 8975 8976 8977 8978 8979 8980 8981 8982 8983 8984 8985 8986 8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000
 "petgraph",
 "proc-macro-crate",
 "proc-macro2",
 "quote",
 "syn 1.0.109",
]

[[package]]
name = "ordered-float"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
dependencies = [
 "num-traits",
]

[[package]]
name = "os_str_bytes"
version = "6.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"

[[package]]
name = "owo-colors"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"

[[package]]
name = "p256"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
dependencies = [
 "ecdsa 0.14.8",
 "elliptic-curve 0.12.3",
 "sha2 0.10.7",
]

[[package]]
name = "p384"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"
dependencies = [
 "ecdsa 0.14.8",
 "elliptic-curve 0.12.3",
 "sha2 0.10.7",
]

[[package]]
name = "pallet-alliance"
version = "4.0.0-dev"
dependencies = [
 "array-bytes",
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "pallet-balances",
 "pallet-collective",
 "pallet-identity",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-core-hashing",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-asset-conversion"
version = "4.0.0-dev"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "pallet-assets",
 "pallet-balances",
 "parity-scale-codec",
 "primitive-types",
 "scale-info",
 "sp-api",
 "sp-arithmetic",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-asset-conversion-tx-payment"
version = "4.0.0-dev"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-asset-conversion",
 "pallet-assets",
 "pallet-balances",
 "pallet-transaction-payment",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-storage",
]

[[package]]
name = "pallet-asset-rate"
version = "4.0.0-dev"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-asset-tx-payment"
version = "4.0.0-dev"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "pallet-assets",
 "pallet-authorship",
 "pallet-balances",
 "pallet-transaction-payment",
 "parity-scale-codec",
 "scale-info",
 "serde",
 "serde_json",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-storage",
]

[[package]]
name = "pallet-assets"
version = "4.0.0-dev"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "pallet-balances",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-atomic-swap"
version = "4.0.0-dev"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-balances",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-aura"
version = "4.0.0-dev"
dependencies = [
 "frame-support",
 "frame-system",
 "log",
 "pallet-timestamp",
 "parity-scale-codec",
 "scale-info",
 "sp-application-crypto",
 "sp-consensus-aura",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-authority-discovery"
version = "4.0.0-dev"
dependencies = [
 "frame-support",
 "frame-system",
 "pallet-session",
 "parity-scale-codec",
 "scale-info",
 "sp-application-crypto",
 "sp-authority-discovery",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-authorship"
version = "4.0.0-dev"
dependencies = [
 "frame-support",
 "frame-system",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-babe"
version = "4.0.0-dev"
dependencies = [
 "frame-benchmarking",
 "frame-election-provider-support",
 "frame-support",
 "frame-system",
 "log",
 "pallet-authorship",
 "pallet-balances",
 "pallet-offences",
 "pallet-session",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-timestamp",
 "parity-scale-codec",
 "scale-info",
 "sp-application-crypto",
 "sp-consensus-babe",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std",
]

[[package]]
name = "pallet-bags-list"
version = "4.0.0-dev"
dependencies = [
 "aquamarine",
 "docify",
 "frame-benchmarking",
 "frame-election-provider-support",
 "frame-support",
 "frame-system",
 "log",
 "pallet-balances",
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-tracing",
]

[[package]]
name = "pallet-bags-list-fuzzer"
version = "4.0.0-dev"
dependencies = [
 "frame-election-provider-support",
 "honggfuzz",
 "pallet-bags-list",
 "rand 0.8.5",
]

[[package]]
name = "pallet-bags-list-remote-tests"
version = "4.0.0-dev"
dependencies = [
 "frame-election-provider-support",
 "frame-remote-externalities",
 "frame-support",
 "frame-system",
 "log",
 "pallet-bags-list",
 "pallet-staking",
 "sp-core",
 "sp-runtime",
 "sp-std",
 "sp-storage",
 "sp-tracing",
]

[[package]]
name = "pallet-balances"
version = "4.0.0-dev"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "log",
 "pallet-transaction-payment",
 "parity-scale-codec",
 "paste",
 "scale-info",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "pallet-beefy"
version = "4.0.0-dev"
dependencies = [