[package] name = "studs-macros-lib" authors = ["Saratine L.L.C. "] description = "Library crate for Studs that provides macro implementations and utilities." documentation = "https://github.com/saratine/studs/wiki" homepage = "https://github.com/saratine/studs" edition = "2021" readme = "README.md" repository = "https://github.com/saratine/studs" license-file = "../../LICENSE" version = "0.1.1" [features] default = [] [dependencies] proc-macro2 = { version = "1.0.81", features = ["nightly"] } quote = "1.0.36" syn = { version = "2.0.60", features = ["full"] } log = "0.4.21"