piped-proxy/Cargo.toml

17 lines
450 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-03-25 15:25:51 +00:00
once_cell = "1.17.1"
2022-11-02 16:39:52 +00:00
qstring = "0.7.2"
2023-03-25 02:52:09 +00:00
regex = "1.7.3"
2023-03-27 22:53:45 +00:00
reqwest = {version = "0.11.16", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
2023-03-27 22:57:32 +00:00
tokio = {version = "1.27.0", features = ["full"]}
2022-11-02 16:39:52 +00:00
webp = "0.2.2"