[package]
name = "evolve-derive"
version = "0.1.0"
edition = "2024"
authors = ["Michael du Plessis"]
description = "Proc-macro crate for the evolve genetic algorithm framework — provides the grammar! macro"
license = "MIT"
repository = "https://github.com/MichaelDuPlessis/evolve"
keywords = ["genetic-algorithm", "ge", "ga", "macro", "grammar"]
categories = ["artificial-intelligence", "algorithms"]
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full"] }