unplugged-system/external/rust/crates/form_urlencoded/Cargo.toml.orig

16 lines
427 B
TOML

[package]
name = "form_urlencoded"
version = "1.1.0"
authors = ["The rust-url developers"]
description = "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms."
repository = "https://github.com/servo/rust-url"
license = "MIT OR Apache-2.0"
edition = "2018"
rust-version = "1.51"
[lib]
test = false
[dependencies]
percent-encoding = { version = "2.2.0", path = "../percent_encoding" }