# 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 = "2021" name = "veg" version = "0.5.0" description = "Flexible tables" readme = "README.md" license = "MIT" repository = "https://github.com/qtfkwk/veg" [package.metadata.docs.rs] features = ["colored"] [dependencies.anyhow] version = "1.0.80" [dependencies.colored] version = "2.1.0" optional = true [dependencies.strip-ansi-escapes] version = "0.2.0" [dependencies.unicode-segmentation] version = "1.11.0" [features] colored = ["dep:colored"]