blob: 00df7c301c1206c228e57581a58bd02e7f89a3f3 [file] [log] [blame]
Chih-Hung Hsiehb1e9fe52020-08-25 20:49:31 -07001name: "unicode-segmentation"
Matthew Maurered985d42020-06-02 11:15:34 -07002description: "This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules."
3third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/unicode-segmentation"
7 }
8 url {
Chih-Hung Hsiehb1e9fe52020-08-25 20:49:31 -07009 type: ARCHIVE
Joel Galensoncdef32c2021-08-09 10:50:42 -070010 value: "https://static.crates.io/crates/unicode-segmentation/unicode-segmentation-1.8.0.crate"
Matthew Maurered985d42020-06-02 11:15:34 -070011 }
Joel Galensoncdef32c2021-08-09 10:50:42 -070012 version: "1.8.0"
Matthew Maurered985d42020-06-02 11:15:34 -070013 license_type: NOTICE
14 last_upgrade_date {
ThiƩbaud Weksteen56cb1af2021-01-12 16:01:21 +010015 year: 2021
Joel Galensoncdef32c2021-08-09 10:50:42 -070016 month: 8
17 day: 9
Matthew Maurered985d42020-06-02 11:15:34 -070018 }
Chih-Hung Hsiehb1e9fe52020-08-25 20:49:31 -070019}