Cargo.toml 275 B

123456789101112
  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. [features]
  10. default = ["alloc"]
  11. alloc = []