tui-piechart 0.3.0

A customizable pie chart widget for Ratatui 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.0"
name = "tui-piechart"
version = "0.3.0"
authors = ["Sorin Albu-Irimies <sorinirimies@gmail.com>"]
build = false
exclude = [
    "examples/vhs/output/*.gif",
    ".gitea/",
    ".github/",
    "GITEA_SETUP.md",
    "cliff.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A customizable pie chart widget for Ratatui TUI applications"
homepage = "https://github.com/sorinirimies/tui-piechart"
readme = "README.md"
keywords = [
    "tui",
    "terminal",
    "ratatui",
    "piechart",
    "widget",
]
categories = [
    "command-line-interface",
    "visualization",
    "rendering",
    "gui",
    "graphics",
]
license = "MIT"
repository = "https://github.com/sorinirimies/tui-piechart"

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

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

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

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

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

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

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

[[example]]
name = "piechart"
path = "examples/piechart_basic.rs"

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

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

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

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

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

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

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

[dependencies.ratatui]
version = "0.30"
default-features = false

[dev-dependencies.color-eyre]
version = "0.6"

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

[dev-dependencies.ratatui]
version = "0.30"
features = ["crossterm"]