[package] name = "mlx-macros" version = "0.1.0" authors = ["Minghua Wu ", "David Chavez "] edition = "2021" description = "Code generation crate for mlx-rs" repository = "https://github.com/oxideai/mlx-rs" keywords = ["mlx", "deep-learning", "machine-learning"] categories = ["science"] license = "MIT OR Apache-2.0" [lib] proc-macro = true [dependencies] syn = { version = "2.0.60", features = ["full"] } quote = "1.0" darling = "0.20"