[dependencies.base64]
optional = true
version = "0.22"
[dependencies.jni]
default-features = false
optional = true
version = "0.19"
[dependencies.log]
version = "0.4"
[dependencies.once_cell]
version = "1.9"
[dependencies.paste]
default-features = false
optional = true
version = "1.0"
[dependencies.rustls]
default-features = false
features = ["std"]
version = "0.23.16"
[dev-dependencies.paste]
default-features = false
version = "1.0"
[dev-dependencies.rustls]
default-features = false
features = ["ring"]
version = "0.23"
[features]
cert-logging = ["base64"]
dbg = []
docsrs = ["jni"]
ffi-testing = ["android_logger", "rustls/ring", "paste"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "rustls_platform_verifier"
path = "src/lib.rs"
[package]
authors = ["ComplexSpaces <complexspacescode@gmail.com>", "1Password"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "rustls-platform-verifier supports verifying TLS certificates in rustls with the operating system verifier"
edition = "2021"
keywords = ["tls", "certificate", "verification", "os", "native"]
license = "MIT OR Apache-2.0"
name = "rustls-platform-verifier"
readme = "README.md"
repository = "https://github.com/rustls/rustls-platform-verifier"
rust-version = "1.64.0"
version = "0.4.0"
[package.metadata.docs.rs]
features = ["dbg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
[target.'cfg(all(unix, not(target_os = "android"), not(target_vendor = "apple"), not(target_arch = "wasm32")))'.dependencies.rustls-native-certs]
version = "0.7"
[target.'cfg(all(unix, not(target_os = "android"), not(target_vendor = "apple"), not(target_arch = "wasm32")))'.dependencies.webpki]
default-features = false
package = "rustls-webpki"
version = "0.102"
[target.'cfg(any(target_vendor = "apple"))'.dependencies.core-foundation]
version = "0.9"
[target.'cfg(any(target_vendor = "apple"))'.dependencies.core-foundation-sys]
version = "0.8"
[target.'cfg(any(target_vendor = "apple"))'.dependencies.security-framework]
features = ["OSX_10_14"]
version = "2.10"
[target.'cfg(any(target_vendor = "apple"))'.dependencies.security-framework-sys]
features = ["OSX_10_14"]
version = "2.10"
[target.'cfg(target_arch = "wasm32")'.dependencies.webpki]
default-features = false
package = "rustls-webpki"
version = "0.102"
[target.'cfg(target_arch = "wasm32")'.dependencies.webpki-root-certs]
version = "0.26"
[target.'cfg(target_os = "android")'.dependencies.android_logger]
optional = true
version = "0.13"
[target.'cfg(target_os = "android")'.dependencies.jni]
default-features = false
version = "0.19"
[target.'cfg(target_os = "android")'.dependencies.rustls-platform-verifier-android]
version = "0.1.0"
[target.'cfg(target_os = "android")'.dependencies.webpki]
default-features = false
package = "rustls-webpki"
version = "0.102"
[target.'cfg(target_os = "freebsd")'.dev-dependencies.webpki-root-certs]
version = "0.26"
[target."cfg(windows)".dependencies.windows-sys]
default-features = false
features = ["Win32_Foundation", "Win32_Security_Cryptography"]
version = "0.52"