[package] name = "yew-state" version = "0.5.2" authors = ["Noah "] edition = "2018" license = "MIT" repository = "https://github.com/intendednull/yew-state" readme = "README.md" description = "No longer maintained. Please use Yewdux instead." keywords = [] categories = [] [features] default = [] future = ["yewtil"] [dependencies] serde = { version = "1.0.114", features = ["rc"] } yew = "^0.17" yewtil = { version = "^0.3.2", optional = true }