textwrap 0.12.0

Textwrap is a library for word wrapping, indenting, and dedenting strings. You can use it to format strings (such as help and error messages) for display in commandline applications. It is designed to be efficient and handle Unicode characters correctly.
Documentation
[badges.appveyor]
repository = "mgeisler/textwrap"

[badges.codecov]
repository = "mgeisler/textwrap"

[badges.travis-ci]
repository = "mgeisler/textwrap"
[dependencies.hyphenation]
features = ["embed_en-us"]
optional = true
version = "0.8.0"

[dependencies.terminal_size]
optional = true
version = "0.1.11"

[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.8"

[package]
authors = ["Martin Geisler <martin@geisler.net>"]
categories = ["text-processing", "command-line-interface"]
description = "Textwrap is a library for word wrapping, indenting, and dedenting\nstrings.\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/"
edition = "2018"
keywords = ["text", "formatting", "wrap", "typesetting", "hyphenation"]
license = "MIT"
name = "textwrap"
readme = "README.md"
repository = "https://github.com/mgeisler/textwrap"
version = "0.12.0"
[package.metadata.docs.rs]
all-features = true