blob: 5f659ad5078a81a8229d3b4ea60cb267697243ab [file] [log] [blame]
[package]
name = "percent-encoding"
version = "2.3.1"
authors = ["The rust-url developers"]
description = "Percent encoding and decoding"
categories = ["no_std"]
repository = "https://github.com/servo/rust-url/"
license = "MIT OR Apache-2.0"
edition = "2018"
rust-version = "1.51"
[features]
default = ["std"]
std = ["alloc"]
alloc = []
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]