[dependencies.indicatif]
optional = true
version = "0.15.0"
[dependencies.reqwest]
default-features = false
features = ["stream", "rustls-tls"]
version = "0.11.0"
[dependencies.sha2]
version = "0.9.2"
[dependencies.thiserror]
version = "1.0.23"
[dependencies.tokio]
features = ["fs", "rt-multi-thread", "macros"]
version = "^1.0"
[dependencies.tracing]
features = ["log"]
version = "0.1.22"
[dependencies.tracing-futures]
version = "0.2.4"
[dependencies.url]
version = "2.2.0"
[dev-dependencies.pretty_env_logger]
version = "0.4.0"
[features]
default = []
json = ["reqwest/json"]
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 = [".idea", ".gtm"]
keywords = ["download", "http", "async"]
license = "MIT OR Apache-2.0"
name = "manic"
readme = "README.md"
repository = "https://github.com/x0f5c3/manic"
version = "0.5.5"
[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"]