[dependencies.proc-macro2]
version = "1.0.88"
[dependencies.rasn-derive-impl]
version = "0.22.0"
[dependencies.syn]
features = ["extra-traits"]
version = "2.0.79"
[lib]
name = "rasn_derive"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "no-std", "parser-implementations"]
description = "Derive macros for rasn."
edition = "2021"
exclude = ["fuzzing"]
keywords = ["asn1", "der", "ber", "cer", "per"]
license = "MIT OR Apache-2.0"
name = "rasn-derive"
readme = false
repository = "https://github.com/librasn/rasn.git"
version = "0.22.0"