[dependencies.der]
features = ["oid"]
version = "0.3"
[features]
std = ["der/std"]
[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "data-structures", "encoding", "no-std"]
description = "X.509 Subject Public Key Info (RFC5280) describing public keys as well as their\nassociated AlgorithmIdentifiers (i.e. OIDs)\n"
edition = "2018"
keywords = ["crypto", "x509"]
license = "Apache-2.0 OR MIT"
name = "spki"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils/tree/master/spki"
version = "0.3.0"