[package] name = "tabb" version = "0.1.0" edition = "2018" authors = ["Wojciech Smołka "] license = "MIT" description = "A tool for pretty printing (padding) tabular data." readme = "README.md" homepage = "https://github.com/smwoj/tab-rs" repository = "https://github.com/smwoj/tab-rs" keywords = ["cli", "csv", "tabular", "formatter"] categories = ["command-line-utilities"] [dependencies] termion = "1.*" atty = "0.2.*" structopt = "0.2.*"