tinterm 0.2.0

A powerful library for vibrant solid and gradient text with shimmer animations in terminal outputs.
Documentation
[dependencies]

[[example]]
name = "animation_test"
path = "examples/animation_test.rs"

[[example]]
name = "art_and_logos"
path = "examples/art_and_logos.rs"

[[example]]
name = "cli_tools"
path = "examples/cli_tools.rs"

[[example]]
name = "comprehensive_demo"
path = "examples/comprehensive_demo.rs"

[[example]]
name = "gradient_colors"
path = "examples/gradient_colors.rs"

[[example]]
name = "gradient_debug"
path = "examples/gradient_debug.rs"

[[example]]
name = "shimmer_showcase"
path = "examples/shimmer_showcase.rs"

[[example]]
name = "simple_animation"
path = "examples/simple_animation.rs"

[[example]]
name = "simple_test"
path = "examples/simple_test.rs"

[[example]]
name = "solid_colors"
path = "examples/solid_colors.rs"

[[example]]
name = "terminal_test"
path = "examples/terminal_test.rs"

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

[package]
authors = ["Bratish Goswami <bratishgoswami@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing", "command-line-interface"]
description = "A powerful library for vibrant solid and gradient text with shimmer animations in terminal outputs."
documentation = "https://docs.rs/tinterm"
edition = "2021"
homepage = "https://github.com/bratish/Tinterm"
keywords = ["terminal", "color", "gradient", "ansi", "animation"]
license = "MIT"
name = "tinterm"
readme = "README.md"
repository = "https://github.com/bratish/Tinterm"
version = "0.2.0"