gloo-storage 0.2.2

Convenience crate for working with local and session storage in browser
Documentation
[package]
name = "gloo-storage"
description = "Convenience crate for working with local and session storage in browser"
version = "0.2.2"
authors = ["Rust and WebAssembly Working Group"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rustwasm/gloo/tree/master/crates/storage"
homepage = "https://github.com/rustwasm/gloo"
categories = ["api-bindings", "storage", "wasm"]

[dependencies]
wasm-bindgen = "0.2"
serde = "1.0"
serde_json = "1.0"
thiserror = "1.0"
js-sys = "0.3"
gloo-utils = { version = "0.1", path = "../utils" }
[dependencies.web-sys]
version = "0.3"
features = [
    "Storage",
    "Window",
]

[dev-dependencies]
wasm-bindgen-test = "0.3"
serde = { version = "1.0", features = ["derive"] }