blob: 8236055814711cc6b32a5f8309b8c449e506d678 [file] [log] [blame]
Jeff Vander Stoep4ac5bb12022-12-19 10:47:01 +01001# This project was upgraded with external_updater.
2# Usage: tools/external_updater/updater.sh update rust/crates/textwrap
3# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
4
Chih-Hung Hsiehc9b52232020-08-25 20:49:30 -07005name: "textwrap"
Jeff Vander Stoep4ac5bb12022-12-19 10:47:01 +01006description: "Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation."
Matthew Maurer68fe94c2020-06-02 11:15:26 -07007third_party {
8 url {
9 type: HOMEPAGE
10 value: "https://crates.io/crates/textwrap"
11 }
12 url {
Chih-Hung Hsiehc9b52232020-08-25 20:49:30 -070013 type: ARCHIVE
Jeff Vander Stoep4ac5bb12022-12-19 10:47:01 +010014 value: "https://static.crates.io/crates/textwrap/textwrap-0.16.0.crate"
Matthew Maurer68fe94c2020-06-02 11:15:26 -070015 }
Jeff Vander Stoep4ac5bb12022-12-19 10:47:01 +010016 version: "0.16.0"
Matthew Maurer68fe94c2020-06-02 11:15:26 -070017 license_type: NOTICE
18 last_upgrade_date {
David LeGare30ca4852022-03-02 16:21:16 +000019 year: 2022
Jeff Vander Stoep4ac5bb12022-12-19 10:47:01 +010020 month: 12
21 day: 19
Matthew Maurer68fe94c2020-06-02 11:15:26 -070022 }
Chih-Hung Hsiehc9b52232020-08-25 20:49:30 -070023}