rustls-native-certs 0.2.0

rustls-native-certs allows rustls to use the platform native certificate store
Documentation
[package]
name = "rustls-native-certs"
version = "0.2.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 = "0.16.0"

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

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

[target.'cfg(target_os = "linux")'.dependencies]
openssl-probe = "0.1.2"

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