Cargo Features
[dependencies]
telegram-bot-fork = { version = "0.7.8", default-features = false, features = ["hyper_connector"] }
- default = hyper_connector
-
The
hyper_connector
feature is set by default whenevertelegram-bot-fork
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 hyper_connector
-
Enables hyper ^0.12
- hyper-tls hyper_connector
-
Enables hyper-tls ^0.3