Cargo Features
[dependencies]
tg-cli = { version = "0.1.1", default-features = false, features = ["cli", "non-blocking"] }
- default = cli, non-blocking
-
These default features are set whenever
tg-cliis added withoutsomewhere in the dependency tree.default-features = false - cli default
-
Enables clap and pretty_env_logger
Required by the tg binary
- non-blocking default