[package] name = "cli-animate" authors = ["Kurumi Muto"] description = "Enrich your Rust CLIs with stunning, easy-to-implement animations." version = "0.1.0" edition = "2021" license = "MIT" repository = "https://github.com/walnut07/cli_animate" keywords = ["cli", "animation", "progress-bar", "loading"] categories = ["Command-line interface", "Command-line utilities"] readme = "README.md" exclude = [ "examples/**.gif" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]