[dependencies.fancy-regex]
version = "0.16"
[dependencies.nu-ansi-term]
version = "0.50.3"
[dependencies.nu-color-config]
version = "0.109.0"
[dependencies.nu-engine]
default-features = false
version = "0.109.0"
[dependencies.nu-protocol]
default-features = false
version = "0.109.0"
[dependencies.nu-utils]
default-features = false
version = "0.109.0"
[dependencies.tabled]
default-features = false
features = ["ansi"]
version = "0.20"
[dev-dependencies]
[[example]]
name = "table_demo"
path = "examples/table_demo.rs"
[lib]
bench = false
name = "nu_table"
path = "src/lib.rs"
[lints.clippy]
result_large_err = "allow"
unchecked_duration_subtraction = "warn"
used_underscore_binding = "warn"
[package]
authors = ["The Nushell Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Nushell table printing"
edition = "2024"
license = "MIT"
name = "nu-table"
readme = "README.md"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-table"
version = "0.109.0"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "constrains"
path = "tests/constrains.rs"
[[test]]
name = "expand"
path = "tests/expand.rs"
[[test]]
name = "style"
path = "tests/style.rs"