[package] authors = ["Avery Harnish "] categories = ["value-formatting"] description = "Display informational boxes in the terminal." edition = "2018" keywords = ["boxx", "cli", "terminal", "boxen", "info"] license = "MIT/Apache-2.0" name = "boxx" readme = "README.md" repository = "https://github.com/EverlastingBugstopper/boxx" version = "0.0.3-beta" [dependencies] console = "0.9" strip-ansi-escapes = "0.1" term_size = "0.3" thiserror = "1.0" unicode-width = "0.1" [dev-dependencies] version-sync = "0.8" [[example]] name = "alignment" path = "examples/alignment.rs" [[example]] name = "color" path = "examples/color.rs" [[example]] name = "custom" path = "examples/custom.rs" [[example]] name = "hello_world" path = "examples/hello_world.rs"