[badges.appveyor]
repository = "KizzyCode/asn1_der-rust"
[dependencies.no-panic]
optional = true
version = "0.1"
[dev-dependencies.serde]
features = ["serde_derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[features]
default = ["std", "native_types"]
native_types = []
no_panic = ["no-panic"]
std = []
[package]
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
categories = ["encoding"]
description = "This crate provides an ASN.1-DER en-/decoder"
edition = "2021"
exclude = [".*", "test_unix.sh"]
keywords = ["asn1", "asn1-der", "serialize", "deserialize", "no_panic"]
license = "BSD-2-Clause OR MIT"
name = "asn1_der"
readme = "README.md"
repository = "https://github.com/KizzyCode/asn1_der-rust"
version = "0.7.6"
[profile.bench]
overflow-checks = true
[profile.release]
overflow-checks = true