gloo-history 0.2.2

Universal Session History
Documentation
[dependencies.gloo-events]
version = "0.2.0"

[dependencies.gloo-utils]
version = "0.2.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde-wasm-bindgen]
version = "0.6.0"

[dependencies.serde_urlencoded]
optional = true
version = "0.7"

[dependencies.thiserror]
optional = true
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2.88"

[dependencies.web-sys]
features = ["History", "Window", "Location", "Url"]
version = "0.3"

[dev-dependencies.gloo-timers]
features = ["futures"]
version = "0.3.0"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[features]
default = ["query"]
query = ["thiserror", "serde_urlencoded"]

[package]
authors = ["Rust and WebAssembly Working Group"]
categories = ["api-bindings", "history", "wasm"]
description = "Universal Session History"
edition = "2021"
homepage = "https://github.com/rustwasm/gloo"
license = "MIT OR Apache-2.0"
name = "gloo-history"
readme = "README.md"
repository = "https://github.com/rustwasm/gloo/tree/master/crates/history"
rust-version = "1.64"
version = "0.2.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["js"]
version = "0.2.10"