simpler-auth+no-overlay
Some checks failed
Deploy / deploy (push) Has been skipped
CI / lint (push) Failing after 8s
CI / test (push) Failing after 3m57s

This commit is contained in:
2025-09-01 20:36:15 +03:00
parent a44bf3302b
commit 6c3262edbe
20 changed files with 1516 additions and 686 deletions

View File

@@ -1,35 +1,35 @@
[package]
name = "quoter"
version = "0.3.0"
version = "0.5.0"
edition = "2024"
[dependencies]
futures = "0.3.30"
serde_json = "1.0.115"
actix-web = "4.5.1"
serde_json = "1.0.143"
actix-web = "4.11.0"
actix-cors = "0.7.0"
reqwest = { version = "0.12.3", features = ["json"] }
reqwest = { version = "0.12.23", features = ["json"] }
sentry = { version = "0.42", features = ["tokio"] }
uuid = { version = "1.8.0", features = ["v4"] }
redis = { version = "0.32", features = ["tokio-comp"] }
tokio = { version = "1.37.0", features = ["full"] }
serde = { version = "1.0.209", features = ["derive"] }
uuid = { version = "1.18.0", features = ["v4"] }
redis = { version = "0.32.5", features = ["tokio-comp"] }
tokio = { version = "1.47.1", features = ["full"] }
serde = { version = "1.0.219", features = ["derive"] }
sentry-actix = "0.42"
aws-sdk-s3 = "1.47.0"
image = "0.25.2"
aws-sdk-s3 = "1.104.0"
image = "0.25.7"
mime_guess = "2.0.5"
aws-config = "1.5.5"
aws-config = "1.8.6"
actix-multipart = "0.7.2"
log = "0.4.22"
env_logger = "0.11.5"
env_logger = "0.11.8"
actix = "0.13.5"
imageproc = "0.25.0"
ab_glyph = "0.2.29"
# libheif-sys = "1.12.0"
once_cell = "1.18"
once_cell = "1.21.3"
kamadak-exif = "0.6.1"
infer = "0.19.0"
chrono = { version = "0.4", features = ["serde"] }
jsonwebtoken = "9.2.0"
base64 = "0.22.1"
[[bin]]
name = "quoter"