Cargo Features
[dependencies]
t3rn-xcm-primitives = { version = "0.3.2", default-features = false, features = ["std", "frame", "frame-std"] }
- default = frame-std, std
-
These default features are set whenever
t3rn-xcm-primitives
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, sp-std ^4.0.0, and xcm
- frame = xcm-executor
-
Affects
t3rn-xcm-primitives::frame_traits
… - frame-std default
-
Enables std of xcm-executor
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
TODO: determine if we should just move these somewhere. Also rename to xp-xcm (xbi primitives xcm)