blob: d81f889a7fe6db27b09a1229e99af6a58a2f6c0e [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "x509-parser"
version = "0.9.2"
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
include = ["CHANGELOG.md", "LICENSE-*", "README.md", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs", "tests/*.rs", "assets/*.der", "assets/*.pem", "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/Apache-2.0"
repository = "https://github.com/rusticata/x509-parser.git"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies.base64]
version = "0.13"
[dependencies.chrono]
version = "0.4"
features = ["std"]
default-features = false
[dependencies.data-encoding]
version = "2.2.1"
[dependencies.der-parser]
version = "5.0"
features = ["bigint"]
[dependencies.lazy_static]
version = "1.4"
[dependencies.nom]
version = "6.0"
[dependencies.oid-registry]
version = "0.1.1"
features = ["crypto", "x509"]
[dependencies.ring]
version = "0.16"
optional = true
[dependencies.rusticata-macros]
version = "3.0"
[dependencies.rustversion]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[features]
default = []
verify = ["ring"]