der 0.7.9

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.arbitrary]
features = ["derive"]
optional = true
version = "1.3"

[dependencies.bytes]
default-features = false
optional = true
version = "1"

[dependencies.const-oid]
optional = true
version = "0.9.2"

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

[dependencies.flagset]
optional = true
version = "0.4.3"

[dependencies.pem-rfc7468]
features = ["alloc"]
optional = true
version = "0.7"

[dependencies.time]
default-features = false
optional = true
version = "0.3.4"

[dependencies.zeroize]
default-features = false
optional = true
version = "1.5"
[dev-dependencies.hex-literal]
version = "0.4.1"

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

[features]
alloc = ["zeroize?/alloc"]
arbitrary = ["dep:arbitrary", "const-oid?/arbitrary", "std"]
bytes = ["dep:bytes", "alloc"]
derive = ["dep:der_derive"]
oid = ["dep:const-oid"]
pem = ["dep:pem-rfc7468", "alloc", "zeroize"]
real = []
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 = "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"
rust-version = "1.65"
version = "0.7.9"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]