[lib]
name = "fluaterm"
path = "src/lib.rs"
[package]
authors = ["Shadowdara"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "a terminal module for flua which supports ANSI colors"
edition = "2024"
include = ["LICENSE", "README.md", "Cargo.toml", "/src/"]
keywords = ["terminal", "fluaterm", "flua", "ansi", "color"]
license = "Apache-2.0"
name = "fluaterm"
readme = "README.md"
repository = "https://github.com/shadowdara/flua"
version = "0.2.1"