rusty-cat 0.1.2

Async HTTP client for resumable file upload and download.
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 = "rusty-cat"
version = "0.1.2"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async HTTP client for resumable file upload and download."
readme = "README.md"
keywords = [
    "async",
    "download",
    "http",
    "upload",
    "resume",
]
categories = [
    "asynchronous",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/0barman/rusty-cat"

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.md5]
version = "0.7"

[dependencies.reqwest]
version = "0.12.28"
features = [
    "multipart",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tokio]
version = "1.50.0"
features = [
    "rt-multi-thread",
    "sync",
    "macros",
    "io-util",
    "fs",
]
default-features = false

[dependencies.tokio-util]
version = "0.7.18"

[dependencies.uuid]
version = "1.23.0"
features = ["v4"]

[dev-dependencies.async-trait]
version = "0.1.89"

[dev-dependencies.tokio]
version = "1.50.0"
features = [
    "rt-multi-thread",
    "macros",
    "time",
]
default-features = false