[dependencies.der]
features = ["bigint", "oid"]
version = "0.4"
[dependencies.pem-rfc7468]
optional = true
version = "0.2"
[dependencies.zeroize]
default-features = false
features = ["alloc"]
optional = true
version = "1"
[dev-dependencies.hex-literal]
version = "0.3"
[features]
alloc = ["der/alloc", "zeroize"]
pem = ["alloc", "pem-rfc7468/alloc"]
std = []
[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 = "2018"
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"
resolver = "2"
version = "0.2.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]