Cargo Features
[dependencies]
todl = { version = "0.3.1", default-features = false, features = ["cli", "color"] }
- default = cli
-
The
cli
feature is set by default whenevertodl
is added without
somewhere in the dependency tree.default-features = false - cli default = color
-
Enables atty, clap, serde_json, and unicode-segmentation
- color cli
-
Enables crossterm ^0.26
TODL has 3 features without comments.