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 default-features = false somewhere in the dependency tree.

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.