# 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 = "js_dom" version = "0.0.2" authors = ["Pillar "] description = "Easy use js and dom in rust wasm(Don't use, its under development)." homepage = "https://docs.rs/js_dom" documentation = "https://docs.rs/js_dom" license = "MIT" [[bin]] name = "hello" path = "examples/hello.rs" [dependencies.anyhow] version = "1" [dependencies.console_error_panic_hook] version = "0.1.6" optional = true [dependencies.gloo-console] version = "0.2.1" [dependencies.js-sys] version = "0.3" [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.4.3" [dependencies.serde_json] version = "1" [dependencies.wasm-bindgen] version = "0.2.78" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4.31" [dependencies.web-sys] version = "0.3" features = [ "Window", "Document", "HtmlElement", "Node", "Text", "console", "MessageEvent", "AudioContext", "AudioDestinationNode", "AudioNode", "NodeList", "EventTarget", "EventListener", "DomTokenList", "AddEventListenerOptions", "AudioParam", "Headers", "Request", "RequestInit", "RequestMode", "Response", "NamedNodeMap", "UrlSearchParams", ] [dependencies.wee_alloc] version = "0.4.5" optional = true