Cargo Features

[dependencies]
litra = { version = "1.2.0", default-features = false, features = ["cli"] }
default = cli

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

cli default

Enables clap, inotify, serde, and serde_json

Required by the binary