# 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.63" name = "rustls-webpki" version = "0.102.8" build = false include = [ "Cargo.toml", "/LICENSE", "README.md", "src/aws_lc_rs_algs.rs", "src/calendar.rs", "src/cert.rs", "src/crl/mod.rs", "src/crl/types.rs", "src/der.rs", "src/end_entity.rs", "src/error.rs", "src/rpk_entity.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/ring_algs.rs", "src/alg_tests.rs", "src/time.rs", "src/trust_anchor.rs", "src/x509.rs", "src/verify_cert.rs", "src/lib.rs", "src/data/**/*", "tests/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Web PKI X.509 Certificate Verification." readme = "README.md" categories = [ "cryptography", "no-std", ] license = "ISC" repository = "https://github.com/rustls/webpki" [package.metadata.cargo_check_external_types] allowed_external_types = [ "rustls_pki_types::*", "rustls_pki_types", ] [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" path = "src/lib.rs" [[test]] name = "better_tls" path = "tests/better_tls.rs" [[test]] name = "cert_v1_unsupported" path = "tests/cert_v1_unsupported.rs" [[test]] name = "cert_without_extensions" path = "tests/cert_without_extensions.rs" [[test]] name = "client_auth" path = "tests/client_auth.rs" [[test]] name = "client_auth_revocation" path = "tests/client_auth_revocation.rs" [[test]] name = "crl_tests" path = "tests/crl_tests.rs" [[test]] name = "custom_ekus" path = "tests/custom_ekus.rs" [[test]] name = "integration" path = "tests/integration.rs" [[test]] name = "signatures" path = "tests/signatures.rs" [[test]] name = "tls_server_certs" path = "tests/tls_server_certs.rs" [dependencies.aws-lc-rs] version = "1.9" features = ["aws-lc-sys"] optional = true default-features = false [dependencies.pki-types] version = "1.7" default-features = false package = "rustls-pki-types" [dependencies.ring] version = "0.17" optional = true default-features = false [dependencies.untrusted] version = "0.9" [dev-dependencies.base64] version = "0.22" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.bzip2] version = "0.4.4" [dev-dependencies.once_cell] version = "1.17.2" [dev-dependencies.rcgen] version = "0.13" features = ["aws_lc_rs"] default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] alloc = [ "ring?/alloc", "pki-types/alloc", ] aws_lc_rs = ["dep:aws-lc-rs"] default = [ "std", "ring", ] ring = ["dep:ring"] std = [ "alloc", "pki-types/std", ]