Cargo Features
[dependencies]
pallet-token-gateway = { version = "15.2.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, frame-benchmarking ^37.0.0, frame-support ^37.0.0, frame-system ^37.0.0, ismp, log, pallet-hyperbridge, pallet-ismp, primitive-types ^0.12.2, scale-info, sp-core ^34.0.0, sp-io ^38.0.0, sp-runtime ^39.0.0, and token-gateway-primitives
- try-runtime
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-benchmarking ^37.0.0, frame-support ^37.0.0, frame-system ^37.0.0, and sp-runtime ^39.0.0
pallet-token-gateway has 4 features without comments.