pem 0.8.3

Parse and encode PEM-encoded data.
Documentation
[package]
authors = ["Jonathan Creekmore <jonathan@thecreekmores.org>"]
description = "Parse and encode PEM-encoded data."
documentation = "https://docs.rs/pem/"
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"
categories = [ "cryptography" ]
edition = "2018"

[dependencies]
base64 = "0.13.0"
once_cell = "1.4"
regex = {version = "1", default-features = false, features = ["std"]}

[dev-dependencies]
criterion = "0.3.0"

[[bench]]
name = "pem_benchmark"
harness = false

[badges]
travis-ci = { repository = "jcreekmore/pem-rs" }