piped-proxy/Cargo.toml

17 lines
451 B
TOML
Raw Normal View History

2022-11-02 16:39:52 +00:00
[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.2.1"
2022-11-11 20:42:44 +00:00
image = "0.24.5"
2022-11-02 16:39:52 +00:00
lazy_static = "1.4.0"
qstring = "0.7.2"
2023-01-09 18:03:42 +00:00
regex = "1.7.1"
2022-11-16 19:06:20 +00:00
reqwest = {version = "0.11.13", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
2023-01-18 01:46:21 +00:00
tokio = {version = "1.24.2", features = ["full"]}
2022-11-02 16:39:52 +00:00
webp = "0.2.2"