x509-parser 0.16.0

Parser for the X.509 v3 format (RFC 5280 certificates)
Documentation
[dependencies.asn1-rs]
features = ["datetime"]
version = "0.6.1"

[dependencies.data-encoding]
version = "2.2.1"

[dependencies.der-parser]
features = ["bigint"]
version = "9.0"

[dependencies.lazy_static]
version = "1.4"

[dependencies.nom]
version = "7.0"

[dependencies.oid-registry]
features = ["crypto", "x509", "x962"]
version = "0.7"

[dependencies.ring]
optional = true
version = "0.17.7"

[dependencies.rusticata-macros]
version = "4.0"

[dependencies.thiserror]
version = "1.0.2"

[dependencies.time]
features = ["formatting"]
version = "0.3.20"

[features]
default = []
validate = []
verify = ["ring"]

[package]
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
categories = ["parser-implementations", "cryptography"]
description = "Parser for the X.509 v3 format (RFC 5280 certificates)"
edition = "2018"
homepage = "https://github.com/rusticata/x509-parser"
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"]
keywords = ["X509", "Certificate", "parser", "nom"]
license = "MIT OR Apache-2.0"
name = "x509-parser"
readme = "README.md"
repository = "https://github.com/rusticata/x509-parser.git"
rust-version = "1.63.0"
version = "0.16.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]