animate 0.3.0

Animation library for Ratatui
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 = "animate"
version = "0.3.0"
authors = ["vyfor"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Animation library for Ratatui"
readme = "README.md"
keywords = [
    "terminal",
    "tui",
    "cli",
    "animation",
    "ratatui",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/vyfor/animate"
resolver = "2"

[features]
default = []
ratatui = ["animate-core/ratatui"]

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

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

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

[[bench]]
name = "animate"
path = "benches/animate.rs"
harness = false

[dependencies.animate-core]
version = "0.3.0"
package = "animate-core"

[dependencies.animate-macros]
version = "0.3.0"
package = "animate-macros"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.crossterm]
version = "0.29"

[dev-dependencies.ratatui]
version = "0.30"