# 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 = "webru" version = "0.4.0" description = "Frequently used javascript functions for Rust and WebAssembly" homepage = "https://github.com/Shanto2005/webru" documentation = "https://docs.rs/webru" readme = "README.md" keywords = [ "Webassembly", "web-sys", "web", ] categories = [ "wasm", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Shanto2005/webru" resolver = "2" [dependencies.js-sys] version = "0.3.56" [dependencies.wasm-bindgen] version = "0.2.79" [dependencies.web-sys] version = "0.3.56" features = [ "HtmlCollection", "NodeList", "Document", "Node", "Element", "HtmlElement", "CssStyleDeclaration", "Window", "Location", "MediaQueryListEvent", "MediaQueryList", ] [dev-dependencies.wasm-bindgen-test] version = "0.3.29" [dev-dependencies.weblog] version = "0.3.0"