1 | [package] |
2 | name = "unicode-properties" |
3 | version = "0.1.1" |
4 | authors = ["Charles Lew <crlf0710@gmail.com>" , "Manish Goregaokar <manishsmail@gmail.com>" ] |
5 | edition = "2021" |
6 | homepage = "https://github.com/unicode-rs/unicode-properties" |
7 | repository = "https://github.com/unicode-rs/unicode-properties" |
8 | documentation = "https://docs.rs/unicode-properties" |
9 | license = "MIT/Apache-2.0" |
10 | keywords = ["text" , "unicode" ] |
11 | categories = ["no-std::no-alloc" ] |
12 | readme = "README.md" |
13 | description = "" " |
14 | Query character Unicode properties according to |
15 | UAX #44 and UTR #51. |
16 | " "" |
17 | exclude = [ "target/*" , "Cargo.lock" ] |
18 | |
19 | [features] |
20 | general-category = [] |
21 | emoji = [] |
22 | default = ["general-category" , "emoji" ] |
23 | |
24 | [dependencies] |
25 | |