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