gecko-dev/third_party/rust/unicode-bidi/Cargo.toml
Manish Goregaokar 9889db29ed Bug 1151899 - Vendor rust-url-capi deps; r=valentin,ted
MozReview-Commit-ID: FVn6c6ol36V
2016-10-28 16:34:19 -07:00

16 lines
415 B
TOML

[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"