aisling 0.3.17

Embeddable terminal text effects and loaders for Rust TUI applications.
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 = "2021"
rust-version = "1.74"
name = "aisling"
version = "0.3.17"
build = false
include = [
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
    "/for_other_agent.MD",
    "/src/**",
    "/examples/**",
    "/tests/**",
    "/text_effects.sh",
    "/loaders.sh",
    "/run.sh",
    "/story.sh",
    "/test.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embeddable terminal text effects and loaders for Rust TUI applications."
documentation = "https://docs.rs/aisling"
readme = "README.md"
keywords = [
    "tui",
    "terminal",
    "animation",
    "ansi",
    "effects",
]
categories = [
    "command-line-interface",
    "graphics",
    "rendering",
]
license = "MIT"

[features]
default = []

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

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

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

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

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

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

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

[[test]]
name = "effects"
path = "tests/effects.rs"

[[test]]
name = "loaders"
path = "tests/loaders.rs"