Cargo Features

[dependencies]
token-gateway-primitives = { version = "16.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, ismp, log, pallet-ismp, polkadot-sdk ^0.7.0, primitive-types ^0.12.2, and scale-info

try-runtime

Enables try-runtime of polkadot-sdk ^0.7.0

token-gateway-primitives has 3 features without comments.