[package] name = "cached_property" version = "0.1.0" authors = ["MichaƂ Sidor "] edition = "2018" description = "proc macro for making argumentless methods cache" homepage = "https://git.hinata.iscute.ovh/cached_property/" repository = "https://git.hinata.iscute.ovh/cached_property/" license = "MIT OR Apache-2.0" [lib] proc-macro = true [dependencies] quote = "1.0.8" syn = { version = "1.0.60", default-features = false, features = ["clone-impls", "full", "parsing", "printing", "proc-macro"] }