der 0.1.0

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

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

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

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "data-structures", "encoding", "no-std"]
description = "Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules (DER)\nfor Abstract Syntax Notation One (ASN.1) as described in ITU X.690\n"
documentation = "https://docs.rs/pkcs8"
edition = "2018"
keywords = ["asn1", "crypto", "itu", "pkcs"]
license = "Apache-2.0 OR MIT"
name = "der"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils/tree/master/der"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]