# 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 = "tower-image-xform" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "🖼️ Image transformations as a `tower` middleware." homepage = "https://github.com/maxcountryman/tower-image-xform" documentation = "https://docs.rs/tower-image-xform" readme = "README.md" keywords = [ "image", "resize", "tower", "axum", "resize-images", ] categories = [ "web-programming::http-server", "web-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/maxcountryman/tower-image-xform" [lib] name = "tower_image_xform" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.bytes] version = "1.6.0" [dependencies.futures-util] version = "0.3.30" [dependencies.headers-accept] version = "0.1.3" [dependencies.hmac] version = "0.12.1" [dependencies.http] version = "1.1.0" [dependencies.http-body] version = "1.0.0" [dependencies.http-body-util] version = "0.1.1" [dependencies.image] version = "0.25.1" [dependencies.mediatype] version = "0.19.18" [dependencies.percent-encoding] version = "2.3.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.4" [dependencies.sha2] version = "0.10.8" [dependencies.subtle] version = "2.6.1" [dependencies.thiserror] version = "1.0.60" [dependencies.tokio] version = "1.37.0" [dependencies.tower-layer] version = "0.3.2" [dependencies.tower-service] version = "0.3.2" [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.url] version = "2.5.0" features = ["serde"] [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.axum] version = "0.7" [dev-dependencies.tokio] version = "1.37.0" features = ["full"] [dev-dependencies.tower] version = "0.4"