Skip to content

Commit

Permalink
0.2.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tickbh committed Jan 17, 2024
1 parent 6eb05d9 commit 60901ca
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
[package]
name = "wmproxy"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
authors = [ "tickbh <[email protected]>" ]
authors = ["tickbh <[email protected]>"]
description = " http https proxy by rust"
repository = "https://github.com/tickbh/wmproxy"
license = "Apache-2.0"
keywords = ["http2", "socks5", "websocket", "nginx","proxy"]
keywords = ["http2", "socks5", "websocket", "nginx", "proxy"]

[dependencies]

tokio = { version = "1.32.0", features = ["full", "tracing"] }
forever-rs = { version = "0.1.0" }
log = "0.4.19"
bitflags="2.4"
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"
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_with = "3.4.0"
serde_yaml = "0.9"
serde_json = "1.0.107"
toml = "0.8.2"
lazy_static = "1.4.0"
rand = "0.8.5"
socket2 = "0.5.5"

log4rs="1.2.0"
log4rs = "1.2.0"

chrono = "0.4.31"

Expand All @@ -47,10 +47,15 @@ async-std = "1.12.0"

base64 = "0.21.4"
async-recursion = "1.0.5"
bpaf = { version="0.9.8", features = ["derive", "extradocs", "batteries", "autocomplete"]}
webparse = { version = "0.2.3"}
# wenmeng={version="0.2.3"}
wenmeng={git="https://github.com/tickbh/wenmeng.git"}
bpaf = { version = "0.9.8", features = [
"derive",
"extradocs",
"batteries",
"autocomplete",
] }
webparse = { version = "0.2.4" }
wenmeng = { version = "0.2.4" }
# wenmeng={git="https://github.com/tickbh/wenmeng.git"}
# [dependencies.webparse]
# path = "../webparse"

Expand Down

0 comments on commit 60901ca

Please sign in to comment.