tabwriter 0.1.2

Elastic tabstops.
[package]
name = "tabwriter"
version = "0.1.2"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Elastic tabstops."
documentation = "http://burntsushi.net/rustdoc/tabwriter/"
homepage = "https://github.com/BurntSushi/tabwriter"
repository = "https://github.com/BurntSushi/tabwriter"
readme = "README.md"
keywords = ["tabs", "elastic", "aligned", "whitespace", "table"]
license = "Unlicense"

[lib]
name = "tabwriter"

[[bin]]
name = "tabwriter"
doc = false
test = false

[dependencies]
docopt = "~0.6.8"