summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 180ded1b11d6ef9c87ba422d4f4d14828e73b6a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]

name = "prettytable-rs"
version = "0.6.3"
description = "A library for printing pretty formatted tables in terminal"
homepage = "https://github.com/phsym/prettytable-rs"
repository = "https://github.com/phsym/prettytable-rs"
documentation = "http://phsym.github.io/prettytable-rs"
readme = "README.md"
authors = [ "Pierre-Henri Symoneaux" ]
keywords = ["tab", "table", "format", "pretty", "print"]
license = "BSD-3-Clause"

[features]
default = ["win_crlf"]
win_crlf = []

[[bin]]
name = "main"

[lib]
name = "prettytable"

[dependencies]
unicode-width = "^0.1"
term = "^0.4"
lazy_static = "^0.2"
atty = "^0.1"
encode_unicode = "^0.2"