[package] name = "text_block_layout" version = "1.2.1" authors = ["Joakim Akerblom "] edition = "2018" description = "Library for joining together blocks of text characters, in for example a TUI or text document." repository = "https://github.com/jockbert/text_block_layout" license = "MIT" keywords = ["TUI", "block", "box", "text", "layout"] readme = "README.md" categories = ["visualization"] [dependencies] unicode-width = "0.2.0" [dev-dependencies] criterion = { version = "0.5", features = ["html_reports"] } [[bench]] name = "add_multiple_texts" harness = false