[go: up one dir, main page]

spki 0.8.0-rc.3

X.509 Subject Public Key Info (RFC5280) describing public keys as well as their associated AlgorithmIdentifiers (i.e. OIDs)
Documentation
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.4"

[dependencies.base64ct]
default-features = false
optional = true
version = "1"

[dependencies.der]
features = ["oid"]
version = "0.8.0-rc.6"

[dependencies.digest]
default-features = false
optional = true
version = "0.11.0-rc.0"

[dependencies.sha2]
default-features = false
optional = true
version = "0.11.0-rc.0"

[dev-dependencies.hex-literal]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[features]
alloc = ["base64ct?/alloc", "der/alloc"]
arbitrary = ["std", "dep:arbitrary", "der/arbitrary"]
base64 = ["dep:base64ct"]
fingerprint = ["digest", "sha2"]
pem = ["alloc", "der/pem"]
std = ["der/std", "alloc"]

[lib]
name = "spki"
path = "src/lib.rs"

[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "data-structures", "encoding", "no-std"]
description = """
X.509 Subject Public Key Info (RFC5280) describing public keys as well as their
associated AlgorithmIdentifiers (i.e. OIDs)
"""
edition = "2024"
homepage = "https://github.com/RustCrypto/formats/tree/master/spki"
keywords = ["crypto", "x509"]
license = "Apache-2.0 OR MIT"
name = "spki"
readme = "README.md"
repository = "https://github.com/RustCrypto/formats"
resolver = "2"
rust-version = "1.85"
version = "0.8.0-rc.3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "spki"
path = "tests/spki.rs"

[[test]]
name = "traits"
path = "tests/traits.rs"