piped-proxy/Cargo.toml

17 lines
451 B
TOML
Raw Normal View History

2022-11-02 22:09:52 +05:30
[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]
2023-02-26 12:30:12 +05:30
actix-web = "4.3.1"
2022-11-12 02:12:44 +05:30
image = "0.24.5"
2022-11-02 22:09:52 +05:30
lazy_static = "1.4.0"
qstring = "0.7.2"
2023-01-09 23:33:42 +05:30
regex = "1.7.1"
2023-01-20 04:24:15 +05:30
reqwest = {version = "0.11.14", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
2023-01-30 05:38:02 +05:30
tokio = {version = "1.25.0", features = ["full"]}
2022-11-02 22:09:52 +05:30
webp = "0.2.2"