# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rust_wasm_websys_utils" version = "0.4.3" authors = ["Luciano Bestia "] include = ["Cargo.toml", "LICENSE", "README.md", "src/*"] publish = true description = "micro crate web_sys and js_sys functions for my project" readme = "README.md" keywords = ["wasm", "web_sys", "js_sys"] categories = ["wasm", "web-programming", "web-programming.categories.http-client"] license = "MIT" repository = "https://github.com/LucianoBestia/rust_wasm_websys_utils" [dependencies.js-sys] version = "0.3" [dependencies.rand] version = "0.7.3" features = ["wasm-bindgen", "small_rng"] [dependencies.serde] version = "1.0.104" [dependencies.serde_json] version = "1.0" [dependencies.unwrap] version = "1.2.1" [dependencies.wasm-bindgen] version = "0.2.58" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4.8" [dependencies.web-sys] version = "0.3.33" features = ["console", "Document", "Element", "ErrorEvent", "Event", "EventListener", "EventTarget", "History", "HtmlAudioElement", "HtmlElement", "HtmlImageElement", "HtmlInputElement", "HtmlMediaElement", "KeyboardEvent", "Location", "MouseEvent", "Navigator", "Node", "Request", "RequestCache", "RequestCredentials", "RequestInit", "RequestMode", "RequestRedirect", "Response", "Storage", "Window"] [dev-dependencies.wasm-bindgen-test] version = "0.3.8"