2026-02-06 17:15:30 +01:00
|
|
|
[package]
|
|
|
|
|
name = "optimizer-derive"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
2026-02-11 22:58:38 +01:00
|
|
|
rust-version = "1.89"
|
2026-02-06 17:15:30 +01:00
|
|
|
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"
|