1
0
mirror of https://github.com/actix/examples synced 2025-01-22 14:05:55 +01:00
examples/http-proxy/Cargo.toml

18 lines
405 B
TOML
Raw Permalink Normal View History

[package]
name = "http-proxy"
2022-02-02 01:45:20 +00:00
version = "1.0.0"
2022-02-02 01:43:51 +00:00
edition = "2021"
[dependencies]
actix-web = { workspace = true, features = ["openssl"] }
awc.workspace = true
2022-02-02 02:02:47 +00:00
2022-10-26 16:51:27 +01:00
clap = { version = "4", features = ["derive"] }
env_logger.workspace = true
futures-util.workspace = true
log.workspace = true
2024-08-07 01:51:55 +01:00
reqwest.workspace = true
tokio.workspace = true
2023-01-01 20:22:50 +00:00
tokio-stream = { version = "0.1.3", features = ["sync"] }
2022-02-02 02:02:47 +00:00
url = "2.2"