manic 0.3.0

Fast and simple async downloads
Documentation
[dependencies.indicatif]
optional = true
version = "0.15.0"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls"]
version = "0.10.10"

[dependencies.sha2]
version = "0.9.2"

[dependencies.thiserror]
version = "1.0.22"

[dependencies.tokio]
features = ["fs", "rt-threaded", "macros"]
version = "^0.2.5"

[dependencies.tracing]
features = ["log"]
version = "0.1.22"

[dependencies.tracing-futures]
version = "0.2.4"

[dependencies.url]
version = "2.2.0"
[dev-dependencies.httpmock]
version = "0.5.2"

[features]
default = []
progress = ["indicatif"]

[package]
authors = ["x0f5c3 <x0f5c3@tutanota.com>"]
categories = ["asynchronous", "web-programming::http-client", "network-programming"]
description = "Fast and simple async downloads"
edition = "2018"
exclude = ["_git-journal", "git-journal*", ".gitjournal.toml", "template.toml"]
keywords = ["download", "http", "async"]
license = "MIT OR Apache-2.0"
name = "manic"
readme = "README.md"
repository = "https://github.com/x0f5c3/manic"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
targets = ["x86_64-apple-darwin", "x86_64-pc-windows-msvc", "x86_64-pc-windows-gnu", "aarch64-unknown-linux-gnu"]