# 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 = "yewlish-testing-tools" version = "1.3.0" authors = ["Kirill Korotkov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A set of testing tools for the Yew framework." documentation = "https://docs.rs/yewlish-testing-tools" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/patchwork-body/yewlish.git" [lib] name = "yewlish_testing_tools" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.gloo-utils] version = "0.2.0" [dependencies.log] version = "0.4.22" [dependencies.serde-wasm-bindgen] version = "0.6.5" [dependencies.serde_json] version = "1.0.133" [dependencies.wasm-bindgen] version = "0.2.95" [dependencies.wasm-bindgen-futures] version = "0.4.43" [dependencies.web-sys] version = "0.3.70" features = [ "Document", "DomParser", "SupportedType", "MouseEvent", "MouseEventInit", "KeyboardEvent", "KeyboardEventInit", "EventTarget", "EventInit", "HtmlButtonElement", ] [dependencies.yew] version = "0.21.0" features = [ "csr", "ssr", "hydration", ] [dev-dependencies.gloo] version = "0.11.0" [dev-dependencies.serde] version = "1.0.215" features = ["derive"] [dev-dependencies.wasm-bindgen-test] version = "0.3.43" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio] version = "1.40.0" features = [ "rt", "rt-multi-thread", "macros", ]