16 Star 0 Fork 3

OH RISC-V SIG/third_party_rust_rust-native-tls

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 940 Bytes
一键复制 编辑 原始数据 按行查看 历史
Steven Fackler 提交于 2022-11-01 13:06 . Release v0.2.11
[package]
name = "native-tls"
version = "0.2.11"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A wrapper over a platform's native TLS implementation"
repository = "https://github.com/sfackler/rust-native-tls"
readme = "README.md"
[package.metadata.docs.rs]
features = ["alpn"]
rustdoc-args = ["--cfg", "docsrs"]
[features]
vendored = ["openssl/vendored"]
alpn = ["security-framework/alpn"]
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
security-framework = "2.0.0"
security-framework-sys = "2.0.0"
lazy_static = "1.4.0"
libc = "0.2"
tempfile = "3.1.0"
[target.'cfg(target_os = "windows")'.dependencies]
schannel = "0.1.17"
[target.'cfg(not(any(target_os = "windows", target_os = "macos", target_os = "ios")))'.dependencies]
log = "0.4.5"
openssl = "0.10.29"
openssl-sys = "0.9.55"
openssl-probe = "0.1"
[dev-dependencies]
tempfile = "3.0"
test-cert-gen = "0.7"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/riscv-sig/third_party_rust_rust-native-tls.git
git@gitee.com:riscv-sig/third_party_rust_rust-native-tls.git
riscv-sig
third_party_rust_rust-native-tls
third_party_rust_rust-native-tls
master

搜索帮助