wasm-cache 0.1.1

Request cache for Rust browser WASM applications
Documentation
[dependencies.async-trait]
version = "0.1.72"

[dependencies.log]
optional = true
version = "0.4.19"

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

[dependencies.wasm-bindgen-futures]
optional = true
version = "0.4.37"

[dependencies.yew]
optional = true
version = "0.20.0"

[features]
log = ["dep:log"]
yew = ["dep:yew", "dep:prokio"]

[package]
authors = ["Patrick Elsen <pelsen@xfbs.net>"]
description = "Request cache for Rust browser WASM applications"
edition = "2021"
license = "MIT"
name = "wasm-cache"
repository = "https://github.com/xfbs/wasm-cache"
version = "0.1.1"