quoter/Cargo.toml
Untone 30000a4803
Some checks failed
deploy / deploy (push) Failing after 33s
0.1.1-cors-internal
2025-06-02 22:20:37 +03:00

38 lines
948 B
TOML

[package]
name = "discoursio-quoter"
version = "0.1.1"
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.38.1", features = ["tokio"] }
uuid = { version = "1.8.0", features = ["v4"] }
redis = { version = "0.31.0", features = ["tokio-comp"] }
tokio = { version = "1.37.0", features = ["full"] }
serde = { version = "1.0.209", features = ["derive"] }
sentry-actix = "0.38.1"
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"
[[bin]]
name = "quoter"
path = "./src/main.rs"