# 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.56.0" name = "review" version = "0.4.1" authors = ["Simone Camito"] description = "A React-inspired framework for making client-side single-page apps" homepage = "https://malpenzibo.github.io/review" documentation = "https://docs.rs/review" readme = "README.md" keywords = [ "web", "wasm", "webassembly", "review", "gui", ] categories = [ "gui", "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/MalpenZibo/review" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.console_log] version = "0.2" features = ["color"] [dependencies.downcast-rs] version = "1.2.0" [dependencies.instant] version = "0.1" features = [ "wasm-bindgen", "inaccurate", ] [dependencies.log] version = "0.4" [dependencies.log-panics] version = "2.0.0" [dependencies.review-macro] version = "0.4.0" [dependencies.strum] version = "0.20" [dependencies.strum_macros] version = "0.20" [dependencies.wasm-bindgen] version = "0.2.78" [dependencies.web-sys] version = "0.3.22" features = [ "console", "Document", "Element", "Text", "HtmlElement", "Node", "NodeList", "Window", "MouseEvent", "HtmlButtonElement", "EventListener", "IdleDeadline", ] [dev-dependencies.wasm-bindgen-test] version = "0.3.13"