Files
web-petting/Cargo.toml
T
Ultradesu 2389bca42b
Build and Publish / Build and Publish Docker Image (push) Successful in 1m24s
Fixed image transcoding. Paying attention to EXIF orientation data
2026-06-04 13:08:34 +03:00

24 lines
697 B
TOML

[package]
name = "web-petting"
version = "0.1.14"
edition = "2024"
[dependencies]
cot = { version = "0.6.0", features = ["sqlite"] }
chrono = "0.4"
chrono-tz = "0.10"
serde = { version = "1", features = ["derive"] }
serde_html_form = "0.4"
password-auth = "1"
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] }
serde_json = "1"
multer = "3"
futures = "0.3"
image = { version = "0.25", default-features = false, features = ["jpeg", "png", "webp"] }
tokio = { version = "1", features = ["fs"] }
uuid = { version = "1", features = ["v4"] }
base64 = "0.22"
urlencoding = "2"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }