Cargo Features

[dependencies]
how-install-tealdeer = { version = "1.5.0", default-features = false, features = ["native-roots", "webpki-roots", "logging"] }
default = native-roots

The native-roots feature is set by default whenever how-install-tealdeer is added without default-features = false somewhere in the dependency tree.

native-roots default

Enables rustls-tls-native-roots of reqwest ^0.11.3

webpki-roots

Enables rustls-tls-webpki-roots of reqwest ^0.11.3

logging = env_logger

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.

env_logger logging?

Enables env_logger ^0.9