tabulator 0.1.0

Grid-oriented tabulation with justification and anchors
Documentation
[dependencies.itertools]
version = "0.14.0"

[dependencies.joinery]
version = "3.1.0"

[dependencies.lazy_format]
version = "2.0.3"

[dependencies.num-bigint]
optional = true
version = "0.4.6"

[dependencies.rust_decimal]
optional = true
version = "1.38.0"

[dependencies.strum]
version = "0.27.2"

[dependencies.strum_macros]
version = "0.27.2"

[dependencies.test-case]
version = "3.3.1"

[dependencies.unicode-width]
version = "0.2.1"

[features]
num-bigint = ["dep:num-bigint"]
rust_decimal = ["dep:rust_decimal"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Grid-oriented tabulation with justification and anchors"
edition = "2024"
homepage = "https://github.com/tesujimath/tabulator"
license = "MIT OR Apache-2.0"
name = "tabulator"
readme = "README.md"
repository = "https://github.com/tesujimath/tabulator"
version = "0.1.0"

[[test]]
name = "spacing"
path = "tests/spacing.rs"