Chih-Hung Hsieh | b1e9fe5 | 2020-08-25 20:49:31 -0700 | [diff] [blame] | 1 | name: "unicode-segmentation" |
Matthew Maurer | ed985d4 | 2020-06-02 11:15:34 -0700 | [diff] [blame] | 2 | description: "This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules." |
| 3 | third_party { |
| 4 | url { |
| 5 | type: HOMEPAGE |
| 6 | value: "https://crates.io/crates/unicode-segmentation" |
| 7 | } |
| 8 | url { |
Chih-Hung Hsieh | b1e9fe5 | 2020-08-25 20:49:31 -0700 | [diff] [blame] | 9 | type: ARCHIVE |
David LeGare | 0135332 | 2022-03-02 16:21:16 +0000 | [diff] [blame] | 10 | value: "https://static.crates.io/crates/unicode-segmentation/unicode-segmentation-1.9.0.crate" |
Matthew Maurer | ed985d4 | 2020-06-02 11:15:34 -0700 | [diff] [blame] | 11 | } |
David LeGare | 0135332 | 2022-03-02 16:21:16 +0000 | [diff] [blame] | 12 | version: "1.9.0" |
Matthew Maurer | ed985d4 | 2020-06-02 11:15:34 -0700 | [diff] [blame] | 13 | license_type: NOTICE |
| 14 | last_upgrade_date { |
David LeGare | 0135332 | 2022-03-02 16:21:16 +0000 | [diff] [blame] | 15 | year: 2022 |
| 16 | month: 3 |
| 17 | day: 1 |
Matthew Maurer | ed985d4 | 2020-06-02 11:15:34 -0700 | [diff] [blame] | 18 | } |
Chih-Hung Hsieh | b1e9fe5 | 2020-08-25 20:49:31 -0700 | [diff] [blame] | 19 | } |