Cargo Features

[dependencies]
hyperparameter = { version = "0.5.9", default-features = false, features = ["json", "toml", "ini", "clap"] }
default = clap, ini, json, toml

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

json default

Enables json of config

toml default

Enables toml of config

ini default

Enables ini of config

clap default

Enables clap and linkme

Hyperparameter has 5 features without comments.