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 ^6.1.1, and serde_json
Affects
cli::Args.config
… - yaml
-
Enables cfg-if, notify ^6.1.1, and serde_yaml
Affects
cli::Args.config
… - toml
-
Enables cfg-if, notify ^6.1.1, and toml
Affects
cli::Args.config
…