# 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 = "testing-library-dom" version = "0.0.1" authors = ["Rust For Web "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust port of DOM Testing Library." homepage = "https://testing-library.rustforweb.org" readme = "README.md" license = "MIT" repository = "https://github.com/RustForWeb/testing-library" [lib] name = "testing_library_dom" path = "src/lib.rs" [[test]] name = "config" path = "tests/config.rs" [[test]] name = "element_queries" path = "tests/element_queries.rs" [[test]] name = "get_node_text" path = "tests/get_node_text.rs" [[test]] name = "pretty_dom" path = "tests/pretty_dom.rs" [[test]] name = "query_helpers" path = "tests/query_helpers.rs" [dependencies.aria-query] version = "0.0.3" [dependencies.dom-accessibility-api] version = "0.0.2" [dependencies.log] version = "0.4.22" [dependencies.paste] version = "1.0.15" [dependencies.pretty-format] version = "0.0.1" [dependencies.regex] version = "1.10.6" [dependencies.thiserror] version = "1.0.63" [dependencies.wasm-bindgen] version = "0.2.93" [dependencies.web-sys] version = "0.3.70" features = [ "Attr", "Comment", "Document", "DocumentFragment", "Element", "HtmlCollection", "HtmlElement", "HtmlInputElement", "HtmlLabelElement", "HtmlOptionElement", "HtmlOptionsCollection", "HtmlSelectElement", "NamedNodeMap", "NodeList", "Text", "Window", ] [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.mockall] version = "0.13.0" [dev-dependencies.wasm-bindgen-test] version = "0.3.42"