[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.4.1"
categories = [ "cryptography" ]
[dependencies]
base64 = "0.6.0"
error-chain = "0.10.0"
lazy_static = "0.2.6"
regex = "0.2"
[badges]
travis-ci = { repository = "jcreekmore/pem-rs" }