aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 7798419bd95f399f471165cd001ee8c6c052fbfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "textwrap"
description: "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."
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/textwrap"
  }
  url {
    type: ARCHIVE
    value: "https://static.crates.io/crates/textwrap/textwrap-0.12.1.crate"
  }
  version: "0.12.1"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 8
    day: 27
  }
}