# 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 = "2018" rust-version = "1.63.0" name = "x509-parser" version = "0.16.0" authors = ["Pierre Chifflier "] include = [ "CHANGELOG.md", "LICENSE-*", "README.md", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs", "src/extensions/*.rs", "src/validate/*.rs", "tests/*.rs", "assets/*.crl", "assets/*.csr", "assets/*.der", "assets/*.pem", "assets/crl-ext/*.der", "examples/*.rs", ] description = "Parser for the X.509 v3 format (RFC 5280 certificates)" homepage = "https://github.com/rusticata/x509-parser" readme = "README.md" keywords = [ "X509", "Certificate", "parser", "nom", ] categories = [ "parser-implementations", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rusticata/x509-parser.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.asn1-rs] version = "0.6.1" features = ["datetime"] [dependencies.data-encoding] version = "2.2.1" [dependencies.der-parser] version = "9.0" features = ["bigint"] [dependencies.lazy_static] version = "1.4" [dependencies.nom] version = "7.0" [dependencies.oid-registry] version = "0.7" features = [ "crypto", "x509", "x962", ] [dependencies.ring] version = "0.17.7" optional = true [dependencies.rusticata-macros] version = "4.0" [dependencies.thiserror] version = "1.0.2" [dependencies.time] version = "0.3.20" features = ["formatting"] [features] default = [] validate = [] verify = ["ring"]