Cargo Features

[dependencies]
salak = { version = "0.14.1", default-features = false, features = ["all", "app", "args", "derive", "yaml", "ipnet", "rand", "toml"] }
default all? = derive, rand, toml

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

all = app, args, default, log
app all? = derive
args all? = clap, derive
derive default app? args? = pad, salak_derive

Affects salak::Environment.get

yaml = yaml-rust

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 args?

Enables clap ^2.33

ipnet implicit feature
log all?
pad derive
rand default
salak_derive derive
toml default

Enables toml ^0.5

yaml-rust yaml?