Cargo Features
[dependencies]
pallet-token-gateway = { version = "16.0.0", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default wheneverpallet-token-gateway
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-hyperbridge, pallet-ismp, polkadot-sdk ^0.7.0, primitive-types ^0.12.2, scale-info, and token-gateway-primitives
- try-runtime
-
Enables try-runtime of polkadot-sdk ^0.7.0
- runtime-benchmarks
-
Enables frame-benchmarking and runtime-benchmarks of polkadot-sdk ^0.7.0
pallet-token-gateway has 4 features without comments.