[package] name = "asn1" version = "0.15.2" authors = ["Alex Gaynor "] repository = "https://github.com/alex/rust-asn1" keywords = ["asn1"] license = "BSD-3-Clause" description = "ASN.1 (DER) parser and writer for Rust." edition = "2021" # This specifies the MSRV rust-version = "1.56.0" [features] default = ["std"] std = [] fallible-allocations = [] [dependencies] asn1_derive = { path = "asn1_derive/", version = "0.15.2" } [dev-dependencies] libc = "0.2.11" [workspace] members = [ "asn1_derive", ]