Cargo Features

[dependencies]
token-gateway-primitives = { version = "15.0.0", 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.2, scale-info, sp-core ^34.0.0, sp-io ^38.0.0, and sp-runtime ^39.0.0

try-runtime

token-gateway-primitives has 3 features without comments.