[[bin]]
name = "iskra"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.futures-util]
version = "0.3"
[dependencies.indicatif]
version = "0.17"
[dependencies.reqwest]
features = ["json", "rustls-tls", "stream"]
version = "0.12"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tokio-util]
features = ["io"]
version = "0.7"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
[dev-dependencies.hyper]
features = ["full"]
version = "0.14"
[lib]
name = "iskra"
path = "src/lib.rs"
[package]
authors = ["Blake Park <blake.r.park@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "network-programming"]
description = "A safe, modern, Rust-native data transfer tool."
documentation = "https://docs.rs/iskra"
edition = "2021"
keywords = ["http", "cli", "download", "rust"]
license = "MIT OR Apache-2.0"
name = "iskra"
readme = "README.md"
repository = "https://github.com/ParkBlake/iskra"
version = "0.2.1"