| 1 | [package] |
|---|---|
| 2 | name = "unicode-ccc" |
| 3 | version = "0.4.0" |
| 4 | authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"] |
| 5 | description = "Unicode Canonical Combining Class detection" |
| 6 | documentation = "https://docs.rs/unicode-ccc/" |
| 7 | keywords = ["unicode"] |
| 8 | license = "MIT/Apache-2.0" |
| 9 | readme = "README.md" |
| 10 | repository = "https://github.com/RazrFalcon/unicode-ccc" |
| 11 | edition = "2018" |
| 12 |
