Cargo Features

[dependencies]
telegram_graph_downloader = { version = "0.0.7", default-features = false, features = ["indicatif"] }
default = indicatif

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

indicatif default

Enables indicatif

telegram_graph_downloader has 2 features without comments.