[package] edition = "2018" name = "tarrasque-macro" authors = ["Kyle Mayes "] version = "0.10.0" readme = "../README.md" license = "Apache-2.0" description = "A library for zero-allocation parsing of binary formats." documentation = "https://docs.rs/tarrasque" repository = "https://github.com/glyph-rs/tarrasque" [lib] proc-macro = true [dependencies] proc-macro2 = "0.4" quote = "0.6" syn = { version = "0.15", features = ["full"] }