This commit is contained in:
trisua 2025-08-24 12:01:36 -04:00
commit 7607c8079d
8 changed files with 2621 additions and 0 deletions

17
Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[package]
name = "axum-image"
description = "Image extractors for Axum"
version = "0.1.0"
edition = "2024"
authors = ["trisuaso"]
repository = "https://trisua.com/t/axum-image"
license = "AGPL-3.0-or-later"
readme = "./README.md"
[dependencies]
axum = { version = "0.8.4", features = ["macros"] }
axum-extra = { version = "0.10.1", features = ["multipart"] }
image = "0.25.6"
webp = "0.3.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.142"