waterui-testing 0.3.0

Headless testing helpers for WaterUI
# 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 = "2024"
rust-version = "1.95"
name = "waterui-testing"
version = "0.3.0"
authors = ["Lexo Liu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless testing helpers for WaterUI"
readme = "README.md"
keywords = [
    "ui",
    "framework",
    "rust",
    "gui",
    "water",
]
categories = ["gui"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/water-rs/waterui"
resolver = "2"

[package.metadata.cargo-machete]
ignored = [
    "bitflags",
    "executor-core",
]

[lib]
name = "waterui_testing"
path = "src/lib.rs"

[[test]]
name = "cargo_integration"
path = "tests/cargo_integration.rs"

[[test]]
name = "local_work_drain"
path = "tests/local_work_drain.rs"

[dependencies.accesskit]
version = "0.24"

[dependencies.executor-core]
version = "0.7.1"
features = ["std"]

[dependencies.hydrolysis]
version = "0.1.0"
features = [
    "accessibility",
    "testing",
]
default-features = false

[dependencies.image]
version = "0.25"
features = ["png"]
default-features = false

[dependencies.pollster]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sysinfo]
version = "0.39"
features = ["system"]
default-features = false

[dependencies.vello]
version = "0.9"

[dependencies.waterui]
version = "0.3.0"

[dependencies.waterui-core]
version = "0.3.0"

[dependencies.waterui-preview-protocol]
version = "0.1.0"

[dependencies.wgpu]
version = "29.0.4"

[dev-dependencies.bitflags]
version = "2.13.1"

[lints.clippy]
all = "warn"
cargo = "warn"
complexity = "warn"
correctness = "warn"
nursery = "warn"
pedantic = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"
undocumented_unsafe_blocks = "warn"

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"