Cargo Features
[dependencies]
pezstaging-xcm = { version = "7.0.1", default-features = false, features = ["std", "wasm-api", "json-schema", "runtime-benchmarks"] }
- default = std
-
The
stdfeature is set by default wheneverpezstaging-xcmis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of bounded-collections, parity-scale-codec, environmental, pezframe-support, pezsp-runtime, pezsp-weights, scale-info, serde, and tracing
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - wasm-api
- json-schema
-
Enables schemars, json-schema of bounded-collections and pezsp-weights
- runtime-benchmarks
-
Enables runtime-benchmarks of pezframe-support, pezsp-io, pezsp-runtime, and xcm-pez-procedural
Affects
traits::SendXcm.ensure_successful_delivery…