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 whenever cached-path is added without default-features = false somewhere in the dependency tree.

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.

env_logger build-binary?

Enables env_logger ^0.10

structopt build-binary?
color-eyre build-binary?