tui-splitflap 0.1.0

A Ratatui widget for rendering retro split-flap display boards
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"
rust-version = "1.85"
name = "tui-splitflap"
version = "0.1.0"
build = false
exclude = [
    "assets/",
    "docs/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Ratatui widget for rendering retro split-flap display boards"
readme = "README.md"
keywords = [
    "ratatui",
    "tui",
    "widget",
    "animation",
    "splitflap",
]
categories = ["visualization"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jharsono/tui-splitflap"

[features]
pantry = ["dep:tui-pantry"]

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

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

[[example]]
name = "widget_preview"
path = "examples/widget_preview/main.rs"
required-features = ["pantry"]

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

[dependencies.ratatui]
version = "0.30"

[dependencies.thiserror]
version = "2"

[dependencies.tui-pantry]
version = "0.3"
optional = true

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

[dev-dependencies.tui-pantry]
version = "0.3"