termplot-rs 0.1.1

Una librería para renderizar gráficos en la terminal usando caracteres Braille.
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"
name = "termplot-rs"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Una librería para renderizar gráficos en la terminal usando caracteres Braille."
readme = "README.md"
keywords = [
    "chart",
    "terminal",
    "braille",
    "plot",
]
categories = [
    "command-line-interface",
    "visualization",
]
license = "MIT"
repository = "https://github.com/sabbat-cloud/termplot"

[features]
color = ["dep:colored"]
default = ["color"]

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

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

[dependencies.colored]
version = "2.0"
optional = true

[dependencies.rand]
version = "0.8"

[dependencies.termplot]
version = "0.1.1"

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