[package] name = "lazy-re" version = "0.1.1" edition = "2021" authors = ["Sebastián Aedo "] license-file = "LICENSE" keywords = ["reverse-engineering", "proc-macro"] description = "A library for lazy reverse engineers" repository = "https://github.com/etra0/lazy-re" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = { version = "1.0", features = ["full", "extra-traits"] } quote = "1.0" [dev-dependencies] trybuild = "1.0" memoffset = "0.6.5" [lib] proc-macro = true [[test]] name = "test" path = "tests/test.rs"