Cargo Features
[dependencies]
novum = { version = "0.1.1", default-features = false, features = ["logger", "result", "marshall", "marshall-json", "marshall-yaml", "marshall-toml"] }
- default = logger, marshall, marshall-json, marshall-toml, marshall-yaml, result
-
These default features are set whenever
novum
is added without
somewhere in the dependency tree.default-features = false - logger default
-
Enables log
- result default
- marshall default
-
Enables serde
- marshall-json default
-
Enables serde_json
- marshall-yaml default
-
Enables serde_yml
- marshall-toml default
-
Enables toml
novum has 7 features without comments.