[package]
name = "webpki"
version = "0.18.1"
authors = ["Brian Smith <brian@briansmith.org>"]
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/**/*"]
description = "Web PKI X.509 Certificate Verification."
documentation = "https://briansmith.org/rustdoc/webpki/"
readme = "README.md"
categories = ["cryptography", "no-std"]
license-file = "LICENSE"
repository = "https://github.com/briansmith/webpki"
[profile.bench]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
[lib]
name = "webpki"
path = "src/webpki.rs"
[dependencies.ring]
version = "0.13.2"
[dependencies.untrusted]
version = "0.6.2"
[dev-dependencies.base64]
version = "0.9.1"
[features]
default = ["std", "trust_anchor_util"]
std = []
trust_anchor_util = ["std"]