[go: up one dir, main page]

pem 0.4.0

Parse and encode PEM-encoded data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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.0"

[dependencies]
base64 = "0.5.0"
error-chain = "0.10.0"
lazy_static = "0.2.6"
regex = "0.2"