der 0.4.5

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.6"

[dependencies.crypto-bigint]
features = ["generic-array"]
optional = true
version = "0.2"

[dependencies.der_derive]
optional = true
version = "0.4"
[dev-dependencies.hex-literal]
version = "0.3"

[features]
alloc = []
bigint = ["crypto-bigint"]
derive = ["der_derive"]
oid = ["const-oid"]
std = ["alloc"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "data-structures", "encoding", "no-std", "parser-implementations"]
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 = "2018"
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"
version = "0.4.5"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]