gdown-core 0.1.0

Core download logic for Google Drive
Documentation
# 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-core"
version = "0.1.0"
authors = ["gdown-rs contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core download logic for Google Drive"
documentation = "https://docs.rs/gdown-core"
readme = false
license = "MIT"
repository = "https://github.com/yourusername/gdown-rs"

[lib]
name = "gdown_core"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.bzip2]
version = "0.6"

[dependencies.cookie]
version = "0.18"

[dependencies.dirs]
version = "5"

[dependencies.flate2]
version = "1"

[dependencies.futures]
version = "0.3"

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

[dependencies.indicatif]
version = "0.17"

[dependencies.md-5]
version = "0.10"

[dependencies.regex]
version = "1"

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

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.zip]
version = "2.2"

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