fancy-table 0.4.3

Fancy tables with bells and whistles
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "fancy-table"
version = "0.4.3"
authors = ["MichaƂ Buczko"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fancy tables with bells and whistles"
readme = "README.md"
keywords = [
    "ascii",
    "table",
    "cli",
]
categories = [
    "command-line-interface",
    "gui",
]
license = "MIT"
repository = "https://github.com/mbuczko/fancy-table"

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

[[example]]
name = "classic"
path = "examples/classic.rs"

[[example]]
name = "colored"
path = "examples/colored.rs"

[[example]]
name = "minimal"
path = "examples/minimal.rs"

[[example]]
name = "modern"
path = "examples/modern.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

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

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

[dependencies.smallvec]
version = "1.13"

[dependencies.terminal_size]
version = "0.4"