der 0.5.1

Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules (DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with full support for heapless no_std targets
Documentation
[dependencies.const-oid]
optional = true
version = "0.7"

[dependencies.crypto-bigint]
default-features = false
features = ["generic-array"]
optional = true
version = "0.3"

[dependencies.der_derive]
optional = true
version = "0.5"

[dependencies.pem-rfc7468]
optional = true
version = "0.3"

[dependencies.time]
default-features = false
optional = true
version = "0.3"
[dev-dependencies.hex-literal]
version = "0.3"

[dev-dependencies.proptest]
version = "1"

[features]
alloc = []
bigint = ["crypto-bigint"]
derive = ["der_derive"]
oid = ["const-oid"]
pem = ["alloc", "pem-rfc7468/alloc"]
std = ["alloc"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "data-structures", "encoding", "no-std", "parsing"]
description = "Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules\n(DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with\nfull support for heapless no_std targets\n"
edition = "2021"
keywords = ["asn1", "crypto", "itu", "pkcs"]
license = "Apache-2.0 OR MIT"
name = "der"
readme = "README.md"
repository = "https://github.com/RustCrypto/formats/tree/master/der"
resolver = "2"
rust-version = "1.56"
version = "0.5.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]