Cargo.toml 330 B

12345678910111213141516
  1. [package]
  2. name = "percent-encoding"
  3. version = "1.0.0"
  4. authors = ["The rust-url developers"]
  5. description = "Percent encoding and decoding"
  6. repository = "https://github.com/servo/rust-url/"
  7. license = "MIT/Apache-2.0"
  8. [lib]
  9. doctest = false
  10. test = false
  11. path = "lib.rs"
  12. [dev-dependencies]
  13. rustc-test = "0.1"
  14. rustc-serialize = "0.3"