Cargo Features

Jaesve has no features set by default.

[dependencies]
jaesve = { version = "1.3.4", features = ["config-file"] }
config-file = dirs, serde, toml

Enables the use of config files for setting many of the available CLI options Note that enabling this will moderately slow complilation times and increase the binary's size

The program will check for $HOME/jaesve.conf, $CONFIG/jaesve.conf, and /etc/jaesve.conf (*nix only)
And expects data to be in TOML format

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

toml config-file?

Enables toml ^0.5.3

serde config-file?
dirs config-file?

Enables dirs ^2.0.2