Cargo Features
[dependencies]
cached-path = { version = "0.6.1", default-features = false, features = ["build-binary", "rustls-tls", "default-tls"] }
- default = default-tls
-
The
default-tls
feature is set by default whenevercached-path
is added without
somewhere in the dependency tree.default-features = false - build-binary = color-eyre, env_logger, structopt
-
Required by the binary
- rustls-tls
-
Enables rustls-tls of reqwest ^0.11.0
- default-tls default
-
Enables default-tls of reqwest ^0.11.0
reqwest:
Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.
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.