Cargo Features

irx-config has no features set by default.

[dependencies]
irx-config = { version = "3.4.0", features = ["parsers", "env", "json", "json5-parser", "yaml", "toml-parser", "cmd"] }
parsers cmd? env? json? json5-parser? toml-parser? yaml? = derive_builder

Affects irx-config::parsers

env = parsers, serde_yaml

Affects parsers::env

json = parsers

Affects parsers::json

json5-parser = json5, parsers

Affects parsers::json5

yaml = parsers, serde_yaml

Affects parsers::yaml

toml-parser = parsers, toml

Affects parsers::toml

cmd = clap, parsers, serde_yaml

Affects parsers::cmd

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.

derive_builder parsers?

Enables derive_builder ^0.12

serde_yaml cmd? env? yaml?
toml toml-parser?
clap cmd?
json5 json5-parser?