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"
|
2023-03-25 02:48:24 +00:00
|
|
|
image = "0.24.6"
|
2023-05-23 03:03:52 +00:00
|
|
|
mimalloc = "0.1.37"
|
2023-06-04 14:04:18 +00:00
|
|
|
once_cell = "1.18.0"
|
2022-11-02 16:39:52 +00:00
|
|
|
qstring = "0.7.2"
|
2023-06-05 14:49:32 +00:00
|
|
|
regex = "1.8.4"
|
2023-05-16 23:06:41 +00:00
|
|
|
reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
|
2023-05-28 00:28:24 +00:00
|
|
|
tokio = {version = "1.28.2", features = ["full"]}
|
2022-11-02 16:39:52 +00:00
|
|
|
webp = "0.2.2"
|