• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "percent-encoding"
3version = "2.2.0"
4authors = ["The rust-url developers"]
5description = "Percent encoding and decoding"
6repository = "https://github.com/servo/rust-url/"
7license = "MIT OR Apache-2.0"
8edition = "2018"
9rust-version = "1.51"
10
11[features]
12default = ["alloc"]
13alloc = []
14