[package]
edition = "2024"
rust-version = "1.95"
name = "smix-screen"
version = "0.2.0"
authors = ["Golia <doracawl@golia.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "smix-screen — A11yNode + Rect + Bounds + Role types + visibility primitives (stone). Ported from now-retired TS source: src/core/screen.ts + src/core/resolve-selector.ts visibility/area logic. v1.5 c5i-d filter semantics 1:1."
homepage = "https://github.com/goliajp/smix"
documentation = "https://docs.rs/smix-screen"
readme = "README.md"
keywords = [
"ios",
"accessibility",
"a11y",
"rect",
"visibility",
]
categories = [
"development-tools::testing",
"graphics",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/smix"
[lib]
name = "smix_screen"
path = "src/lib.rs"
[[example]]
name = "dhat_profile"
path = "examples/dhat_profile.rs"
[[test]]
name = "perf_gate"
path = "tests/perf_gate.rs"
[[test]]
name = "proptest"
path = "tests/proptest.rs"
[[test]]
name = "role_derive"
path = "tests/role_derive.rs"
[[test]]
name = "visibility"
path = "tests/visibility.rs"
[[bench]]
name = "perf_gate"
path = "benches/perf_gate.rs"
harness = false
[[bench]]
name = "visibility"
path = "benches/visibility.rs"
harness = false
[dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.criterion]
version = "0.7"
features = [
"plotters",
"cargo_bench_support",
]
default-features = false
[dev-dependencies.dhat]
version = "0.3"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.serde_json]
version = "1"
[lints.clippy]
result_large_err = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.rust]
warnings = "deny"