pem 0.8.3

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

[dependencies.once_cell]
version = "1.4"

[dependencies.regex]
default-features = false
features = ["std"]
version = "1"
[dev-dependencies.criterion]
version = "0.3.0"

[package]
authors = ["Jonathan Creekmore <jonathan@thecreekmores.org>"]
categories = ["cryptography"]
description = "Parse and encode PEM-encoded data."
documentation = "https://docs.rs/pem/"
edition = "2018"
homepage = "https://github.com/jcreekmore/pem-rs.git"
license = "MIT"
name = "pem"
readme = "README.md"
repository = "https://github.com/jcreekmore/pem-rs.git"
version = "0.8.3"