[package] name = "nebula-derive" version = "0.0.1" edition = "2021" authors = ["Anders Blenstrup-Pedersen "] description = "Simplifications of common functions for structs and more" readme = "README.md" categories = ["proc-macro", "simplify"] license = "MIT" repository = "https://github.com/nebula-technologies/nebula-derive" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = { version = "1.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0" darling = "0.14.1"