gdown-cli 0.1.0

CLI for downloading files from Google Drive
# 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"
name = "gdown-cli"
version = "0.1.0"
authors = ["gdown-rs contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for downloading files from Google Drive"
documentation = "https://docs.rs/gdown-cli"
readme = false
license = "MIT"
repository = "https://github.com/yourusername/gdown-rs"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.gdown-core]
version = "0.1.0"

[dependencies.indicatif]
version = "0.17"

[dependencies.reqwest]
version = "0.12"
features = [
    "cookies",
    "multipart",
    "stream",
]

[dependencies.scraper]
version = "0.21"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

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

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