Cargo Features

[dependencies]
binmarshal = { version = "1.1.6", default-features = false, features = ["std", "serde", "schema", "anyhow", "lasercan_nop_patch"] }
default = anyhow, schema, serde, std

These default features are set whenever binmarshal is added without default-features = false somewhere in the dependency tree.

std default

Enables std of anyhow

serde default

Enables serde, serde of binmarshal-macros

schema default

Enables schemars, schema of binmarshal-macros

anyhow default std

Enables anyhow

lasercan_nop_patch

BinMarshal has 6 features without comments.