[package]
edition = "2024"
name = "termal_proc"
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"
[lib]
name = "termal_proc"
path = "src/lib.rs"
proc-macro = true
[dependencies.termal_core]
version = "4.2.0"
features = ["proc"]
default-features = false