[[bin]]
name = "tabulator"
path = "src/main.rs"
required-features = ["bin"]
[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5.42"
[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.serde]
features = ["derive"]
optional = true
version = "1.0.228"
[dependencies.serde_json]
optional = true
version = "1.0.145"
[dependencies.test-case]
version = "3.3.1"
[dependencies.unicode-width]
version = "0.2.1"
[features]
bin = ["clap", "json", "psv"]
clap = ["dep:clap"]
json = ["dep:serde", "dep:serde_json"]
num-bigint = ["dep:num-bigint"]
psv = []
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.5.0"
[[test]]
name = "nesting"
path = "tests/nesting.rs"
[[test]]
name = "spacing"
path = "tests/spacing.rs"