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-05-23 08:33:52 +05:30
|
|
|
mimalloc = "0.1.37"
|
2023-06-04 19:34:18 +05:30
|
|
|
once_cell = "1.18.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
qstring = "0.7.2"
|
2023-05-26 00:58:58 +05:30
|
|
|
regex = "1.8.3"
|
2023-05-17 04:36:41 +05:30
|
|
|
reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
|
2023-05-28 05:58:24 +05:30
|
|
|
tokio = {version = "1.28.2", features = ["full"]}
|
2022-11-02 22:09:52 +05:30
|
|
|
webp = "0.2.2"
|