native-tls 0.2.5

A wrapper over a platform's native TLS implementation
Documentation
[dev-dependencies.hex]
version = "0.4.2"

[features]
vendored = ["openssl/vendored"]

[package]
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "A wrapper over a platform's native TLS implementation"
license = "MIT/Apache-2.0"
name = "native-tls"
readme = "README.md"
repository = "https://github.com/sfackler/rust-native-tls"
version = "0.2.5"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.lazy_static]
version = "1.4.0"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.libc]
version = "0.2"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.security-framework]
version = "2.0.0"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.security-framework-sys]
version = "2.0.0"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.tempfile]
version = "3.1.0"
[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.log]
version = "0.4.5"

[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl]
version = "0.10.29"

[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl-probe]
version = "0.1"

[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl-sys]
version = "0.9.55"
[target."cfg(target_os = \"windows\")".dependencies.schannel]
version = "0.1.16"