[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] futures = "0.3" tokio = { version = "1.38", 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.12", features = ["stream"] } anyhow = "1.0" sentry = "0.34" dotenvy = "0.15" axum-macros = "0.4" magic-crypt = "3.1" async-trait = "0.1" serde = "1.0" serde_yaml = "0.9" base64 = "0.22" regex = "1.10" serde_regex = "1.1"