Cargo Features
[dependencies]
binmarshal = { version = "1.1.7", 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
somewhere in the dependency tree.default-features = false - std default
- 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.