Cargo Features

[dependencies]
jam-types = { version = "0.1.0-pre", default-features = false, features = ["std", "tiny"] }
default = std

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

std default

Enables std of bounded-collections and parity-scale-codec

tiny

jam-types has 3 features without comments.