Delete Cargo.tomle

Former-commit-id: 159c32ea822b8a57eb869ccf8181e99a0edfb3c8 [formerly f77c9ada342f5f1a7c3a025211d6a311206dfb87] [formerly ce672368ecf4045c12c172ae1fdd0de330411a45 [formerly 048e811567f52e02c3e9320228fcb853e1151e14]]
Former-commit-id: a0ef725782cf0f2a150b28b0188092fed1305eee [formerly 1e033e232ed947209d1633026137503e8d62ade4]
Former-commit-id: 05d57b8fbe6a2124ee2357685cb19c3fb719b9d9
Former-commit-id: 5cb8fb476768dbf7ac2bd40820fc84b63b339541
Former-commit-id: aff0089bf1ef1f11ca2ecccd2a947e501d8241e7
Former-commit-id: 95f0b4070715775bedc3fa1303d8576b145138a8 [formerly 96a73aa5f2b79d4f58175ba3b28437c091176b6f]
Former-commit-id: fa4ddc9ff6608070e7c25436eafc03fcec2a58ca
This commit is contained in:
Erèbe - Romain Gerard 2023-10-22 20:52:00 +02:00 committed by GitHub
parent c6e3ee5925
commit a9420e97fd

View file

@ -1,47 +0,0 @@
[package]
name = "wstunnel"
version = "7.1.0"
edition = "2021"
repository = "https://github.com/erebe/wstunnel.git"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.6", features = ["derive"]}
url = "2.4.1"
anyhow = "1.0.75"
hyper = { version = "0.14.27", features = ["client", "runtime"] }
#fastwebsockets = { version = "0.4.4", features = ["upgrade"]}
fastwebsockets = { git = "https://github.com/mmastrac/fastwebsockets", branch = "split", features = ["upgrade", "simd"]}
libc = { version = "0.2.149", features = []}
once_cell = { version = "1.18.0", features = [] }
ahash = { version = "0.8.3", features = []}
pin-project = "1"
scopeguard = "1.2.0"
uuid = { version = "1.5.0", features = ["v7", "serde"] }
jsonwebtoken = { version = "9.0.0", default-features = false }
rustls-pemfile = { version = "1.0.3", features = [] }
rustls-native-certs = { version = "0.6.3", features = [] }
tokio = { version = "1.33.0", features = ["full"] }
tokio-rustls = { version = "0.24.1", features = ["tls12", "dangerous_configuration", "early-data"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
fast-socks5 = { version = "0.9.1", features = [] }
futures-util = { version = "0.3.28" }
tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "fmt", "local-time"] }
base64 = "0.21.4"
serde = { version = "1.0.189", features = ["derive"] }
log = "0.4.20"
[target.'cfg(target_family = "unix")'.dependencies]
tokio-fd = "0.3.0"
[profile.release]
lto = "fat"
panic = "abort"
codegen-units = 1
opt-level = 3