Cargo Features

[dependencies]
tomlyre-cli = { version = "0.0.1-beta.1", default-features = false, features = ["json", "json5", "yaml", "ron", "bson", "lexpr", "xml"] }
default = json, json5, lexpr, ron, yaml

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

json default

Enables json of tomlyre

json5 default

Enables json5 of tomlyre

yaml default

Enables yaml of tomlyre

ron default

Enables ron of tomlyre

bson

Enables bson of tomlyre

lexpr default

Enables lexpr of tomlyre

xml

Enables xml of tomlyre

tomlyre-cli has 8 features without comments.