]> git.proxmox.com Git - rustc.git/blame - src/vendor/textwrap/Cargo.toml
New upstream version 1.21.0+dfsg1
[rustc.git] / src / vendor / textwrap / Cargo.toml
CommitLineData
3b2f2976
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g. crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
041b39d2
XL
13[package]
14name = "textwrap"
3b2f2976 15version = "0.7.0"
041b39d2 16authors = ["Martin Geisler <martin@geisler.net>"]
3b2f2976 17description = "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"
041b39d2 18documentation = "https://docs.rs/textwrap/"
041b39d2
XL
19readme = "README.md"
20keywords = ["text", "formatting", "wrap", "typesetting", "hyphenation"]
21categories = ["text-processing", "command-line-interface"]
22license = "MIT"
3b2f2976
XL
23repository = "https://github.com/mgeisler/textwrap"
24[package.metadata.docs.rs]
25all-features = true
26[dependencies.hyphenation]
27version = "0.6.1"
28optional = true
29
30[dependencies.term_size]
31version = "0.3.0"
041b39d2 32
3b2f2976
XL
33[dependencies.unicode-width]
34version = "0.1.3"
35[dev-dependencies.lipsum]
36version = "0.2"
37[badges.travis-ci]
38repository = "mgeisler/textwrap"
041b39d2 39
3b2f2976
XL
40[badges.appveyor]
41repository = "mgeisler/textwrap"