piped-proxy/Cargo.toml

20 lines
509 B
TOML
Raw Normal View History

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-07-12 08:12:16 +00:00
libwebp-sys = "0.9.2"
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-07-12 15:44:11 +00:00
ravif = "0.11.2"
rgb = "0.8.36"
2023-07-07 18:21:06 +00:00
regex = "1.9.1"
2023-05-16 23:06:41 +00:00
reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
2023-06-30 01:32:18 +00:00
tokio = {version = "1.29.1", features = ["full"]}