x509-parser 0.12.0

Parser for the X.509 v3 format (RFC 5280 certificates)
Documentation
[dependencies.base64]
version = "0.13"

[dependencies.chrono]
default-features = false
features = ["std"]
version = "0.4"

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

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

[dependencies.lazy_static]
version = "1.4"

[dependencies.nom]
version = "7.0"

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

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

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

[dependencies.thiserror]
version = "1.0"

[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", "tests/*.rs", "assets/*.crl", "assets/*.csr", "assets/*.der", "assets/*.pem", "assets/crl-ext/*.der", "examples/*.rs"]
keywords = ["X509", "Certificate", "parser", "nom"]
license = "MIT/Apache-2.0"
name = "x509-parser"
readme = "README.md"
repository = "https://github.com/rusticata/x509-parser.git"
version = "0.12.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]