[package] name = "localsavefile-derive" authors = ["LeHuman"] version = "0.2.10" edition = "2021" description = "Macro implementation for localsavefile" repository = "https://github.com/lehuman/localsavefile" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] quote = "1.0.37" syn = { version = "2.0.87", features = ["parsing"] } darling = "0.20.10" sanitize-filename = "0.5.0" proc-macro2 = "1.0.89"