webpki 0.21.4

Web PKI X.509 Certificate Verification.
Documentation
[dependencies.ring]
default-features = false
features = ["alloc"]
version = "0.16.19"

[dependencies.untrusted]
version = "0.7.1"
[dev-dependencies.base64]
version = "0.9.1"

[features]
default = ["std", "trust_anchor_util"]
std = []
trust_anchor_util = ["std"]

[lib]
name = "webpki"
path = "src/webpki.rs"

[package]
authors = ["Brian Smith <brian@briansmith.org>"]
categories = ["cryptography", "no-std"]
description = "Web PKI X.509 Certificate Verification."
documentation = "https://briansmith.org/rustdoc/webpki/"
edition = "2018"
include = ["Cargo.toml", "LICENSE", "README.md", "src/calendar.rs", "src/cert.rs", "src/der.rs", "src/name.rs", "src/error.rs", "src/signed_data.rs", "src/time.rs", "src/trust_anchor_util.rs", "src/verify_cert.rs", "src/webpki.rs", "src/data/**/*", "tests/dns_name_tests.rs", "tests/integration.rs", "tests/misc/serial_neg.der", "tests/misc/serial_zero.der", "tests/netflix/ca.der", "tests/netflix/ee.der", "tests/netflix/inter.der", "tests/ed25519/ca.der", "tests/ed25519/ee.der", "third-party/chromium/**/*"]
license-file = "LICENSE"
name = "webpki"
readme = "README.md"
repository = "https://github.com/briansmith/webpki"
version = "0.21.4"
[profile.bench]
codegen-units = 1
debug = false
debug-assertions = false
lto = true
opt-level = 3
rpath = false

[profile.release]
codegen-units = 1
debug = false
debug-assertions = false
lto = true
opt-level = 3
rpath = false