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-cli is added without default-features = false somewhere in the dependency tree.

cli default

Enables clap and pretty_env_logger

Required by the tg binary

non-blocking default