imgproxy-rs/Cargo.toml
2023-12-25 13:46:32 +01:00

28 lines
No EOL
665 B
TOML

[package]
name = "imgproxy-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.35", features = ["full", "tracing"] }
tracing = "0.1"
tracing-subscriber = "0.3"
tokio-stream = "0.1"
tokio-util = "0.7"
axum = { version = "0.7" }
reqwest = { version = "0.11", features = ["stream"] }
anyhow = "1.0"
sentry = "0.32"
dotenvy = "0.15"
thiserror = "1.0"
axum-macros = "0.4"
magic-crypt = "3.1"
async-trait = "0.1"
queryst = "3"
clap = { version = "4.4.10", features = ["derive"] }
serde = "1.0"
serde_yaml = "0.9"
regex = "1.10"
serde_regex = "1.1"