[dependencies.nom]
default-features = false
features = ["alloc"]
version = "8.0"
[features]
default = ["std"]
std = ["nom/std"]
[lib]
name = "rusticata_macros"
path = "src/lib.rs"
[package]
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "Helper macros for Rusticata"
edition = "2018"
homepage = "https://github.com/rusticata/rusticata-macros"
keywords = ["parser", "nom", "serialize"]
license = "MIT/Apache-2.0"
name = "rusticata-macros"
readme = "README.md"
repository = "https://github.com/rusticata/rusticata-macros.git"
rust-version = "1.65"
version = "5.0.0"
[package.metadata.cargo_check_external_types]
allowed_external_types = ["nom", "nom::*"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]