rustls-pemfile 2.2.0

Basic .pem file parser for keys and certificates
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"

[dependencies.pki-types]
package = "rustls-pki-types"
version = "1.9"

[dev-dependencies.bencher]
version = "0.1.5"

[features]
default = ["std"]
std = ["pki-types/std"]

[lib]
name = "rustls_pemfile"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "cryptography"]
description = "Basic .pem file parser for keys and certificates"
edition = "2018"
homepage = "https://github.com/rustls/pemfile"
license = "Apache-2.0 OR ISC OR MIT"
name = "rustls-pemfile"
readme = "README.md"
repository = "https://github.com/rustls/pemfile"
version = "2.2.0"

[[test]]
name = "integration"
path = "tests/integration.rs"
required-features = ["std"]