Cargo.toml 300 B

12345678910111213
  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 OR Apache-2.0"
  8. edition = "2018"
  9. rust-version = "1.51"
  10. [features]
  11. default = ["alloc"]
  12. alloc = []