gosh-dl-cli 0.2.7

Command-line interface for the gosh-dl 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 = "2021"
rust-version = "1.85"
name = "gosh-dl-cli"
version = "0.2.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the gosh-dl download engine"
readme = "README.md"
keywords = [
    "download",
    "cli",
    "tui",
    "download-manager",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/goshitsarch-eng/gosh-dl-cli"

[features]
default = ["tui"]
tui = [
    "dep:ratatui",
    "dep:crossterm",
    "dep:futures-util",
    "dep:tachyonfx",
    "dep:throbber-widgets-tui",
]

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "wrap_help",
    "color",
]

[dependencies.clap_complete]
version = "4"

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]
optional = true

[dependencies.directories]
version = "6"

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"
optional = true

[dependencies.gosh-dl]
version = "0.2.7"

[dependencies.hex]
version = "0.4"

[dependencies.indicatif]
version = "0.18"

[dependencies.ratatui]
version = "0.30"
features = ["crossterm"]
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tachyonfx]
version = "0.22"
optional = true

[dependencies.throbber-widgets-tui]
version = "0.10"
optional = true

[dependencies.tokio]
version = "1"
features = [
    "full",
    "sync",
    "time",
    "fs",
    "io-util",
]

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.urlencoding]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio-test]
version = "0.4"

[profile.release]
lto = "thin"
codegen-units = 1
strip = true