[dependencies.fancy-regex]
version = "0.14"
[dependencies.nu-ansi-term]
version = "0.50.1"
[dependencies.nu-color-config]
version = "0.101.0"
[dependencies.nu-engine]
default-features = false
version = "0.101.0"
[dependencies.nu-protocol]
default-features = false
version = "0.101.0"
[dependencies.nu-utils]
default-features = false
version = "0.101.0"
[dependencies.tabled]
default-features = false
features = ["ansi"]
version = "0.16.0"
[dependencies.terminal_size]
version = "0.4"
[dev-dependencies]
[[example]]
name = "table_demo"
path = "examples/table_demo.rs"
[lib]
bench = false
name = "nu_table"
path = "src/lib.rs"
[lints.clippy]
unchecked_duration_subtraction = "warn"
[package]
authors = ["The Nushell Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Nushell table printing"
edition = "2021"
license = "MIT"
name = "nu-table"
readme = "README.md"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-table"
version = "0.101.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"