yewtil 0.3.2

Utility crate for Yew
Documentation
[dependencies.futures]
optional = true
version = "0.3.1"

[dependencies.log]
version = "0.4.8"

[dependencies.serde]
optional = true
version = "1.0.102"

[dependencies.serde_json]
optional = true
version = "1.0.41"

[dependencies.stdweb]
features = ["futures-support", "experimental_features_which_may_break_on_minor_version_bumps"]
optional = true
version = "0.4.20"

[dependencies.wasm-bindgen]
features = ["serde-serialize"]
optional = true
version = "0.2.51"

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

[dependencies.web-sys]
features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window", "Location", "Storage"]
optional = true
version = "0.3.31"

[dependencies.yew]
version = "0.17.0"

[dependencies.yewtil-macro]
optional = true
version = "0.2.0"

[features]
all = ["stable", "experimental"]
default = ["stable"]
effect = []
experimental = ["fetch", "pure", "effect", "lrc"]
fetch = ["serde", "serde_json", "neq", "future", "web-sys"]
future = ["wasm-bindgen-futures", "wasm-bindgen", "futures"]
history = []
lrc = []
mrc_irc = []
neq = []
ptr = ["lrc", "mrc_irc"]
pure = ["neq", "yewtil-macro"]
stable = ["neq", "history", "mrc_irc", "future", "store"]
store = []

[package]
authors = ["Henry Zimmerman <zimhen7@gmail.com>"]
description = "Utility crate for Yew"
edition = "2018"
license = "MIT/Apache-2.0"
name = "yewtil"
readme = "README.md"
repository = "https://github.com/yewstack/yew"
version = "0.3.2"