Cargo Features
[dependencies]
scryptenc-cli = { version = "0.7.13", default-features = false, features = ["json"] }
- default = json
-
The
json
feature is set by default wheneverscryptenc-cli
is added without
somewhere in the dependency tree.default-features = false - json default
-
Enables serde and serde_json
Affects
cli::Information.json
,params::Params
…