1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "webpki" 16version = "0.22.0" 17authors = ["Brian Smith <brian@briansmith.org>"] 18include = ["Cargo.toml", "LICENSE", "README.md", "src/calendar.rs", "src/cert.rs", "src/der.rs", "src/end_entity.rs", "src/error.rs", "src/name.rs", "src/name/dns_name.rs", "src/name/ip_address.rs", "src/name/verify.rs", "src/signed_data.rs", "src/time.rs", "src/trust_anchor.rs", "src/verify_cert.rs", "src/lib.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", "tests/ed25519/ca.der", "tests/ed25519/ee.der", "third-party/chromium/**/*"] 19description = "Web PKI X.509 Certificate Verification." 20documentation = "https://briansmith.org/rustdoc/webpki/" 21readme = "README.md" 22categories = ["cryptography", "no-std"] 23license-file = "LICENSE" 24repository = "https://github.com/briansmith/webpki" 25[package.metadata.docs.rs] 26all-features = true 27[profile.bench] 28opt-level = 3 29lto = true 30codegen-units = 1 31debug = false 32debug-assertions = false 33rpath = false 34 35[profile.release] 36opt-level = 3 37lto = true 38codegen-units = 1 39debug = false 40debug-assertions = false 41rpath = false 42 43[lib] 44name = "webpki" 45[dependencies.ring] 46version = "0.16.19" 47default-features = false 48 49[dependencies.untrusted] 50version = "0.7.1" 51[dev-dependencies.base64] 52version = "0.9.1" 53 54[features] 55alloc = ["ring/alloc"] 56std = ["alloc"] 57