[badges.appveyor]
branch = "master"
repository = "open-i18n/rust-unic"
service = "github"
[badges.is-it-maintained-issue-resolution]
repository = "open-i18n/rust-unic"
[badges.is-it-maintained-open-issues]
repository = "open-i18n/rust-unic"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "master"
repository = "open-i18n/rust-unic"
[dependencies.unic-ucd-segment]
version = "0.9.0"
[dev-dependencies.quickcheck]
version = "0.6"
[dev-dependencies.unic-ucd-common]
version = "0.9.0"
[package]
authors = ["The UNIC Project Developers"]
categories = ["internationalization", "text-processing", "parsing", "rendering"]
description = "UNIC — Unicode Text Segmentation Algorithms"
edition = "2018"
exclude = []
keywords = ["text", "unicode", "grapheme", "word", "boundary"]
license = "MIT/Apache-2.0"
name = "unic-segment"
readme = "README.md"
repository = "https://github.com/open-i18n/rust-unic/"
version = "0.9.0"