[dependencies.rustls]
version = "0.18.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"
[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.4.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 = "1.0.0"
[target."cfg(windows)".dependencies.schannel]
version = "0.1.15"