tinytable 0.2.0

A tiny text table drawing library
Documentation
[[bench]]
harness = false
name = "benches"
path = "benches/benches.rs"

[dependencies.fallible-iterator]
optional = true
version = "0.3"

[dependencies.unicode-segmentation]
version = "1.12"

[dependencies.unicode-width]
default-features = false
version = "0.2"

[dev-dependencies.divan]
version = "0.1"

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tinytable_profile_alloc)"]
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "text-processing", "visualization"]
description = "A tiny text table drawing library"
edition = "2024"
exclude = ["/.github"]
keywords = ["table", "tabular", "terminal", "text", "unicode"]
license = "Apache-2.0 OR MIT"
name = "tinytable"
readme = "README.md"
repository = "https://github.com/MonterraByte/tinytable"
rust-version = "1.85.0"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]