[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.matches]
version = "0.1"
[dependencies.serde]
features = ["derive"]
optional = true
version = ">=0.8, <2.0"
[dependencies.unic-ucd-bidi]
version = "0.9.0"
[dev-dependencies.serde_test]
version = ">=0.8, <2.0"
[dev-dependencies.unic-char-property]
version = "0.9.0"
[dev-dependencies.unic-ucd-version]
version = "0.9.0"
[features]
bench_it = []
default = []
[package]
authors = ["The UNIC Project Developers"]
categories = ["internationalization", "text-processing", "parsing", "rendering"]
description = "UNIC — Unicode Bidirectional Algorithm"
edition = "2018"
exclude = ["tests/conformance_tests.rs", "benches/bidi_udhr_benches.rs"]
keywords = ["text", "unicode", "bidi", "rtl", "layout"]
license = "MIT/Apache-2.0"
name = "unic-bidi"
readme = "README.md"
repository = "https://github.com/open-i18n/rust-unic/"
version = "0.9.0"