cyberdrop-client 0.4.6

Rust API client for Cyberdrop, with async support and typed models. Also works for bunkr.cr
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 = "2024"
name = "cyberdrop-client"
version = "0.4.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust API client for Cyberdrop, with async support and typed models. Also works for bunkr.cr"
homepage = "https://cyberdrop.cr"
documentation = "https://docs.rs/cyberdrop-client"
readme = "README.md"
keywords = [
    "cyberdrop",
    "api",
    "client",
    "async",
    "upload",
]
categories = [
    "api-bindings",
    "asynchronous",
    "network-programming",
    "web-programming",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/11philip22/cyberdrop-rs"

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

[[example]]
name = "create_album"
path = "examples/create_album.rs"

[[example]]
name = "edit_album"
path = "examples/edit_album.rs"

[[example]]
name = "list_album_files"
path = "examples/list_album_files.rs"

[[example]]
name = "list_albums"
path = "examples/list_albums.rs"

[[example]]
name = "login"
path = "examples/login.rs"

[[example]]
name = "register"
path = "examples/register.rs"

[[example]]
name = "request_new_album_link"
path = "examples/request_new_album_link.rs"

[[example]]
name = "upload_file"
path = "examples/upload_file.rs"

[dependencies.bytes]
version = "1"

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

[dependencies.mime_guess]
version = "2.0"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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

[dependencies.tokio-util]
version = "0.7"
features = ["io"]

[dependencies.url]
version = "2.5"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]