trazo 0.0.1

Enhanced charts and visualizations for ratatui terminal UIs
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.85"
name = "trazo"
version = "0.0.1"
authors = ["Paski <paski@paski.dev>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Enhanced charts and visualizations for ratatui terminal UIs"
documentation = "https://docs.rs/trazo"
readme = "README.md"
keywords = [
    "ratatui",
    "tui",
    "chart",
    "visualization",
    "terminal",
]
categories = [
    "visualization",
    "command-line-interface",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/paskidev/trazo"

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

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

[lints.clippy]
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"