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