Cargo Features
[dependencies]
abcrypt-cli = { version = "0.5.1", default-features = false, features = ["json"] }
- default = json
-
The
jsonfeature is set by default wheneverabcrypt-cliis added withoutsomewhere in the dependency tree.default-features = false - json default
-
Enables serde_json
Affects
cli::Information.json…