[package] name = "cached_proc_macro" version = "0.23.0" authors = ["csos95 ", "James Kominick "] description = "Generic cache implementations and simplified function memoization" repository = "https://github.com/jaemk/cached" documentation = "https://docs.rs/cached" readme = "README.md" categories = ["caching"] keywords = ["caching", "cache", "memoize", "lru"] license = "MIT" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] quote = "1.0.6" darling = "0.20.8" proc-macro2 = "1.0.49" syn = "2.0.52"