unicode-bidi 0.3.6

Implementation of the Unicode Bidirectional Algorithm
Documentation
[badges.appveyor]
repository = "servo/unicode-bidi"

[badges.travis-ci]
repository = "servo/unicode-bidi"
[dependencies.flame]
optional = true
version = "0.2"

[dependencies.flamer]
optional = true
version = "0.4"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = ">=0.8, <2.0"
[dev-dependencies.serde_test]
version = ">=0.8, <2.0"

[features]
bench_it = []
default = ["std"]
flame_it = ["flame", "flamer"]
std = []
unstable = []
with_serde = ["serde"]

[lib]
name = "unicode_bidi"

[package]
authors = ["The Servo Project Developers"]
categories = ["no-std", "encoding", "text-processing"]
description = "Implementation of the Unicode Bidirectional Algorithm"
documentation = "https://docs.rs/unicode-bidi/"
edition = "2018"
exclude = ["benches/**", "data/**", "examples/**", "tests/**", "tools/**"]
keywords = ["rtl", "unicode", "text", "layout", "bidi"]
license = "MIT / Apache-2.0"
name = "unicode-bidi"
readme = "README.md"
repository = "https://github.com/servo/unicode-bidi"
version = "0.3.6"