1[package] 2name = "rusticata-macros" 3version = "4.1.0" 4description = "Helper macros for Rusticata" 5license = "MIT/Apache-2.0" 6keywords = ["parser","nom","serialize"] 7homepage = "https://github.com/rusticata/rusticata-macros" 8repository = "https://github.com/rusticata/rusticata-macros.git" 9authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"] 10edition = "2018" 11categories = ["parsing"] 12readme = "README.md" 13 14[dependencies] 15nom = { version = "7.0", default-features = false, features = ["std"] } 16