[package] name = "gut-derive" version = "0.5.0" authors = ["Egor Larionov "] license = "MIT OR Apache-2.0" description = "Derive macros for (gut)[https://crates.io/crates/gut]" readme = "README.md" edition = "2018" homepage = "https://gitlab.com/elrnv/gut" repository = "https://gitlab.com/elrnv/gut" documentation = "https://docs.rs/gut-derive" keywords = ["geometry", "attribute", "intrinsic"] [badges] gitlab = { repository = "elrnv/gut", branch = "master" } [lib] proc-macro = true [dependencies] syn = { version = "1.0", features = ["full", "extra-traits"] } quote = "1.0" proc-macro2 = "1.0" lazy_static = "1.4"