pem 3.0.4

Parse and encode PEM-encoded data.
Documentation
[[bench]]
harness = false
name = "pem_benchmark"
[badges.travis-ci]
repository = "jcreekmore/pem-rs"
[dependencies.base64]
default-features = false
features = ["alloc"]
version = "0.22.0"

[dependencies.serde]
default-features = false
optional = true
version = "1"
[dev-dependencies.criterion]
version = "0.3.0"

[dev-dependencies.proptest]
default-features = false
features = ["std"]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[features]
default = ["std"]
serde = ["dep:serde"]
std = ["base64/std", "serde?/std"]

[package]
authors = ["Jonathan Creekmore <jonathan@thecreekmores.org>"]
categories = ["cryptography"]
description = "Parse and encode PEM-encoded data."
documentation = "https://docs.rs/pem/"
edition = "2021"
homepage = "https://github.com/jcreekmore/pem-rs.git"
keywords = ["no-std", "no_std", "pem"]
license = "MIT"
name = "pem"
readme = "README.md"
repository = "https://github.com/jcreekmore/pem-rs.git"
resolver = "2"
rust-version = "1.60.0"
version = "3.0.4"