Cargo Features

[dependencies]
abcrypt-cli = { version = "0.3.2", default-features = false, features = ["json"] }
default = json

The json feature is set by default whenever abcrypt-cli is added without default-features = false somewhere in the dependency tree.

json default

Enables serde_json

Affects cli::Information.json