Cargo Features
[dependencies]
token-gateway-primitives = { version = "16.0.0", default-features = false, features = ["std", "try-runtime"] }
- default = std
-
The
std
feature is set by default whenevertoken-gateway-primitives
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of alloy-primitives ^0.7.7, anyhow, ismp, log, pallet-ismp, polkadot-sdk ^0.7.0, primitive-types ^0.12.2, and scale-info
- try-runtime
-
Enables try-runtime of polkadot-sdk ^0.7.0
token-gateway-primitives has 3 features without comments.