[dependencies.der]
features = ["oid"]
version = "0.7"
[dependencies.pkcs8]
default-features = false
optional = true
version = "0.10"
[dependencies.spki]
version = "0.7"
[dev-dependencies.const-oid]
features = ["db"]
version = "0.9"
[dev-dependencies.hex-literal]
version = "0.4"
[dev-dependencies.tempfile]
version = "3"
[features]
alloc = ["der/alloc", "zeroize", "pkcs8?/alloc"]
pem = ["alloc", "der/pem", "pkcs8?/pem"]
std = ["der/std", "alloc"]
zeroize = ["der/zeroize"]
[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "data-structures", "encoding", "no-std", "parser-implementations"]
description = "Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #1:\nRSA Cryptography Specifications Version 2.2 (RFC 8017)\n"
edition = "2021"
keywords = ["crypto", "key", "pem", "pkcs", "rsa"]
license = "Apache-2.0 OR MIT"
name = "pkcs1"
readme = "README.md"
repository = "https://github.com/RustCrypto/formats/tree/master/pkcs1"
rust-version = "1.60"
version = "0.7.5"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]