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 = "veg"
version = "0.6.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Flexible tables"
readme = "README.md"
license = "MIT"
repository = "https://github.com/qtfkwk/veg"

[package.metadata.docs.rs]
features = ["colored"]

[features]
colored = ["dep:colored"]

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.colored]
version = "3.1.1"
optional = true

[dependencies.strip-ansi-escapes]
version = "0.2.1"

[dependencies.unicode-segmentation]
version = "1.12.0"