[dependencies.asn1_derive]
optional = true
version = "0.8.2"
[dependencies.chrono]
default-features = false
features = ["alloc"]
version = "0.4"
[dev-dependencies.libc]
version = "0.2"
[features]
const-generics = []
default = ["std", "derive", "const-generics"]
derive = ["asn1_derive"]
std = []
[package]
authors = ["Alex Gaynor <alex.gaynor@gmail.com>"]
description = "ASN.1 (DER) parser and writer for Rust."
edition = "2018"
keywords = ["asn1"]
license = "BSD-3-Clause"
name = "asn1"
repository = "https://github.com/alex/rust-asn1"
version = "0.8.2"