piped-proxy/Cargo.toml

18 lines
477 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-07-11 06:39:14 +05:30
libwebp-sys = "0.9.1"
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-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"]}