[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "1"
[lib]
proc-macro = true
[package]
authors = ["Ethan Spurlock <ethan@spurlock.io>"]
description = "A set of derive macros for parsing binary packet grammers written only in Rust structs and enums"
edition = "2018"
keywords = ["packet", "derive"]
license = "MIT"
name = "packattack-derive"
repository = "https://github.com/vectorizer-labs/packattack-derive"
version = "0.3.1"