Cargo Features

[dependencies]
telegram-bot-async = { version = "0.8.2", default-features = false, features = ["hyper_connector"] }
default = hyper_connector

The hyper_connector feature is set by default whenever telegram-bot-async is added without default-features = false somewhere in the dependency tree.

hyper_connector default = hyper, hyper-tls

Affects connector::hyper, connector::default_connector

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

hyper-tls hyper_connector

Enables hyper-tls ^0.4.0

hyper hyper_connector

Enables hyper ^0.13.1