# 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" name = "yew-utils" version = "0.3.0" authors = ["Robert Krahn "] exclude = [ "*.bak", "DEV.org", ".dir-locals.el", ] description = "Some batteries for the yew WebAssembly frontend framework." homepage = "https://github.com/rksm/yew-utils" readme = "README.md" keywords = [ "wasm", "yew", ] categories = [ "wasm", "web-programming", "gui", ] license = "MIT" repository = "https://github.com/rksm/yew-utils" [dependencies.web-sys] version = "0.3.57" features = ["HtmlSelectElement"] [dependencies.yew] version = "0.20" [dependencies.yew-router] version = "0.17.0" optional = true [dev-dependencies.gloo-utils] version = "0.1.3" [dev-dependencies.yew] version = "0.20.0" features = ["csr"] [features] default = [] mui-css = [] yew-router = ["dep:yew-router"]