cache_loader_async 0.1.2

A thread safe loading cache with async loader functions based on tokio
Documentation
[dependencies.futures]
version = "0.3.14"

[dependencies.lru]
optional = true
version = "0.6.5"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.5.0"

[features]
default = []
lru-cache = ["lru"]
ttl-cache = []

[package]
authors = ["Alexander Becker <bytealex@zerotwo.bot>", "Spencer Sharkey <spencer@sf-n.com>"]
categories = ["asynchronous", "caching"]
description = "A thread safe loading cache with async loader functions based on tokio"
edition = "2018"
keywords = ["cache", "async"]
license = "Apache-2.0"
name = "cache_loader_async"
repository = "https://github.com/ZeroTwo-Bot/cache-loader-async-rs"
version = "0.1.2"