2 Star 0 Fork 0

mirrors_sfackler/hyper-openssl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
Steven Fackler 提交于 2023-12-04 21:10 . Release v0.10.2
[package]
name = "hyper-openssl"
version = "0.10.2"
authors = ["Steven Fackler <[email protected]>"]
edition = "2021"
description = "Hyper TLS support via OpenSSL"
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/hyper-openssl"
readme = "README.md"
rust-version = "1.68"
[package.metadata.docs.rs]
all-features = true
[features]
default = []
client-legacy = [
"dep:http",
"dep:hyper-util",
"dep:linked_hash_set",
"dep:once_cell",
"dep:parking_lot",
"dep:pin-project",
"dep:tower-layer",
"dep:tower-service",
"hyper-util?/client-legacy",
]
tokio = ["hyper-util?/tokio"]
[dependencies]
http = { version = "1.0.0", optional = true }
hyper = "1.0.1"
hyper-util = { version = "0.1", optional = true }
linked_hash_set = { version = "0.1", optional = true }
once_cell = { version = "1", optional = true }
openssl = "0.10.61"
openssl-sys = "0.9.26"
parking_lot = { version = "0.12", optional = true }
pin-project = { version = "1.1.3", optional = true }
tower-layer = { version = "0.3", optional = true }
tower-service = { version = "0.3", optional = true }
[dev-dependencies]
hyper = { version = "1", features = ["full"] }
hyper-util = { version = "0.1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_sfackler/hyper-openssl.git
[email protected]:mirrors_sfackler/hyper-openssl.git
mirrors_sfackler
hyper-openssl
hyper-openssl
master

搜索帮助