overture 0.0.1-dev

Minimal, composable middleware for rendering TUI's in Rust.
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "makabaka1880/overture"

[dependencies.figlet-rs]
version = "0.1.5"

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

[package]
authors = ["Sean Li <makabaka1880@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "graphics", "rendering"]
description = "Minimal, composable middleware for rendering TUI's in Rust."
documentation = "https://docs.rs/overture"
edition = "2024"
exclude = [".vscode", "target", "tests", "*.psd", "notes", "screenshots", "scripts"]
homepage = "https://github.com/makabaka1880/overture"
include = ["src/**", "README.md", "Cargo.toml", "LICENSE", "examples/**"]
keywords = ["tui", "terminal", "ansi", "graphics", "render"]
license-file = "LICENSE.txt"
name = "overture"
readme = "README.md"
repository = "https://github.com/makabaka1880/overture"
rust-version = "1.87"
version = "0.0.1-dev"

[package.metadata.docs.rs]
all-features = true