udownload 0.1.0

Wrapper around the crate 'ureq' to make downloading files easier.
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 = "udownload"
version = "0.1.0"
build = false
exclude = [
    "example.txt",
    ".git*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrapper around the crate 'ureq' to make downloading files easier."
homepage = "https://github.com/Delfi-CH/udownload"
readme = "README.md"
keywords = [
    "download",
    "cli",
]
categories = [
    "web-programming::http-client",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/Delfi-CH/udownload"

[features]
progress-bar = ["dep:indicatif"]

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

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.ureq]
version = "3.1.4"

[dev-dependencies.mockito]
version = "1.7.2"