cached 0.24.1

Generic cache implementations and simplified function memoization
Documentation
[badges.travis-ci]
branch = "master"
repository = "jaemk/cached"
[dependencies.async-mutex]
optional = true
version = "1.4"

[dependencies.async-trait]
optional = true
version = "0.1"

[dependencies.cached_proc_macro]
optional = true
version = "0.6.1"

[dependencies.cached_proc_macro_types]
optional = true
version = "0.1.0"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.hashbrown]
default-features = false
features = ["raw"]
version = "0.9.1"

[dependencies.once_cell]
version = "1"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.6"

[dev-dependencies.tokio]
features = ["macros", "time", "rt-multi-thread"]
version = "0.3"

[features]
async = ["futures", "async-trait"]
default = ["proc_macro", "async"]
proc_macro = ["async-mutex", "cached_proc_macro", "cached_proc_macro_types"]

[package]
authors = ["James Kominick <james@kominick.com>"]
categories = ["caching"]
description = "Generic cache implementations and simplified function memoization"
documentation = "https://docs.rs/cached"
edition = "2018"
keywords = ["caching", "cache", "memoize", "lru"]
license = "MIT"
name = "cached"
readme = "README.md"
repository = "https://github.com/jaemk/cached"
version = "0.24.1"