elicit_ui 0.11.1

Typestate-based verified UI system using AccessKit as universal IR
Documentation
# 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"
name = "elicit_ui"
version = "0.11.1"
authors = ["Erik Rose <erik.w.rose@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typestate-based verified UI system using AccessKit as universal IR"
homepage = "https://github.com/crumplecup/elicitation"
documentation = "https://docs.rs/elicitation"
readme = "README.md"
keywords = [
    "mcp",
    "ui",
    "accessibility",
    "typestate",
    "verification",
]
categories = [
    "gui",
    "development-tools",
    "accessibility",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/crumplecup/elicitation"
resolver = "2"

[features]
color = ["dep:palette"]
css = ["dep:cssparser"]
emit = ["elicitation/emit"]
geo = [
    "dep:geo",
    "dep:geo-types",
]
geo-types = ["geo"]
layout-engine = ["dep:taffy"]
palette = ["color"]

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.accesskit]
version = "0.24"
features = [
    "serde",
    "schemars",
]

[dependencies.cssparser]
version = "0.37"
optional = true

[dependencies.derive-getters]
version = "0.5"

[dependencies.derive-new]
version = "0.7"

[dependencies.derive_more]
version = "2"
features = [
    "display",
    "error",
    "from",
    "deref",
    "deref_mut",
    "as_ref",
]

[dependencies.elicit_accesskit]
version = "0.11.1"

[dependencies.elicitation]
version = "0.11.1"
features = ["accesskit"]

[dependencies.elicitation_derive]
version = "0.11.1"

[dependencies.geo]
version = "0.33"
optional = true

[dependencies.geo-types]
version = "0.7"
optional = true

[dependencies.inventory]
version = "0.3"

[dependencies.palette]
version = "0.7"
optional = true

[dependencies.parley]
version = "0.9"
features = ["std"]
default-features = false

[dependencies.peniko]
version = "0.6"
features = ["serde"]

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.rmcp]
version = "1.7"
features = [
    "client",
    "transport-io",
    "schemars",
    "elicitation",
]

[dependencies.schemars]
version = "1"
features = ["derive"]

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1"

[dependencies.taffy]
version = "0.10"
optional = true

[dependencies.tracing]
version = "0.1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "io-std",
    "io-util",
    "time",
    "sync",
    "rt",
    "fs",
    "net",
    "process",
    "signal",
]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(kani)",
    "cfg(creusot)",
    "cfg(prusti)",
    "cfg(verus)",
]