[dependencies.base64]
version = "0.22"
[dependencies.once_cell]
version = "1.21"
[dependencies.regex]
version = "1.11"
[lib]
name = "termcinema_engine"
path = "src/lib.rs"
[package]
authors = ["Pokeya Z. Chen <pokeya.mystic@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "visualization", "rendering"]
description = "🧠Core typewriter-style terminal animation engine (SVG renderer) for termcinema"
documentation = "https://docs.rs/termcinema-engine"
edition = "2024"
homepage = "https://github.com/pokeyaro/termcinema"
include = ["src/**", "Cargo.toml", "README.md", "LICENSE*"]
keywords = ["ascii", "svg", "engine", "terminal", "renderer"]
license = "MIT OR Apache-2.0"
name = "termcinema-engine"
readme = "README.md"
repository = "https://github.com/pokeyaro/termcinema"
rust-version = "1.85"
version = "0.1.0"