blob: 20147e14a288a7a1d111171067b0db5e41f10bdd [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.57"
name = "spki"
version = "0.6.0"
authors = ["RustCrypto Developers"]
description = """
X.509 Subject Public Key Info (RFC5280) describing public keys as well as their
associated AlgorithmIdentifiers (i.e. OIDs)
"""
readme = "README.md"
keywords = [
"crypto",
"x509",
]
categories = [
"cryptography",
"data-structures",
"encoding",
"no-std",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/RustCrypto/formats/tree/master/spki"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[dependencies.base64ct]
version = "1"
optional = true
default-features = false
[dependencies.der]
version = "0.6"
features = ["oid"]
[dependencies.sha2]
version = "0.10"
optional = true
default-features = false
[dev-dependencies.hex-literal]
version = "0.3"
[dev-dependencies.tempfile]
version = "3"
[features]
alloc = [
"base64ct?/alloc",
"der/alloc",
]
fingerprint = ["sha2"]
pem = [
"alloc",
"der/pem",
]
std = [
"der/std",
"alloc",
]