1[package]
2name = "percent-encoding"
3version = "2.3.1"
4authors = ["The rust-url developers"]
5description = "Percent encoding and decoding"
6categories = ["no_std"]
7repository = "https://github.com/servo/rust-url/"
8license = "MIT OR Apache-2.0"
9edition = "2018"
10rust-version = "1.51"
11
12[features]
13default = ["std"]
14std = ["alloc"]
15alloc = []
16
17[package.metadata.docs.rs]
18rustdoc-args = ["--generate-link-to-definition"]
19