# 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.75" name = "x509-certificate" version = "0.24.0" authors = ["Gregory Szorc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "X.509 certificate parser and utility functionality" homepage = "https://github.com/indygreg/cryptography-rs" readme = "README.md" keywords = [ "x509", "cryptography", "pki", ] license = "MPL-2.0" repository = "https://github.com/indygreg/cryptography-rs.git" [lib] name = "x509_certificate" path = "src/lib.rs" [dependencies.bcder] version = "0.7.4" [dependencies.bytes] version = "1.8.0" [dependencies.chrono] version = "0.4.38" features = ["clock"] default-features = false [dependencies.der] version = "0.7.9" features = [ "alloc", "zeroize", ] [dependencies.hex] version = "0.4.3" [dependencies.pem] version = "3.0.4" [dependencies.ring] version = "0.17.8" [dependencies.signature] version = "2.2.0" features = ["std"] [dependencies.spki] version = "0.7.3" features = ["alloc"] [dependencies.thiserror] version = "1.0.66" [dependencies.zeroize] version = "1.8.1" features = ["derive"] [features] test = []