[package] name = "table_print" version = "0.1.0" authors = ["John Toohey "] edition = "2018" license = "LGPL-3.0-or-later" description = "A table library for rust. It can export to plain text, HTML and CSV." readme = "README.md" repository = "https://gitlab.com/john_t/tableprint" keywords = ["html", "csv", "table", "formatting"] categories = ["command-line-interface"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] textwrap = "0.13"