piped-proxy/Cargo.toml

17 lines
450 B
TOML
Raw Normal View History

2022-11-02 13:39:52 -03: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 04:00:12 -03:00
actix-web = "4.3.1"
2023-03-24 23:48:24 -03:00
image = "0.24.6"
2023-03-25 12:25:51 -03:00
once_cell = "1.17.1"
2022-11-02 13:39:52 -03:00
qstring = "0.7.2"
2023-04-21 08:53:52 -04:00
regex = "1.8.1"
2023-04-28 13:48:32 -04:00
reqwest = {version = "0.11.17", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
2023-04-25 15:56:27 -04:00
tokio = {version = "1.28.0", features = ["full"]}
2022-11-02 13:39:52 -03:00
webp = "0.2.2"