# 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 = "yew-interop" version = "0.3.0" description = "use javascript and css asynchrously in yew" homepage = "https://github.com/Madoshakalaka/yew-interop" readme = "../README.md" keywords = ["yew", "interop", "js", "css", "npm"] categories = ["api-bindings", "asynchronous", "wasm", "web-programming"] license = "MIT" repository = "https://github.com/Madoshakalaka/yew-interop" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "documenting"] [dependencies.js-sys] version = "0.3" optional = true [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.wasm-bindgen-futures] version = "0.4" optional = true [dependencies.web-sys] version = "0.3" features = ["RequestInit", "RequestMode", "Request", "Window", "Response", "HtmlHeadElement"] optional = true [dependencies.yew] version = "0.19" [dependencies.yew-interop-core] version = "0.2" [dependencies.yew-interop-macro] version = "0.3" [dev-dependencies.yew] version = "0.19" [features] script = ["wasm-bindgen-futures", "web-sys", "js-sys", "wasm-bindgen", "yew-interop-macro/script"]