Cargo.toml 292 B

1234567891011
  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. [dependencies]
  10. beef = { version = "0.5", optional = true }