blob: df8c5add9d18f6733c217c50deba8f72f9f1d8a5 [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
10 value: "https://static.crates.io/crates/unicode-segmentation/unicode-segmentation-1.6.0.crate"
Matthew Maurered985d42020-06-02 11:15:34 -070011 }
12 version: "1.6.0"
13 license_type: NOTICE
14 last_upgrade_date {
15 year: 2020
16 month: 5
17 day: 6
18 }
Chih-Hung Hsiehb1e9fe52020-08-25 20:49:31 -070019}