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