# 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 = "mogwai-hydrator" version = "0.2.0" authors = ["Schell Scivally "] description = "View hydration for the mogwai library" documentation = "https://docs.rs/mogwai/" readme = "README.md" keywords = ["ui", "dom", "hydration", "html"] categories = ["gui", "wasm", "web-programming"] license = "MIT" repository = "https://github.com/schell/mogwai" [dependencies.mogwai] version = "^0.5" [dependencies.snafu] version = "^0.6" [dependencies.wasm-bindgen] version = "0.2.73" [dependencies.web-sys] version = "^0.3" features = ["Element", "EventTarget", "HtmlElement", "Node", "Text"] [dev-dependencies.console_log] version = "^0.1" [dev-dependencies.log] version = "^0.4" [dev-dependencies.wasm-bindgen-futures] version = "^0.4" [dev-dependencies.wasm-bindgen-test] version = "0.3.17" [dev-dependencies.web-sys] version = "^0.3" features = ["Request", "RequestMode", "RequestInit", "Response"]