Cargo Features
[dependencies]
rutebot = { version = "0.7.5", default-features = false, features = ["rustls-tls", "hyper-tls"] }
- default = hyper-tls
-
The
hyper-tls
feature is set by default wheneverrutebot
is added without
somewhere in the dependency tree.default-features = false - rustls-tls = hyper-rustls
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 default
-
Enables hyper-tls ^0.5
- hyper-rustls rustls-tls?
-
Enables hyper-rustls ^0.23