1 Star 0 Fork 32

sharingsense/wmproxy

forked from tickbh/wmproxy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
tickbh 提交于 2023-11-10 14:20 . 0.2.0
[package]
name = "wmproxy"
version = "0.2.0"
edition = "2021"
authors = [ "tickbh <tickdream125@hotmail.com>" ]
description = " http https proxy by rust"
repository = "https://github.com/tickbh/wmproxy"
license = "Apache-2.0"
keywords = ["http2", "socks5", "nat","tunnel","https-proxy"]
[dependencies]
tokio = { version = "1", features = [
"net",
"fs",
"macros",
"io-std",
"io-util",
"rt",
"rt-multi-thread", # so examples can use #[tokio::main]
"sync",
"time",
"test-util",
] }
commander = "0.1.3"
forever-rs = { version = "0.1.0" }
log = "0.4.19"
bitflags="2.4"
tokio-util = "0.7"
rustls = { version = "0.21.7", default-features = false }
webpki-roots = "0.25"
rustls-pemfile = "1.0.3"
webpki = { version = "0.22", features = ["alloc", "std"] }
tokio-rustls="0.24"
futures-core = { version = "0.3", default-features = false }
futures = "0.3.28"
env_logger = "0.10.0"
serde = { version = "1.0", features = ["derive"] }
serde_with="3.4.0"
serde_yaml = "0.9"
serde_json = "1.0.107"
toml = "0.8.2"
webparse = { version = "0.2.0"}
wenmeng={version="0.2.0"}
lazy_static = "1.4.0"
rand = "0.8.5"
socket2 = "0.5.5"
# [dependencies.webparse]
# path = "../webparse"
# [dependencies.wenmeng]
# path = "../wenmeng"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sharingsense/wmproxy.git
git@gitee.com:sharingsense/wmproxy.git
sharingsense
wmproxy
wmproxy
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385