[package]
edition = "2021"
name = "cranpose-testing"
version = "0.0.49"
authors = ["Dmitry Samoylenko"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Testing utilities and harness for Cranpose"
homepage = "https://samoylenkodmitry.github.io/cranpose/"
readme = "README.md"
keywords = [
"gui",
"ui",
"compose",
"declarative",
"framework",
]
categories = ["gui"]
license = "Apache-2.0"
repository = "https://github.com/samoylenkodmitry/cranpose"
[lib]
name = "cranpose_testing"
path = "src/lib.rs"
[[test]]
name = "button_clickable_test"
path = "tests/button_clickable_test.rs"
[[test]]
name = "composition_switching_test"
path = "tests/composition_switching_test.rs"
[[test]]
name = "conditional_rendering_test"
path = "tests/conditional_rendering_test.rs"
[[test]]
name = "integration_modifier_tests"
path = "tests/integration_modifier_tests.rs"
[[test]]
name = "intrinsics_test"
path = "tests/intrinsics_test.rs"
[[test]]
name = "modifier_offset_test"
path = "tests/modifier_offset_test.rs"
[[test]]
name = "modifier_reuse_test"
path = "tests/modifier_reuse_test.rs"
[[test]]
name = "modifier_size_position_test"
path = "tests/modifier_size_position_test.rs"
[[test]]
name = "pointer_hover_gradient_test"
path = "tests/pointer_hover_gradient_test.rs"
[[test]]
name = "pointer_input_end_to_end_test"
path = "tests/pointer_input_end_to_end_test.rs"
[[test]]
name = "pointer_input_integration_test"
path = "tests/pointer_input_integration_test.rs"
[[test]]
name = "render_invalidation_test"
path = "tests/render_invalidation_test.rs"
[dependencies.cranpose]
version = "0.0.49"
features = ["robot"]
[dependencies.cranpose-app-shell]
version = "0.0.49"
[dependencies.cranpose-core]
version = "0.0.49"
[dependencies.cranpose-foundation]
version = "0.0.49"
[dependencies.cranpose-render-common]
version = "0.0.49"
[dependencies.cranpose-ui]
version = "0.0.49"
[dependencies.cranpose-ui-graphics]
version = "0.0.49"
[dev-dependencies.cranpose-macros]
version = "0.0.49"
[dev-dependencies.cranpose-ui-layout]
version = "0.0.49"