# 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" rust-version = "1.65.0" name = "cloudinary" version = "0.7.0" build = 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" [lib] name = "cloudinary" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.chrono] version = "0.4.38" [dependencies.itertools] version = "0.13.0" [dependencies.mime] version = "0.3.17" [dependencies.reqwest] version = "0.12.7" features = [ "json", "multipart", "stream", ] [dependencies.serde] version = "1.0.210" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.128" [dependencies.sha1] version = "0.10.6" [dependencies.tokio] version = "1.40.0" features = [ "rt", "macros", ] [dependencies.tokio-util] version = "0.7.12" [dependencies.url] version = "2.5.2" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.pretty_assertions] version = "1.4.1" [target."cfg(any())".dependencies.openssl] version = "0.10.59" optional = true