1 | [package] |
2 | name = "unicode-linebreak" |
3 | version = "0.1.5" |
4 | authors = ["Axel Forsman <axelsfor@gmail.com>" ] |
5 | description = "Implementation of the Unicode Line Breaking Algorithm" |
6 | homepage = "https://github.com/axelf4/unicode-linebreak" |
7 | repository = "https://github.com/axelf4/unicode-linebreak" |
8 | readme = "README.md" |
9 | keywords = ["unicode" , "text" , "layout" ] |
10 | categories = ["internationalization" ] |
11 | license = "Apache-2.0" |
12 | include = ["src/**/*" , "LICENSE" ] |
13 | edition = "2021" |
14 | rust-version = "1.56" |
15 | |