blob: a3de46a9204c30420b4f08e05441f5463d527bc6 [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "webpki"
version = "0.21.0"
authors = ["Brian Smith <brian@briansmith.org>"]
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", "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.16.0"
[dependencies.untrusted]
version = "0.7.0"
[dev-dependencies.base64]
version = "0.9.1"
[features]
default = ["std", "trust_anchor_util"]
std = []
trust_anchor_util = ["std"]