cache-macro 0.4.1

A procedural macro for automatically caching the output of functions.
Documentation
[badges.travis-ci]
branch = "master"
repository = "tylerreisinger/cache-macro"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.proc-macro2]
features = ["nightly"]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "0.15"

[dev-dependencies.expiring_map]
version = "0.1.0"

[dev-dependencies.lru-cache]
version = "0.1.1"

[lib]
proc-macro = true

[package]
authors = ["Tyler Reisinger <reisinger.tyler@gmail.com>"]
categories = ["caching"]
description = "A procedural macro for automatically caching the output of functions."
documentation = "https://docs.rs/cache-macro"
edition = "2018"
homepage = "https://github.com/tylerreisinger/cache-macro"
keywords = ["lru", "procedural-macro", "cache", "memoization"]
license = "MIT"
name = "cache-macro"
readme = "README.md"
repository = "https://github.com/tylerreisinger/cache-macro"
version = "0.4.1"