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-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, 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.

indicatif progress-bar?

Enables indicatif ^0.17.11

env_logger build-binary?

Enables env_logger ^0.10

structopt build-binary?
color-eyre build-binary?
lzma-rs lzma?