Files
third_party_rust_rust-url/percent_encoding/Cargo.toml
T

14 lines
300 B
TOML

[package]
name = "percent-encoding"
version = "2.2.0"
authors = ["The rust-url developers"]
description = "Percent encoding and decoding"
repository = "https://github.com/servo/rust-url/"
license = "MIT OR Apache-2.0"
edition = "2018"
rust-version = "1.51"
[features]
default = ["alloc"]
alloc = []