1 Star 1 Fork 0

tickbh/wenmeng

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
tickbh 提交于 2024-02-27 14:47 +08:00 . 0.2.7 release fix header
[package]
name = "wenmeng"
version = "0.2.7"
edition = "2021"
authors = [ "tickbh <tickdream125@hotmail.com>" ]
description = "a http server for rust"
repository = "https://github.com/tickbh/wenmeng"
license = "Apache-2.0"
keywords = ["http2", "parse", "websocket", "server", "client"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.32.0", features = ["full", "tracing"] }
tokio-util = { version = "0.7.1", features = ["full"] }
tokio-stream = { version = "0.1.14" }
futures = { version = "0.3.0", features = ["thread-pool"]}
bytes = "1.4.0"
log="0.4.20"
tracing = { version = "0.1.21", default-features = false, features = ["std"] }
tokio-rustls="0.25.0"
webpki-roots = "0.26.0"
rustls="0.22.2"
rbtree = "0.2.0"
base64 = "0.21.4"
lazy_static = "1.4.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
flate2 = "1.0"
brotli = "3.4.0"
toml="0.8.2"
async-trait = "0.1.74"
sha1 = "0.10.6"
rand = "0.8.5"
# async-compression = {version="0.4.3", features=["all"]}
#"tokio", "brotli", "deflate", "gzip"
webparse="0.2.7"
# [dependencies.webparse]
# path="../webparse"
[dev-dependencies]
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
env_logger = "0.11.0"
dhat = {version="0.3.2"}
memory-stats = "1.0.0"
# console-subscriber = "0.2.0"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tickbh/wenmeng.git
git@gitee.com:tickbh/wenmeng.git
tickbh
wenmeng
wenmeng
main

搜索帮助