# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "asn1_der" version = "0.7.6" authors = ["KizzyCode Software Labs./Keziah Biermann "] exclude = [ ".*", "test_unix.sh", ] description = "This crate provides an ASN.1-DER en-/decoder" readme = "README.md" keywords = [ "asn1", "asn1-der", "serialize", "deserialize", "no_panic", ] categories = ["encoding"] license = "BSD-2-Clause OR MIT" repository = "https://github.com/KizzyCode/asn1_der-rust" [profile.bench] overflow-checks = true [profile.release] overflow-checks = true [dependencies.no-panic] version = "0.1" optional = true [dev-dependencies.serde] version = "1.0" features = ["serde_derive"] [dev-dependencies.serde_json] version = "1.0" [features] default = [ "std", "native_types", ] native_types = [] no_panic = ["no-panic"] std = [] [badges.appveyor] repository = "KizzyCode/asn1_der-rust"