[package] name = "studs-macro" authors = ["Saratine L.L.C. "] description = "Macro crate for Studs that provides interfaces with Rust macros." edition = "2021" license-file = "../LICENSE" version = "0.1.1" [features] from = [] no-std = [] [lib] proc-macro = true [dependencies] studs-lib = { path = "../lib", version = "0.1.0" } syn = { version = "2.0.60", features = ["full"] }