1 Star 6 Fork 0

sAGiTTaR/thru

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 944 Bytes
一键复制 编辑 原始数据 按行查看 历史
sAGiTTaR 提交于 2024-05-28 22:38 . bump quinn to 0.11.1
[package]
name = "thru"
version = "0.1.5"
authors = ["Don Han <plestoon@email.com>"]
license = "MIT"
description = "A QUIC tunnel for TCP/UDP"
readme = "README.md"
homepage = "https://github.com/plestoon/thru"
repository = "https://github.com/plestoon/thru"
keywords = ["cli", "tunnel", "QUIC", "TCP", "UDP"]
categories = ["command-line-utilities"]
edition = "2021"
rust-version = "1.77.0"
[dependencies]
anyhow = "1.0.81"
bytes = "1.6.0"
clap = { version = "4.5.2", features = ["derive"] }
futures-util = { version = "0.3.30", features = ["futures-sink"] }
pin-project-lite = "0.2.13"
quinn = { version = "0.11.1", features = ["ring"] }
rustls = { version = "0.23.5", features = ["ring"] }
rustls-pemfile = "2.1.2"
sender-sink = "0.2.1"
tokio = { version = "1.36.0", features = ["full"] }
tokio-stream = { version = "0.1.15", features = ["sync"] }
tokio-util = { version = "0.7.10", features = ["full"] }
url = "2.5.0"
[[bin]]
name = "thru"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/sagittar/thru.git
git@gitee.com:sagittar/thru.git
sagittar
thru
thru
main

搜索帮助

Cb406eda 1850385 E526c682 1850385