@@ -13,80 +13,77 @@ publish = false
1313targets = [" x86_64-unknown-linux-gnu" ]
1414
1515[build-dependencies ]
16- substrate-wasm-builder = { optional = true , workspace = true , default-features = true }
1716docify = { workspace = true }
17+ substrate-wasm-builder = { optional = true , workspace = true , default-features = true }
1818
1919[dependencies ]
2020codec = { features = [" derive" ], workspace = true }
21+ cumulus-pallet-parachain-system.workspace = true
22+ docify = { workspace = true }
2123hex-literal = { optional = true , workspace = true , default-features = true }
2224log = { workspace = true }
25+ pallet-parachain-template.workspace = true
26+ polkadot-sdk = { workspace = true , features = [
27+ " pallet-utility" ,
28+ " cumulus-pallet-aura-ext" ,
29+ " cumulus-pallet-session-benchmarking" ,
30+ " cumulus-pallet-weight-reclaim" ,
31+ " cumulus-pallet-xcm" ,
32+ " cumulus-pallet-xcmp-queue" ,
33+ " cumulus-primitives-aura" ,
34+ " cumulus-primitives-core" ,
35+ " cumulus-primitives-utility" ,
36+ " pallet-aura" ,
37+ " pallet-authorship" ,
38+ " pallet-balances" ,
39+ " pallet-collator-selection" ,
40+ " pallet-message-queue" ,
41+ " pallet-session" ,
42+ " pallet-sudo" ,
43+ " pallet-timestamp" ,
44+ " pallet-transaction-payment" ,
45+ " pallet-transaction-payment-rpc-runtime-api" ,
46+ " pallet-xcm" ,
47+ " parachains-common" ,
48+ " polkadot-parachain-primitives" ,
49+ " polkadot-runtime-common" ,
50+ " runtime" ,
51+ " staging-parachain-info" ,
52+ " staging-xcm" ,
53+ " staging-xcm-builder" ,
54+ " staging-xcm-executor"
55+ ], default-features = false }
2356scale-info = { features = [" derive" ], workspace = true }
57+ serde_json = { workspace = true , default-features = false , features = [" alloc" ] }
2458smallvec = { workspace = true , default-features = true }
25- docify = { workspace = true }
26- serde_json = { workspace = true , default-features = false , features = [
27- " alloc" ,
28- ] }
29- pallet-parachain-template = { path = " ../pallets/template" , default-features = false }
30- polkadot-sdk = { workspace = true , features = [
31- " cumulus-pallet-aura-ext" ,
32- " cumulus-pallet-session-benchmarking" ,
33- " cumulus-pallet-xcm" ,
34- " cumulus-pallet-xcmp-queue" ,
35- " cumulus-primitives-aura" ,
36- " cumulus-primitives-core" ,
37- " cumulus-primitives-storage-weight-reclaim" ,
38- " cumulus-primitives-utility" ,
39- " pallet-aura" ,
40- " pallet-authorship" ,
41- " pallet-balances" ,
42- " pallet-collator-selection" ,
43- " pallet-message-queue" ,
44- " pallet-session" ,
45- " pallet-sudo" ,
46- " pallet-timestamp" ,
47- " pallet-transaction-payment" ,
48- " pallet-transaction-payment-rpc-runtime-api" ,
49- " pallet-xcm" ,
50- " parachains-common" ,
51- " polkadot-parachain-primitives" ,
52- " polkadot-runtime-common" ,
53- " runtime" ,
54- " staging-parachain-info" ,
55- " staging-xcm" ,
56- " staging-xcm-builder" ,
57- " staging-xcm-executor" ,
58- ], default-features = false }
59- cumulus-pallet-parachain-system.workspace = true
60- pallet-utility = { version = " 39.0.0" , default-features = false }
61- custom-pallet = { path = " ../pallets/custom-pallet" , default-features = false }
59+
60+ custom-pallet = { workspace = true }
6261
6362[features ]
6463default = [" std" ]
6564std = [
66- " codec/std" ,
67- " cumulus-pallet-parachain-system/std" ,
68- " log/std" ,
69- " pallet-parachain-template/std" ,
70- " polkadot-sdk/std" ,
71- " scale-info/std" ,
72- " serde_json/std" ,
73- " substrate-wasm-builder" ,
74- " pallet-utility/std" ,
75- " custom-pallet/std" ,
65+ " codec/std" ,
66+ " cumulus-pallet-parachain-system/std" ,
67+ " log/std" ,
68+ " pallet-parachain-template/std" ,
69+ " polkadot-sdk/std" ,
70+ " scale-info/std" ,
71+ " serde_json/std" ,
72+ " substrate-wasm-builder" ,
73+ " custom-pallet/std" ,
7674]
7775
7876runtime-benchmarks = [
79- " cumulus-pallet-parachain-system/runtime-benchmarks" ,
80- " hex-literal" ,
81- " pallet-parachain-template/runtime-benchmarks" ,
82- " polkadot-sdk/runtime-benchmarks" ,
83- " custom-pallet/runtime-benchmarks" ,
77+ " cumulus-pallet-parachain-system/runtime-benchmarks" ,
78+ " hex-literal" ,
79+ " pallet-parachain-template/runtime-benchmarks" ,
80+ " polkadot-sdk/runtime-benchmarks" ,
8481]
8582
8683try-runtime = [
87- " cumulus-pallet-parachain-system/try-runtime" ,
88- " pallet-parachain-template/try-runtime" ,
89- " polkadot-sdk/try-runtime" ,
84+ " cumulus-pallet-parachain-system/try-runtime" ,
85+ " pallet-parachain-template/try-runtime" ,
86+ " polkadot-sdk/try-runtime" ,
9087]
9188
9289# Enable the metadata hash generation.
0 commit comments