rustls-native-certs 0.5.0

rustls-native-certs allows rustls to use the platform native certificate store
Documentation
[dependencies.rustls]
optional = true
version = "0.19.0"
[dev-dependencies.ring]
version = "0.16.5"

[dev-dependencies.untrusted]
version = "0.7.0"

[dev-dependencies.webpki]
version = "0.21"

[dev-dependencies.webpki-roots]
version = "0"

[features]
default = ["rustls"]

[package]
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
categories = ["network-programming", "cryptography"]
description = "rustls-native-certs allows rustls to use the platform native certificate store"
edition = "2018"
homepage = "https://github.com/ctz/rustls-native-certs"
license = "Apache-2.0/ISC/MIT"
name = "rustls-native-certs"
readme = "README.md"
repository = "https://github.com/ctz/rustls-native-certs"
version = "0.5.0"
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
version = "0.1.2"
[target."cfg(target_os = \"macos\")".dependencies.security-framework]
version = "2.0.0"
[target."cfg(windows)".dependencies.schannel]
version = "0.1.15"