Cargo.toml 307 B

12345678910111213141516
  1. [package]
  2. name = "percent-encoding"
  3. version = "2.1.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. edition = "2018"
  9. [lib]
  10. test = false
  11. path = "lib.rs"
  12. [features]
  13. default = ["std"]
  14. std = []