2018-04-13 03:18:42 +02:00
|
|
|
[package]
|
|
|
|
name = "http-proxy"
|
2022-02-02 02:45:20 +01:00
|
|
|
version = "1.0.0"
|
2022-02-02 02:43:51 +01:00
|
|
|
edition = "2021"
|
2018-05-08 03:55:18 +02:00
|
|
|
|
2018-04-13 03:18:42 +02:00
|
|
|
[dependencies]
|
2022-12-21 15:49:28 +01:00
|
|
|
actix-web = { workspace = true, features = ["openssl"] }
|
2023-01-02 21:33:43 +01:00
|
|
|
awc.workspace = true
|
2022-02-02 03:02:47 +01:00
|
|
|
|
2022-10-26 17:51:27 +02:00
|
|
|
clap = { version = "4", features = ["derive"] }
|
2022-12-30 17:25:40 +01:00
|
|
|
env_logger.workspace = true
|
2023-01-02 21:33:43 +01:00
|
|
|
futures-util.workspace = true
|
2022-12-30 17:25:40 +01:00
|
|
|
log.workspace = true
|
2024-08-07 02:51:55 +02:00
|
|
|
reqwest.workspace = true
|
2023-01-02 21:33:43 +01:00
|
|
|
tokio.workspace = true
|
2023-01-01 21:22:50 +01:00
|
|
|
tokio-stream = { version = "0.1.3", features = ["sync"] }
|
2022-02-02 03:02:47 +01:00
|
|
|
url = "2.2"
|