weavetui_core 0.1.3

Core traits and utilities for weavetui TUI framework.
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 = "2021"
name = "weavetui_core"
version = "0.1.3"
authors = ["Val <alviandtm@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and utilities for weavetui TUI framework."
homepage = "https://github.com/mzyui/weavetui"
documentation = "https://docs.rs/weavetui_core"
readme = "README.md"
keywords = [
    "tui",
    "component",
    "ui",
    "weavetui",
]
categories = [
    "gui",
    "command-line-interface",
]
license = "MIT"
repository = "https://github.com/mzyui/weavetui"
resolver = "3"

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

[dependencies.anyhow]
version = "1.0.99"

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dependencies.downcast-rs]
version = "2.0.1"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.tokio]
version = "1.47.1"
features = [
    "sync",
    "rt-multi-thread",
    "time",
    "macros",
]

[dependencies.tokio-util]
version = "0.7.16"