rustls-native-certs 0.5.0

rustls-native-certs allows rustls to use the platform native certificate store
Documentation
[package]
name = "rustls-native-certs"
version = "0.5.0"
edition = "2018"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0/ISC/MIT"
readme = "README.md"
description = "rustls-native-certs allows rustls to use the platform native certificate store"
homepage = "https://github.com/ctz/rustls-native-certs"
repository = "https://github.com/ctz/rustls-native-certs"
categories = ["network-programming", "cryptography"]

[dependencies]
rustls = { version = "0.19.0", optional = true }

[dev-dependencies]
webpki = "0.21"
webpki-roots = "0"
ring = "0.16.5"
untrusted = "0.7.0"

[features]
default = ["rustls"]

[target.'cfg(windows)'.dependencies]
schannel = "0.1.15"

[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
openssl-probe = "0.1.2"

[target.'cfg(target_os = "macos")'.dependencies]
security-framework = "2.0.0"