termplot-rs 0.2.3

A high-performance terminal plotting library using Unicode Braille characters. Supports real-time rendering, 3D projections, and complex charts.
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"
name = "termplot-rs"
version = "0.2.3"
build = false
exclude = [
    ".github/*",
    "images/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance terminal plotting library using Unicode Braille characters. Supports real-time rendering, 3D projections, and complex charts."
readme = "README.md"
keywords = [
    "plotting",
    "tui",
    "graph",
    "visualization",
    "braille",
]
categories = [
    "command-line-interface",
    "visualization",
    "graphics",
]
license = "MIT"
repository = "https://github.com/sabbat-cloud/termplot"

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

[[example]]
name = "3dengine"
path = "examples/3dengine.rs"

[[example]]
name = "3denginebeta"
path = "examples/3denginebeta.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.colored]
version = "2.0"

[dependencies.crossterm]
version = "0.27"

[dependencies.rand]
version = "0.8"

[dependencies.terminal_size]
version = "0.3"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.sysinfo]
version = "0.30"