cached-path 0.10.1

Download and cache HTTP resources.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "cached-path"
version = "0.10.1"
authors = ["epwalsh <epwalsh10@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Download and cache HTTP resources."
homepage = "https://github.com/epwalsh/rust-cached-path"
readme = "README.md"
keywords = [
    "http",
    "caching",
]
categories = ["caching"]
license = "Apache-2.0"
repository = "https://github.com/epwalsh/rust-cached-path"

[features]
build-binary = [
    "env_logger",
    "structopt",
    "color-eyre",
    "progress-bar",
]
default = ["default-tls"]
default-tls = ["reqwest/default-tls"]
lzma = ["lzma-rs"]
progress-bar = ["indicatif"]
rustls-tls = ["reqwest/rustls-tls"]

[lib]
name = "cached_path"
path = "src/lib.rs"

[[bin]]
name = "cached-path"
path = "src/main.rs"
doc = false
required-features = ["build-binary"]

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.color-eyre]
version = "0.6"
optional = true

[dependencies.env_logger]
version = "0.11"
optional = true

[dependencies.flate2]
version = "1.0"

[dependencies.fs2]
version = "0.4"

[dependencies.glob]
version = "0.3"

[dependencies.indicatif]
version = "0.18.0"
optional = true

[dependencies.infer]
version = "0.19.0"

[dependencies.log]
version = "0.4"

[dependencies.lzma-rs]
version = "0.3"
optional = true

[dependencies.rand]
version = "0.10"

[dependencies.reqwest]
version = "0.12.0"
features = ["blocking"]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.structopt]
version = "0.3"
optional = true

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3.1"

[dependencies.thiserror]
version = "2.0"

[dependencies.zip]
version = "8.0"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.httpmock]
version = "0.8"

[dev-dependencies.predicates]
version = "3.0"