[package] name = "rust_slim_macros" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Macros for the RustSlim server" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] convert_case = "0.6.0" proc-macro2 = "1.0.69" quote = "1.0.33" syn = { version = "2", features = ["extra-traits", "full"] } [lib] proc-macro = true