[dependencies.compo-macros]
version = "0.1"
[dependencies.futures-util]
version = "0.3.31"
[dev-dependencies.anyhow]
version = "1.0.100"
[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1.48.0"
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "windows"
path = "examples/windows.rs"
[lib]
name = "compo"
path = "src/lib.rs"
[package]
authors = ["SmileSky <mzdk100@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "gui", "rust-patterns"]
description = """
Compo is a general-purpose declarative and reactive component framework designed for single-threaded asynchronous execution, offering high performance and safety guarantees.\r
Suitable for GUI scenarios or other similar non-GUI component systems.\r
"""
edition = "2024"
keywords = ["component", "reactive", "declarative", "async", "framework"]
license = "Apache-2.0"
name = "compo"
readme = "README.md"
repository = "https://github.com/mzdk100/compo.git"
version = "0.1.2"
[target."cfg(windows)".dev-dependencies.windows]
features = ["Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_System_LibraryLoader"]
version = "0.62.2"