Required for publishing to crates.io.
[package]
name = "suricata"
version = "@PACKAGE_VERSION@"
+license = "GPL-2.0-only"
+description = "Suricata Rust components"
edition = "2021"
rust-version = "1.63.0"
# last version to work with MSRV 1.63
time = "=0.3.20"
-suricata-derive = { path = "./derive" }
+suricata-derive = { path = "./derive", version = "@PACKAGE_VERSION@" }
[dev-dependencies]
test-case = "~3.3.1"
[package]
name = "suricata-derive"
version = "@PACKAGE_VERSION@"
+license = "GPL-2.0-only"
+description = "Derive macros for Suricata"
edition = "2021"
+
[lib]
proc-macro = true