[package] authors = ["Orvar Segerström"] description = "Utility macro for adding persistent backing to a struct" edition = "2021" license = "MIT" name = "perstruct-proc-macros" readme = "README.md" repository = "https://github.com/0rvar/perstruct" version = "0.2.0" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = "1.0.92" quote = "1.0.37" serde_json = "1.0.133" syn = { version = "2.0.89", features = ["full", "extra-traits"] }