[package]
name = "rustls-native-certs"
version = "0.4.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.18.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(all(unix, not(target_os = "macos")))'.dependencies]
openssl-probe = "0.1.2"
[target.'cfg(target_os = "macos")'.dependencies]
security-framework = "1.0.0"