piped-proxy/Cargo.toml

17 lines
450 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"
2023-03-25 08:18:24 +05:30
image = "0.24.6"
2023-03-25 20:55:51 +05:30
once_cell = "1.17.1"
2022-11-02 22:09:52 +05:30
qstring = "0.7.2"
2023-03-25 08:22:09 +05:30
regex = "1.7.3"
2023-03-21 00:12:02 +05:30
reqwest = {version = "0.11.15", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
2023-03-02 05:51:08 +05:30
tokio = {version = "1.26.0", features = ["full"]}
2022-11-02 22:09:52 +05:30
webp = "0.2.2"