summaryrefslogtreecommitdiffstats
path: root/rust/derive/Cargo.toml.in
blob: 830ddd38ab417b1f7760902bae84121e0002bfd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "suricata-derive"
version = "@PACKAGE_VERSION@"
edition = "2021"

[lib]
proc-macro = true
path = "@e_rustdir@/derive/src/lib.rs"

[dependencies]
proc-macro-crate = "= 1.1.0"
proc-macro2 = "1.0.36"
quote = "1.0"
syn = "1.0"