cmpv2 0.2.0-pre.0

Pure Rust implementation of the Certificate Management Protocol (CMP) as described in RFC 4210
Documentation
[dependencies.crmf]
version = "=0.2.0-pre.0"

[dependencies.der]
features = ["alloc", "derive", "flagset", "oid"]
version = "0.7"

[dependencies.spki]
version = "0.7"

[dependencies.x509-cert]
default-features = false
version = "=0.2.0-pre.0"
[dev-dependencies.const-oid]
features = ["db"]
version = "0.9"

[dev-dependencies.hex-literal]
version = "0.3"

[features]
alloc = ["der/alloc"]
pem = ["alloc", "der/pem"]
std = ["der/std", "spki/std"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "data-structures", "encoding", "no-std"]
description = "Pure Rust implementation of the Certificate Management Protocol (CMP) as\ndescribed in RFC 4210\n"
edition = "2021"
keywords = ["crypto"]
license = "Apache-2.0 OR MIT"
name = "cmpv2"
readme = "README.md"
repository = "https://github.com/RustCrypto/formats/tree/master/cmpv2"
rust-version = "1.65"
version = "0.2.0-pre.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]