ratcn 0.0.0

Themeable terminal UI components and interaction runtime for Ratatui. Placeholder — the library is still under development.
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"
rust-version = "1.93"
name = "ratcn"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Themeable terminal UI components and interaction runtime for Ratatui. Placeholder — the library is still under development."
homepage = "https://ratcn.kristoferlund.se"
documentation = "https://docs.rs/ratcn"
readme = "README.md"
keywords = [
    "ratatui",
    "tui",
    "terminal",
    "components",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/kristoferlund/ratcn"

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

[dependencies]