termplot-rs 0.2.0

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.0"
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 = "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 = "fractal"
path = "examples/fractal.rs"

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

[[example]]
name = "plasma"
path = "examples/plasma.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"