Files
web-petting/Cargo.toml
T
Ultradesu f7a89b431d
Build and Publish / Build and Publish Docker Image (push) Successful in 5m11s
Added video preview and http range support
2026-08-08 10:19:47 +01:00

24 lines
732 B
TOML

[package]
name = "web-petting"
version = "1.0.2"
edition = "2024"
[dependencies]
cot = { version = "0.6.0", default-features = false, features = ["postgres", "json"] }
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"] }