[package] name = "optimizer-derive" version = "0.1.0" edition = "2024" rust-version = "1.89" license = "MIT" description = "Derive macros for the optimizer crate" repository = "https://github.com/raimannma/rust-optimizer" [lib] proc-macro = true [dependencies] syn = { version = "2", features = ["full"] } quote = "1"