webpki 0.19.0

Web PKI X.509 Certificate Verification.
Documentation
[dependencies.ring]
version = "0.14"

[dependencies.untrusted]
version = "0.6.2"
[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/"
include = ["Cargo.toml", "LICENSE", "README.md", "src/", "src/calendar.rs", "src/cert.rs", "src/der.rs", "src/name.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", "third-party/chromium/**/*"]
license-file = "LICENSE"
name = "webpki"
readme = "README.md"
repository = "https://github.com/briansmith/webpki"
version = "0.19.0"
[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