cloudinary 0.8.3

A Rust library for the Cloudinary API
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"
rust-version = "1.85.0"
name = "cloudinary"
version = "0.8.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for the Cloudinary API"
readme = "README.md"
keywords = [
    "cloudinary",
    "api",
    "image",
    "video",
    "upload",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Lurk/cloudinary_rs"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.base16ct]
version = "1.0.0"
features = ["alloc"]

[dependencies.chrono]
version = "0.4.44"

[dependencies.itertools]
version = "0.14.0"

[dependencies.mime]
version = "0.3.17"

[dependencies.reqwest]
version = "0.13.3"
features = [
    "json",
    "multipart",
    "stream",
    "rustls",
]

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha1]
version = "0.11.0"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt",
    "macros",
]

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

[dependencies.url]
version = "2.5.8"

[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[target."cfg(any())".dependencies.openssl]
version = "0.10.75"
optional = true