[package] name = "unicode-prettytable" version = "0.3.1" authors = ["Sridaran Thoniyil "] edition = "2018" description = "Table formatting library using Unicode Box-drawing characters" repository = "https://github.com/srithon/unicode-prettytable" license = "MIT OR Apache-2.0" keywords = ["unicode", "format", "library", "table"] categories = ["value-formatting"] include = [ "**/*.rs", "Cargo.toml" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] derive_builder = "~0.9.0" smart-default = "~0.6.0"