# 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 = "2018" name = "colonnade" version = "1.3.3" authors = ["dfhoughton "] description = "format tabular data for display" homepage = "https://github.com/dfhoughton/colonnade" documentation = "https://docs.rs/colonnade" readme = "README.md" keywords = [ "text", "table", "wrap", "justify", "align", ] categories = [ "command-line-interface", "text-processing", "value-formatting", ] license = "MIT" repository = "https://github.com/dfhoughton/colonnade" [dependencies.lazy_static] version = "^1" optional = true [dependencies.regex] version = "1.7" optional = true [dependencies.strip-ansi-escapes] version = "0.2" [dependencies.unicode-segmentation] version = "1" [dev-dependencies.ansi_term] version = "0" [dev-dependencies.term] version = "0" [features] nbsp = [ "regex", "lazy_static", ]