[package] name = "yewlish-testing-tools" version = "1.3.0" edition = "2021" authors = ["Kirill Korotkov "] license = "MIT OR Apache-2.0" description = "A set of testing tools for the Yew framework." repository = "https://github.com/patchwork-body/yewlish.git" documentation = "https://docs.rs/yewlish-testing-tools" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.22" web-sys = { version = "0.3.70", features = ["Document", "DomParser", "SupportedType", "MouseEvent", "MouseEventInit", "KeyboardEvent", "KeyboardEventInit", "EventTarget", "EventInit", "HtmlButtonElement"] } yew = { version = "0.21.0", features = ["csr", "ssr", "hydration"] } wasm-bindgen-futures = "0.4.43" gloo-utils = "0.2.0" wasm-bindgen = "0.2.95" serde-wasm-bindgen = "0.6.5" serde_json = "1.0.133" [dev-dependencies] wasm-bindgen-test = "0.3.43" serde = { version = "1.0.215", features = ["derive"] } gloo = "0.11.0" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] tokio = { version = "1.40.0", features = ["rt", "rt-multi-thread", "macros"] } [lib] crate-type = ["cdylib", "rlib"]