blob: 32f94b2f3b2be59a2d9b6d60dba3cf95cb10eb5d [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
David LeGare01353322022-03-02 16:21:16 +000010 value: "https://static.crates.io/crates/unicode-segmentation/unicode-segmentation-1.9.0.crate"
Matthew Maurered985d42020-06-02 11:15:34 -070011 }
David LeGare01353322022-03-02 16:21:16 +000012 version: "1.9.0"
Matthew Maurered985d42020-06-02 11:15:34 -070013 license_type: NOTICE
14 last_upgrade_date {
David LeGare01353322022-03-02 16:21:16 +000015 year: 2022
16 month: 3
17 day: 1
Matthew Maurered985d42020-06-02 11:15:34 -070018 }
Chih-Hung Hsiehb1e9fe52020-08-25 20:49:31 -070019}