Cargo Features

[dependencies]
opzioni = { version = "3.0.1", default-features = false, features = ["all", "json", "toml", "yaml", "tracing", "tokio"] }
default = all

The all feature is set by default whenever opzioni is added without default-features = false somewhere in the dependency tree.

all default = json, toml, yaml
json all

Enables serde_json

toml all

Enables toml

yaml all

Enables serde_yaml

tracing

Enables tracing

tokio

Enables tokio

Affects config::sync, opzioni::Config