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