asn1-rs-derive 0.5.1

Derive macros for the `asn1-rs` crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "asn1-rs-derive"
version = "0.5.1"
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
description = "Derive macros for the `asn1-rs` crate"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rusticata/asn1-rs"
repository = "https://github.com/rusticata/asn1-rs.git"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full"] }
synstructure = "0.13"