animate 0.0.0

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

[[bin]]
name = "animate"
path = "src/main.rs"

[dependencies]