Cargo Features

[dependencies]
pallet-token-gateway = { version = "1.15.1", default-features = false, features = ["std", "try-runtime"] }
default = std

The std feature is set by default whenever pallet-token-gateway is added without default-features = false somewhere in the dependency tree.

std default

Enables std of alloy-primitives ^0.7.7, anyhow, frame-support ^37.0.0, frame-system ^37.0.0, ismp, log, pallet-hyperbridge, pallet-ismp, primitive-types ^0.12.1, scale-info, sp-core, sp-io, sp-runtime, and token-gateway-primitives

try-runtime

pallet-token-gateway has 3 features without comments.