ratflow 0.3.0

A minimalistic framework for building TUI applications using a reactive architecture.
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 = "ratflow"
version = "0.3.0"
authors = ["Jayce Fayne <jayce.fayne@mailbox.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimalistic framework for building TUI applications using a reactive architecture."
documentation = "https://docs.rs/ratflow/latest/ratflow"
readme = "README.md"
keywords = [
    "tui",
    "terminal-ui",
    "ratatui",
    "reactive",
    "async",
]
categories = [
    "command-line-interface",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/jaycefayne/ratflow"

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

[[example]]
name = "hello-world"
path = "examples/hello-world.rs"

[[example]]
name = "views"
path = "examples/views.rs"

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

[dependencies.futures-util]
version = "0.3"
default-features = false

[dependencies.ratatui]
version = "0.30"
features = ["crossterm"]
default-features = false

[dependencies.sycamore-reactive]
version = "0.9"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "time",
    "macros",
    "rt",
]

[dev-dependencies.color-eyre]
version = "0.6"

[dev-dependencies.sycamore-reactive]
version = "0.9"
features = ["nightly"]

[dev-dependencies.tokio]
version = "1"
features = ["full"]