unicode-bidi 0.3.17

Implementation of the Unicode Bidirectional Algorithm
Documentation
[badges.appveyor]
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"

[dependencies.smallvec]
features = ["union"]
optional = true
version = ">=1.13"

[dev-dependencies.serde_test]
version = ">=0.8, <2.0"

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

[lib]
name = "unicode_bidi"
path = "src/lib.rs"

[package]
authors = ["The Servo Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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 OR Apache-2.0"
name = "unicode-bidi"
readme = "README.md"
repository = "https://github.com/servo/unicode-bidi"
rust-version = "1.47.0"
version = "0.3.17"