Cargo Features

[dependencies]
json_diff_ng = { version = "0.6.0", default-features = false, features = ["CLI"] }
default = CLI

The CLI feature is set by default whenever json_diff_ng is added without default-features = false somewhere in the dependency tree.

CLI default

Enables clap

Required by the binary