# 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 = "webui" version = "0.10.5" authors = ["Erik Gasssler"] description = "`early development` Website UI framework and component library for quickly building websites with native support for Material UI standardization." homepage = "https://webui.stoicdreams.com" documentation = "https://docs.rs/webui" readme = "README.md" keywords = [ "webassembly", "ui", ] categories = [ "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/StoicDreams/WebUI" resolver = "1" [dependencies.async-std] version = "1.12" features = ["attributes"] [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.js-sys] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.num-format] version = "0.4" [dependencies.regex] version = "1" [dependencies.rust_decimal] version = "1.26" [dependencies.rust_decimal_macros] version = "1.26" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "1.3" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.wasm-logger] version = "0.2" [dependencies.web-sys] version = "0.3" [dependencies.webui_procs] version = "0.10" [features] all = [] default = [] tauri = []