Cargo.toml 409 B

123456789101112131415161718
  1. [package]
  2. name = "idna"
  3. version = "0.1.0"
  4. authors = ["Simon Sapin <simon.sapin@exyr.org>"]
  5. description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
  6. repository = "https://github.com/servo/rust-url/"
  7. license = "MIT/Apache-2.0"
  8. [dependencies]
  9. unicode-bidi = "0.2.3"
  10. unicode-normalization = "0.1.2"
  11. matches = "0.1"
  12. [dev-dependencies]
  13. rustc-serialize = "0.3"
  14. [[test]]
  15. name = "tests"