# 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 = "ascii_table" version = "4.0.4" authors = ["Gerrit Viljoen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Print ASCII tables to the terminal" homepage = "https://gitlab.com/d5b4b2/ascii-table" documentation = "https://docs.rs/ascii_table" readme = "readme.md" keywords = [ "ascii", "table", ] categories = ["command-line-interface"] license = "MIT" repository = "https://gitlab.com/d5b4b2/ascii-table" [package.metadata.cargo-all-features] allowlist = [ "auto_table_width", "color_codes", "wide_characters", ] [lib] name = "ascii_table" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.lazy_static] version = "1" optional = true [dependencies.regex] version = "1" optional = true [dependencies.termion] version = "4" optional = true [dependencies.unicode-width] version = "0.1" optional = true [dev-dependencies.colorful] version = "0.3" [features] auto_table_width = ["termion"] color_codes = [ "lazy_static", "regex", ] wide_characters = ["unicode-width"]