# 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 = "term-table" version = "1.4.0" authors = ["Ryan Bluth "] description = "Tables for CLI apps" readme = "README.md" keywords = [ "table", "cli", "terminal", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/RyanBluth/term-table-rs" [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" [dependencies.unicode-width] version = "0.1" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.rand] version = "0.8.3"