a2ui-slint 0.2.1

Slint native-GUI backend for A2UI (Agent to UI)
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 = "a2ui-slint"
version = "0.2.1"
authors = ["Liangdi <wu@liangdi.me>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Slint native-GUI backend for A2UI (Agent to UI)"
readme = false
license = "MIT"
repository = "https://github.com/Liangdi/a2ui"

[features]
backend = [
    "dep:slint",
    "dep:slint-build",
    "slint/backend-winit",
    "slint/renderer-software",
]
default = []

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

[dependencies.a2ui-base]
version = "0.2.1"

[dependencies.serde_json]
version = "1"

[dependencies.slint]
version = "1.16"
features = [
    "std",
    "compat-1-2",
]
optional = true
default-features = false

[build-dependencies.slint-build]
version = "1.16"
optional = true