# 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.62" name = "thumbor" version = "0.1.11" authors = ["SteelAlloy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust client for the Thumbor image service" documentation = "https://docs.rs/thumbor" readme = "README.md" keywords = [ "client", "thumbor", "crop", "resize", "image", ] categories = [ "web-programming", "multimedia::images", ] license = "MIT" repository = "https://github.com/SteelAlloy/thumbor-rs" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [lib] name = "thumbor" path = "src/lib.rs" [dependencies.base64ct] version = "1.6.0" features = ["alloc"] [dependencies.bon] version = "2.3.0" [dependencies.hmac] version = "0.12.1" [dependencies.sha1] version = "0.10.6" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0.63"