dwutil 0.1.3

simple and easy use downloader
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 = "2024"
name = "dwutil"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "simple and easy use downloader"
readme = "README.md"
keywords = [
    "download",
    "cli",
    "assets",
    "resources",
]
categories = [
    "multimedia",
    "command-line-interface",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/prefix63/dwutil"

[features]
default = [
    "sha",
    "md5",
    "zip",
    "targz",
    "indicatif",
    "tarxz",
]
full = [
    "full-decoders",
    "full-hashers",
    "indicatif",
]
full-decoders = [
    "zip",
    "targz",
    "tarxz",
]
full-hashers = [
    "sha",
    "md5",
]
gz = [
    "dep:flate2",
    "dep:infer",
]
indicatif = ["dep:indicatif"]
md5 = ["dep:md5"]
sha = [
    "dep:sha1",
    "dep:sha2",
]
tar = [
    "dep:tar",
    "dep:infer",
]
targz = [
    "tar",
    "gz",
]
tarxz = [
    "tar",
    "xz",
]
xz = [
    "dep:xz2",
    "dep:infer",
]
zip = [
    "dep:zip",
    "dep:infer",
]

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

[[example]]
name = "main"
path = "examples/main.rs"

[dependencies.flate2]
version = "1.0"
features = ["rust_backend"]
optional = true

[dependencies.hex]
version = "0.4.3"

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

[dependencies.infer]
version = "0.19.0"
optional = true

[dependencies.md5]
version = "0.8.0"
optional = true

[dependencies.sha1]
version = "0.10.6"
optional = true

[dependencies.sha2]
version = "0.10.9"
optional = true

[dependencies.tar]
version = "0.4"
optional = true

[dependencies.tempfile]
version = "3.20.0"

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
version = "2.9"

[dependencies.xz2]
version = "0.1.7"
optional = true

[dependencies.zip]
version = "0.6"
optional = true

[dev-dependencies.sha1]
version = "0.10.6"

[dev-dependencies.tempfile]
version = "3.20.0"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"
features = ["fmt"]

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = "symbols"