# 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 = "2018" name = "div" version = "0.4.0" authors = ["Jakob Meier "] description = "Ad hoc HTML for Rust Web Apps." readme = "README.md" keywords = [ "html", "pane", "splitview", "web", "svelte", ] categories = [ "wasm", "web-programming", "gui", ] license = "MIT/Apache-2.0" repository = "https://github.com/jakmeier/div-rs" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = [ "console", "CssStyleDeclaration", "DomTokenList", "Document", "Element", "HtmlElement", "HtmlHeadElement", "HtmlScriptElement", "Window", ] [dev-dependencies.wasm-bindgen-futures] version = "0.4" [dev-dependencies.wasm-bindgen-test] version = "0.3"