cellophane 0.2.3

A terminal animation framework for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "cellophane"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal animation framework for Rust"
readme = "README.md"
keywords = [
    "terminal",
    "animation",
    "tui",
    "ansi",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/km-clay/cellophane"

[features]
ratatui = ["dep:ratatui"]

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

[dependencies.bitflags]
version = "2.11.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.log]
version = "0.4.29"

[dependencies.ratatui]
version = "0.30.0"
optional = true

[dependencies.smallvec]
version = "1.15.1"

[dependencies.unicode-segmentation]
version = "1.13.2"

[dependencies.unicode-width]
version = "0.2.2"

[dependencies.vte]
version = "0.15.0"
features = ["ansi"]