Cargo Features
[dependencies]
cached-path = { version = "0.10.0", default-features = false, features = ["build-binary", "rustls-tls", "default-tls", "lzma", "progress-bar"] }
- default = default-tls
-
The
default-tlsfeature is set by default whenevercached-pathis added withoutsomewhere in the dependency tree.default-features = false - build-binary = color-eyre, env_logger, progress-bar, structopt
-
Required by the binary
- rustls-tls
-
Enables rustls-tls of reqwest ^0.12.0
- default-tls default
-
Enables default-tls of reqwest ^0.12.0
- lzma = lzma-rs
- progress-bar build-binary? = indicatif
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.