2018-04-13 09:18:42 +08:00
|
|
|
[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"
|
2018-05-07 18:55:18 -07:00
|
|
|
|
2018-04-13 09:18:42 +08:00
|
|
|
[dependencies]
|
2022-12-21 23:49:28 +09:00
|
|
|
actix-web = { workspace = true, features = ["openssl"] }
|
2023-01-02 20:33:43 +00:00
|
|
|
awc.workspace = true
|
2022-02-02 02:02:47 +00:00
|
|
|
|
2022-10-26 16:51:27 +01:00
|
|
|
clap = { version = "4", features = ["derive"] }
|
2022-12-30 16:25:40 +00:00
|
|
|
env_logger.workspace = true
|
2023-01-02 20:33:43 +00:00
|
|
|
futures-util.workspace = true
|
2022-12-30 16:25:40 +00:00
|
|
|
log.workspace = true
|
2024-08-07 01:51:55 +01:00
|
|
|
reqwest.workspace = true
|
2023-01-02 20:33:43 +00:00
|
|
|
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"
|