Cargo Features
[dependencies]
telegram_graph_downloader = { version = "0.0.7", default-features = false, features = ["indicatif"] }
- default = indicatif
-
The
indicatif
feature is set by default whenevertelegram_graph_downloader
is added without
somewhere in the dependency tree.default-features = false - indicatif default
-
Enables indicatif
telegram_graph_downloader has 2 features without comments.