takanawa-cli 0.2.0

Command-line downloader using the Takanawa resumable range download engine
# 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"
rust-version = "1.85"
name = "takanawa-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line downloader using the Takanawa resumable range download engine"
readme = "README.md"
keywords = [
    "download",
    "range",
    "resume",
    "cli",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/yetanother.ai/takanawa"
resolver = "2"

[[bin]]
name = "takanawa"
path = "src/main.rs"

[dependencies.hex]
version = "0.4"

[dependencies.takanawa-core]
version = "0.2.0"

[dependencies.takanawa-http]
version = "0.2.0"
features = ["tls-rustls"]
default-features = false

[dependencies.tokio]
version = "1.41"
features = [
    "fs",
    "io-util",
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "warn"