gecko-dev/third_party/rust/idna/Cargo.toml
Valentin Gosu 195f9f0987 Bug 1383831 - Upgrade rust-url to version 1.5.1 r=froydnj
MozReview-Commit-ID: L3j6K5dDWHi

--HG--
extra : rebase_source : 65b34e84139927f1c28dc38cf2a00a0c2902b975
2017-08-02 13:44:48 +03:00

28 lines
491 B
TOML

[package]
name = "idna"
version = "0.1.4"
authors = ["The rust-url developers"]
description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
repository = "https://github.com/servo/rust-url/"
license = "MIT/Apache-2.0"
[lib]
doctest = false
test = false
[[test]]
name = "tests"
harness = false
[[test]]
name = "unit"
[dev-dependencies]
rustc-test = "0.2"
rustc-serialize = "0.3"
[dependencies]
unicode-bidi = "0.3"
unicode-normalization = "0.1.5"
matches = "0.1"