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