blob: 43ad5a1b064431624be61448628adb998e87e810 [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 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 = "2021"
rust-version = "1.56"
name = "x509-cert"
version = "0.1.1"
authors = ["RustCrypto Developers"]
description = """
Pure Rust implementation of the X.509 Public Key Infrastructure Certificate
format as described in RFC 5280
"""
readme = "README.md"
keywords = ["crypto"]
categories = [
"cryptography",
"data-structures",
"encoding",
"no-std",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/RustCrypto/formats/tree/master/x509-cert"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[dependencies.const-oid]
version = "0.9"
features = ["db"]
[dependencies.der]
version = "0.6"
features = [
"derive",
"alloc",
"flagset",
]
[dependencies.flagset]
version = "0.4.3"
[dependencies.spki]
version = "0.6"
[dev-dependencies.hex-literal]
version = "0.3"
[dev-dependencies.rstest]
version = "0.12"
[features]
alloc = ["der/alloc"]
pem = [
"alloc",
"der/pem",
]
std = [
"der/std",
"spki/std",
]