blob: bdbb5cec3bb325d5e97824cf71c5ac6ca0a82add [file] [log] [blame]
[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" }