snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
+17 -16
View File
@@ -7,6 +7,7 @@ edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
documentation = "https://docs.rs/pezstaging-xcm"
[lints]
workspace = true
@@ -35,24 +36,24 @@ pezsp-io = { workspace = true, default-features = true }
default = ["std"]
wasm-api = []
std = [
"bounded-collections/std",
"codec/std",
"environmental/std",
"pezframe-support/std",
"scale-info/std",
"serde/std",
"pezsp-runtime/std",
"pezsp-weights/std",
"tracing/std",
"bounded-collections/std",
"codec/std",
"environmental/std",
"pezframe-support/std",
"scale-info/std",
"serde/std",
"pezsp-runtime/std",
"pezsp-weights/std",
"tracing/std",
]
json-schema = [
"bounded-collections/json-schema",
"dep:schemars",
"pezsp-weights/json-schema",
"bounded-collections/json-schema",
"dep:schemars",
"pezsp-weights/json-schema",
]
runtime-benchmarks = [
"pezframe-support/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"xcm-procedural/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"xcm-procedural/runtime-benchmarks",
]