# 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 = "dom_testing_library" version = "0.1.0" authors = ["Sam Judelson"] description = "dom_testing_library is a lightweight front end testing toolkit for the rust frontend ecosystem. Heavily inspired by https://testing-library.com/ , write wasm_bindgen tests for your rust front end framework the same way your users will use it." homepage = "https://github.com/sjud/dom_testing" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/sjud/dom_testing" [dependencies.thiserror] version = "1.0.56" [dependencies.wasm-bindgen] version = "0.2.9" [dependencies.web-sys] version = "0.3.0" features = [ "HtmlCollection", "NodeList", "Window", "HtmlElement", "Document", "HtmlLabelElement", "HtmlTextAreaElement", "HtmlInputElement", "HtmlSelectElement", ] [dev-dependencies.console_error_panic_hook] version = "0.1.7" [dev-dependencies.wasm-bindgen-test] version = "0.3.0" [features] leptos = [] unit_tests = [] [target.wasm32-unknown-unknown]