# 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 = "prettytable" version = "0.10.0" authors = ["Pierre-Henri Symoneaux"] exclude = ["prettytable-evcxr.png"] description = "A library for printing pretty formatted tables in terminal" homepage = "https://github.com/phsym/prettytable-rs" documentation = "https://docs.rs/crate/prettytable-rs/" readme = "README.md" keywords = [ "tab", "table", "format", "pretty", "print", ] categories = ["command-line-interface"] license = "BSD-3-Clause" repository = "https://github.com/phsym/prettytable-rs" [lib] name = "prettytable" [[bin]] name = "main" path = "src/main.rs" edition = "2018" [dependencies.csv] version = "1.1" optional = true [dependencies.encode_unicode] version = "1.0" [dependencies.is-terminal] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.term] version = "0.7" [dependencies.unicode-width] version = "0.1" [features] default = [ "win_crlf", "csv", ] evcxr = [] win_crlf = [] [badges.appveyor] branch = "master" repository = "phsym/prettytable-rs" service = "github" [badges.codecov] branch = "master" repository = "phsym/prettytable-rs" service = "github" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "phsym/prettytable-rs"