Cargo Features

[dependencies]
scuffle-settings = { version = "0.0.0", default-features = false, features = ["cli", "ron", "toml", "yaml", "json", "json5", "ini", "templates"] }
default = cli, ini, json, json5, ron, templates, toml, yaml

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

cli default = clap

Affects scuffle-settings::Options.cli

ron default

Enables ron of config

toml default

Enables toml of config

yaml default

Enables yaml of config

json default

Enables json of config

json5 default

Enables json5 of config

ini default

Enables ini of config

templates default = minijinja

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

clap cli
minijinja templates