# 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 = "livid" version = "0.2.13" description = "livid is a lightweight frontend Rust crate for creating web apps via webassembly" documentation = "https://docs.rs/livid" readme = "README.md" keywords = [ "wasm", "webassembly", "frontend", "framework", "web", ] categories = [ "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/MoAlyousef/livid-rs" [dependencies.js-sys] version = "0.3" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = [ "Element", "Event", "EventTarget", "HtmlElement", "HtmlStyleElement", "Node", "HtmlBodyElement", "Window", "Document", "CssStyleDeclaration", "HtmlCollection", "HtmlHeadElement", "HtmlLinkElement", "console", "HtmlInputElement", "HtmlTextAreaElement", "HtmlButtonElement", "HtmlImageElement", "CanvasRenderingContext2d", "HtmlCanvasElement", ]