114 lines
2.2 KiB
TOML
114 lines
2.2 KiB
TOML
# 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 are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2021"
|
|
rust-version = "1.61"
|
|
name = "rustls-webpki"
|
|
version = "0.101.7"
|
|
include = [
|
|
"Cargo.toml",
|
|
"/LICENSE",
|
|
"README.md",
|
|
"src/calendar.rs",
|
|
"src/cert.rs",
|
|
"src/crl.rs",
|
|
"src/der.rs",
|
|
"src/end_entity.rs",
|
|
"src/error.rs",
|
|
"src/subject_name/dns_name.rs",
|
|
"src/subject_name/ip_address.rs",
|
|
"src/subject_name/mod.rs",
|
|
"src/subject_name/name.rs",
|
|
"src/subject_name/verify.rs",
|
|
"src/name/verify.rs",
|
|
"src/name/name.rs",
|
|
"src/signed_data.rs",
|
|
"src/time.rs",
|
|
"src/trust_anchor.rs",
|
|
"src/x509.rs",
|
|
"src/verify_cert.rs",
|
|
"src/lib.rs",
|
|
"src/data/**/*",
|
|
"tests/**",
|
|
]
|
|
description = "Web PKI X.509 Certificate Verification."
|
|
readme = "README.md"
|
|
categories = [
|
|
"cryptography",
|
|
"no-std",
|
|
]
|
|
license = "ISC"
|
|
repository = "https://github.com/rustls/webpki"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"docsrs",
|
|
]
|
|
|
|
[profile.bench]
|
|
opt-level = 3
|
|
lto = true
|
|
codegen-units = 1
|
|
debug = 0
|
|
debug-assertions = false
|
|
rpath = false
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|
|
codegen-units = 1
|
|
debug = 0
|
|
debug-assertions = false
|
|
rpath = false
|
|
|
|
[lib]
|
|
name = "webpki"
|
|
|
|
[[bench]]
|
|
name = "benchmarks"
|
|
path = "benches/benchmark.rs"
|
|
harness = false
|
|
|
|
[dependencies.ring]
|
|
version = "0.17"
|
|
default-features = false
|
|
|
|
[dependencies.untrusted]
|
|
version = "0.9"
|
|
|
|
[dev-dependencies.base64]
|
|
version = "0.21"
|
|
|
|
[dev-dependencies.bencher]
|
|
version = "0.1.5"
|
|
|
|
[dev-dependencies.once_cell]
|
|
version = "1.17.2"
|
|
|
|
[dev-dependencies.rcgen]
|
|
version = "0.11.3"
|
|
default-features = false
|
|
|
|
[dev-dependencies.serde]
|
|
version = "1.0"
|
|
features = ["derive"]
|
|
|
|
[dev-dependencies.serde_json]
|
|
version = "1.0"
|
|
|
|
[features]
|
|
alloc = ["ring/alloc"]
|
|
default = ["std"]
|
|
std = ["alloc"]
|