Cargo Features

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

The std feature is set by default whenever token-gateway-primitives 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-ismp, primitive-types ^0.12.1, scale-info, sp-core, sp-io, and sp-runtime

try-runtime

token-gateway-primitives has 3 features without comments.