# 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 = "frontest" version = "0.3.0" authors = ["Maciej ZwoliƄski "] description = "A crate for querying, matching and asserting DOM" homepage = "https://github.com/zwo1in/frontest-rs" documentation = "https://docs.rs/frontest" readme = "README.md" keywords = [ "web", "wasm", "dom", "test", "frontend", ] categories = [ "wasm", "web-programming", "accessibility", "development-tools::testing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zwo1in/frontest-rs" [dependencies.gloo] version = "0.11" features = ["futures"] [dependencies.wasm-bindgen] version = "0.2.89" [dependencies.web-sys] version = "0.3" features = [ "Document", "Element", "HtmlElement", "HtmlCollection", "HtmlInputElement", "HtmlLabelElement", "HtmlButtonElement", "HtmlMeterElement", "HtmlOutputElement", "HtmlProgressElement", "HtmlSelectElement", "HtmlTextAreaElement", "Node", "NodeList", ] [dependencies.yew] version = "0.21" features = ["csr"] optional = true [dev-dependencies.futures] version = "0.3" [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] default = ["yew"]