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]
2023-02-26 07:00:12 +00:00
actix-web = "4.3.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-03-21 17:17:43 +00:00
regex = "1.7.2"
2023-03-20 18:42:02 +00:00
reqwest = {version = "0.11.15", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
2023-03-02 00:21:08 +00:00
tokio = {version = "1.26.0", features = ["full"]}
2022-11-02 16:39:52 +00:00
webp = "0.2.2"