[package] edition = "2021" name = "piped-proxy" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web = "4.3.0" image = "0.24.5" lazy_static = "1.4.0" qstring = "0.7.2" regex = "1.7.1" reqwest = {version = "0.11.14", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false} tokio = {version = "1.25.0", features = ["full"]} webp = "0.2.2"