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-07-12 13:42:16 +05:30
|
|
|
libwebp-sys = "0.9.2"
|
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-07-12 21:14:11 +05:30
|
|
|
ravif = "0.11.2"
|
|
|
|
rgb = "0.8.36"
|
2023-07-07 23:51:06 +05:30
|
|
|
regex = "1.9.1"
|
2023-05-17 04:36:41 +05:30
|
|
|
reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
|
2023-06-30 07:02:18 +05:30
|
|
|
tokio = {version = "1.29.1", features = ["full"]}
|