[package] name = "pkts-macros" description = "procedural macros for deriving `pkts` library traits" authors = ["Nathaniel Bennett "] license = "MIT OR Apache-2.0" rust-version = "1.65" version = "0.2.0" edition = "2021" repository = "https://github.com/pkts-rs/pkts" keywords = ["packets", "network", "scapy", "parsing"] categories = ["network-programming", "encoding", "parsing"] [lib] proc-macro = true [features] custom_layer_selection = [] [dependencies] syn = { version = "1.0", features = ["derive"] } quote = "1.0"