1[package] 2name = "form_urlencoded" 3version = "1.1.0" 4authors = ["The rust-url developers"] 5description = "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms." 6repository = "https://github.com/servo/rust-url" 7license = "MIT OR Apache-2.0" 8edition = "2018" 9rust-version = "1.51" 10 11[lib] 12test = false 13 14[dependencies] 15percent-encoding = { version = "2.2.0", path = "../percent_encoding" } 16