Cargo Features

mirro-rs has no features set by default.

[dependencies]
mirro-rs = { version = "0.2.3", features = ["json", "yaml", "toml"] }
json

Enables cfg-if, notify, and serde_json

Affects cli::Args.config

yaml

Enables cfg-if, notify, and serde_yaml

Affects cli::Args.config

toml

Enables cfg-if, notify, and toml

Affects cli::Args.config