Cargo Features

[dependencies]
cargo-whatfeatures = { version = "0.9.11", default-features = false, features = ["native-tls", "rustls"] }
default = native-tls

The native-tls feature is set by default whenever cargo-whatfeatures is added without default-features = false somewhere in the dependency tree.

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.