x509-parser 0.7.0

Parser for the X.509 v3 format (RFC 5280 certificates)
Documentation
[badges.travis-ci]
repository = "rusticata/x509-parser"
[dependencies.base64]
version = "0.11"

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

[dependencies.nom]
version = "5.0"

[dependencies.num-bigint]
version = "0.2"

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

[dependencies.time]
version = "0.1"

[package]
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
categories = ["parser-implementations"]
description = "Parser for the X.509 v3 format (RFC 5280 certificates)"
edition = "2018"
homepage = "https://github.com/rusticata/x509-parser"
include = ["LICENSE-*", "README.md", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs", "tests/*.rs", "assets/*.der", "assets/*.pem"]
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.7.0"