# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.64.0" name = "bounce" version = "0.9.0" authors = ["Kaede Hoshiakwa "] description = "The uncomplicated state management library for Yew." homepage = "https://github.com/bounce-rs/bounce" readme = "README.md" keywords = [ "web", "wasm", "yew", "state-management", ] categories = [ "wasm", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bounce-rs/bounce" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "documenting", ] [dependencies.anymap2] version = "0.13.0" [dependencies.async-trait] version = "0.1.68" optional = true [dependencies.bounce-macros] version = "0.9.0" [dependencies.futures] version = "0.3.28" [dependencies.gloo] version = "0.10.0" features = ["futures"] optional = true [dependencies.html-escape] version = "0.2.13" optional = true [dependencies.once_cell] version = "1.18.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.tracing] version = "0.1" [dependencies.wasm-bindgen] version = "0.2.87" [dependencies.web-sys] version = "0.3.64" features = [ "Document", "HtmlScriptElement", "HtmlStyleElement", "DomTokenList", "HtmlLinkElement", "HtmlMetaElement", "HtmlBaseElement", "NodeList", ] optional = true [dependencies.yew] version = "0.21" [dev-dependencies.gloo] version = "0.10.0" features = ["futures"] [dev-dependencies.thiserror] version = "1" [dev-dependencies.wasm-bindgen-test] version = "0.3.37" [dev-dependencies.web-sys] version = "0.3.64" features = ["HtmlInputElement"] [dev-dependencies.yew] version = "0.21" features = [ "csr", "ssr", ] [features] helmet = [ "gloo", "web-sys", ] query = ["async-trait"] ssr = ["html-escape"]