# 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 = "dominator-testing" version = "0.1.0" authors = ["Mathias Myrland "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helpers for testing dominator UIs with wasm-bindgen-test" homepage = "https://github.com/JedimEmO/dominator-testing" readme = "README.md" keywords = [ "reactive", "signal", "frp", ] categories = [ "gui", "web-programming", "wasm", ] license = "MIT" repository = "https://github.com/JedimEmO/dominator-testing" [lib] name = "dominator_testing" path = "src/lib.rs" [[test]] name = "browser_test" path = "tests/test.rs" [dependencies.dominator] version = "^0.5.36" [dependencies.js-sys] version = "^0.3.69" [dependencies.thiserror] version = "^1.0.63" [dependencies.wasm-bindgen] version = "^0.2.92" [dependencies.wasm-bindgen-futures] version = "^0.4.42" [dependencies.wasm-bindgen-test] version = "^0.3.42" [dependencies.web-sys] version = "^0.3.69" features = [ "HtmlCollection", "NodeList", "HtmlElement", "HtmlButtonElement", ] [dependencies.web-time] version = "^1.1.0" [dev-dependencies.dominator] version = "0.5.34" [dev-dependencies.futures-signals] version = "0.3.33" [dev-dependencies.num-traits] version = "0.2.19" [dev-dependencies.wasm-bindgen-futures] version = "0.4.42" [dev-dependencies.wasm-bindgen-test] version = "0.3.42" [dev-dependencies.web-sys] version = "0.3.69"