summaryrefslogtreecommitdiffstats
path: root/third_party/rust/unicode-bidi/Cargo.toml
blob: c1dc4dcd888d7fdff862fada855efcd085aa861c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "unicode-bidi"
version = "0.2.3"
authors = ["The Servo Project Developers"]
license = "MIT / Apache-2.0"
description = "Implementation of the Unicode Bidirectional Algorithm"
repository = "https://github.com/servo/unicode-bidi"
documentation = "http://doc.servo.org/unicode_bidi/"
keywords = ["rtl", "unicode", "text", "layout", "bidi"]

[lib]
name = "unicode_bidi"

[dependencies]
matches = "0.1"