Cargo Features

[dependencies]
bilrost-types = { version = "0.1007.0", default-features = false, features = ["std", "serde_json"] }
default = std

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

std default

Enables std of bilrost

serde_json

Enables serde_json

bilrost-types has 3 features without comments.