Cargo Features
[dependencies]
cargo-whatfeatures = { version = "0.9.13", default-features = false, features = ["native-tls", "rustls"] }
- default = native-tls
-
The
native-tls
feature is set by default whenevercargo-whatfeatures
is added without
somewhere in the dependency tree.default-features = false - native-tls default
-
Enables tls of attohttpc ^0.27.0
attohttpc:
These features are provided for backwards compatibility
- rustls
-
Enables tls-rustls of attohttpc ^0.27.0
cargo-whatfeatures has 3 features without comments.