[package]
edition = "2021"
name = "microsoft-webui-test-utils"
version = "0.0.7"
authors = ["Microsoft Edge"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test utilities for WebUI framework"
homepage = "https://microsoft.github.io/webui"
readme = "README.md"
keywords = [
"webui",
"testing",
"test-utils",
"ssr",
"mocking",
]
categories = [
"development-tools::testing",
"web-programming",
]
license = "MIT"
repository = "https://github.com/microsoft/webui"
[lib]
name = "webui_test_utils"
path = "src/lib.rs"
[dependencies.microsoft-webui-protocol]
version = "0.0.7"
[dependencies.mockall]
version = "0.14.0"
[dependencies.serde_json]
version = "1.0.149"
[dependencies.tempfile]
version = "3.25.0"
[dependencies.tokio-test]
version = "0.4.5"