[package]
edition = "2024"
name = "termal"
version = "4.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for fancy colored cli using ansi codes"
homepage = "https://github.com/BonnyAD9/termal"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/BonnyAD9/termal"
[package.metadata."docs.rs"]
all-features = true
[features]
all = ["termal_core/all"]
default = []
events = ["termal_core/events"]
image = ["termal_core/image"]
raw = ["termal_core/raw"]
readers = ["termal_core/readers"]
term_image = ["termal_core/term_image"]
term_text = ["termal_core/term_text"]
[lib]
name = "termal"
path = "src/lib.rs"
[[example]]
name = "chars"
path = "examples/chars.rs"
[[example]]
name = "feature"
path = "examples/feature.rs"
[[example]]
name = "hints"
path = "examples/hints.rs"
[[example]]
name = "keys"
path = "examples/keys.rs"
[[example]]
name = "print"
path = "examples/print.rs"
[[example]]
name = "reader"
path = "examples/reader.rs"
[[example]]
name = "requests"
path = "examples/requests.rs"
[[example]]
name = "sixel"
path = "examples/sixel.rs"
[[example]]
name = "texel"
path = "examples/texel.rs"
[[test]]
name = "base"
path = "tests/base.rs"
[[test]]
name = "codes"
path = "tests/codes.rs"
[[test]]
name = "events"
path = "tests/events.rs"
[[test]]
name = "term_text"
path = "tests/term_text.rs"
[[test]]
name = "terminal"
path = "tests/terminal.rs"
[dependencies.termal_core]
version = "4.2.0"
default-features = false
[dependencies.termal_proc]
version = "4.2.0"
default-features = false