cmpv2 0.3.0-pre.0

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

[dependencies.der]
features = ["alloc", "derive", "flagset", "oid"]
version = "0.8.0-rc.0"

[dependencies.spki]
version = "0.8.0-rc.0"

[dependencies.x509-cert]
default-features = false
version = "=0.3.0-pre.0"

[dev-dependencies.const-oid]
features = ["db"]
version = "0.10.0-rc.0"

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

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

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

[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography", "data-structures", "encoding", "no-std"]
description = """
Pure Rust implementation of the Certificate Management Protocol (CMP) as
described in RFC 4210
"""
edition = "2021"
homepage = "https://github.com/RustCrypto/formats/tree/master/cmpv2"
keywords = ["crypto"]
license = "Apache-2.0 OR MIT"
name = "cmpv2"
readme = "README.md"
repository = "https://github.com/RustCrypto/formats"
rust-version = "1.81"
version = "0.3.0-pre.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "cert_req"
path = "tests/cert_req.rs"

[[test]]
name = "genm_req"
path = "tests/genm_req.rs"

[[test]]
name = "init_req"
path = "tests/init_req.rs"

[[test]]
name = "key_update_req"
path = "tests/key_update_req.rs"

[[test]]
name = "p10cr_req"
path = "tests/p10cr_req.rs"

[[test]]
name = "rr_req"
path = "tests/rr_req.rs"