a2ui-egui 0.3.0

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

[features]
backend = [
    "dep:egui",
    "dep:eframe",
    "dep:image",
    "dep:ureq",
    "eframe/glow",
    "eframe/default_fonts",
]
default = []

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

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

[dependencies.eframe]
version = "0.34"
optional = true

[dependencies.egui]
version = "0.34"
optional = true
default-features = false

[dependencies.image]
version = "0.25"
optional = true

[dependencies.serde_json]
version = "1"

[dependencies.ureq]
version = "2.12"
features = ["tls"]
optional = true