Files
quoter/Cargo.toml
Untone ea92a376ed
Some checks failed
CI / test (push) Failing after 4m0s
CI / lint (push) Failing after 4s
CI / deploy (push) Has been skipped
docs
2025-08-02 00:18:09 +03:00

39 lines
993 B
TOML

[package]
name = "discoursio-quoter"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = "0.3.30"
serde_json = "1.0.115"
actix-web = "4.5.1"
actix-cors = "0.7.0"
reqwest = { version = "0.12.3", 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"] }
sentry-actix = "0.42"
aws-sdk-s3 = "1.47.0"
image = "0.25.2"
mime_guess = "2.0.5"
aws-config = "1.5.5"
actix-multipart = "0.7.2"
log = "0.4.22"
env_logger = "0.11.5"
actix = "0.13.5"
imageproc = "0.25.0"
ab_glyph = "0.2.29"
# libheif-sys = "1.12.0"
once_cell = "1.18"
kamadak-exif = "0.6.1"
infer = "0.19.0"
chrono = { version = "0.4", features = ["serde"] }
[[bin]]
name = "quoter"
path = "./src/main.rs"