[package] name = "kash_macros" version = "0.5.0" authors = [ "Omid Rad ", "csos95 ", "James Kominick ", ] description = "Function and method cache and memoization" repository = "https://github.com/omid/kash" documentation = "https://docs.rs/kash" readme = "README.md" categories = ["caching"] keywords = ["caching", "cache", "memoize"] license = "MIT" edition = "2021" rust-version = "1.76" [lib] proc-macro = true [dependencies] darling = "0.20" proc-macro2 = "1.0" quote = "1.0" syn = "2.0" [features] redis_store = [] disk_store = []