inkling-loader 0.1.5

Reveal arbitrary ASCII art as a progress indicator by choosing the order its glyphs appear.
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 = "inkling-loader"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reveal arbitrary ASCII art as a progress indicator by choosing the order its glyphs appear."
readme = "README.md"
keywords = [
    "progress",
    "ascii",
    "terminal",
    "tui",
    "animation",
]
categories = [
    "command-line-interface",
    "visualization",
]
license = "MIT"
repository = "https://github.com/codizzler/inkling"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["terminal"]
terminal = [
    "dep:crossterm",
    "dep:unicode-width",
]

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

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

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

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

[dependencies.crossterm]
version = "0.28"
optional = true

[dependencies.unicode-width]
version = "0.1"
optional = true