[package]
name = "textwrap"
version = "0.11.0"
authors = ["Martin Geisler <martin@geisler.net>"]
exclude = [".dir-locals.el"]
description = "Textwrap is a small library for word wrapping, indenting, and\ndedenting strings.\n\nYou can use it to format strings (such as help and error messages) for\ndisplay in commandline applications. It is designed to be efficient\nand handle Unicode characters correctly.\n"
documentation = "https://docs.rs/textwrap/"
readme = "README.md"
keywords = ["text", "formatting", "wrap", "typesetting", "hyphenation"]
categories = ["text-processing", "command-line-interface"]
license = "MIT"
repository = "https://github.com/mgeisler/textwrap"
[package.metadata.docs.rs]
all-features = true
[dependencies.hyphenation]
version = "0.7.1"
features = ["embed_all"]
optional = true
[dependencies.term_size]
version = "0.3.0"
optional = true
[dependencies.unicode-width]
version = "0.1.3"
[dev-dependencies.lipsum]
version = "0.6"
[dev-dependencies.rand]
version = "0.6"
[dev-dependencies.rand_xorshift]
version = "0.1"
[dev-dependencies.version-sync]
version = "0.6"
[badges.appveyor]
repository = "mgeisler/textwrap"
[badges.codecov]
repository = "mgeisler/textwrap"
[badges.travis-ci]
repository = "mgeisler/textwrap"