pem-rfc7468 0.3.0

PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a strict subset of the original Privacy-Enhanced Mail encoding intended specifically for use with cryptographic keys, certificates, and other messages. Provides a no_std-friendly, constant-time implementation suitable for use with cryptographic private keys.
Documentation
[dependencies.base64ct]
version = "1.2"

[features]
alloc = []
std = ["alloc"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "data-structures", "encoding", "no-std", "parser-implementations"]
description = "PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a\nstrict subset of the original Privacy-Enhanced Mail encoding intended\nspecifically for use with cryptographic keys, certificates, and other messages.\nProvides a no_std-friendly, constant-time implementation suitable for use with\ncryptographic private keys.\n"
edition = "2021"
keywords = ["crypto", "key", "pem", "pkcs", "rsa"]
license = "Apache-2.0 OR MIT"
name = "pem-rfc7468"
readme = "README.md"
repository = "https://github.com/RustCrypto/formats/tree/master/pem-rfc7468"
resolver = "2"
rust-version = "1.56"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]