rustls-native-certs 0.7.0

rustls-native-certs allows rustls to use the platform native certificate store
Documentation
[dependencies.pki-types]
package = "rustls-pki-types"
version = "1"

[dependencies.rustls-pemfile]
version = "2"
[dev-dependencies.ring]
version = "0.16.5"

[dev-dependencies.rustls]
version = "0.22"

[dev-dependencies.rustls-webpki]
version = "0.102"

[dev-dependencies.serial_test]
version = "2"

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

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

[dev-dependencies.x509-parser]
version = "0.15"

[package]
categories = ["network-programming", "cryptography"]
description = "rustls-native-certs allows rustls to use the platform native certificate store"
edition = "2021"
homepage = "https://github.com/rustls/rustls-native-certs"
license = "Apache-2.0 OR ISC OR MIT"
name = "rustls-native-certs"
readme = "README.md"
repository = "https://github.com/rustls/rustls-native-certs"
rust-version = "1.60"
version = "0.7.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"
[target."cfg(windows)".dependencies.schannel]
version = "0.1.15"