Cargo Features

[dependencies]
scryptenc-cli = { version = "0.7.12", default-features = false, features = ["json"] }
default = json

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

json default

Enables serde and serde_json

Affects cli::Information.json, params::Params