1[package] 2name = "form_urlencoded" 3version = "1.0.1" 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/Apache-2.0" 8edition = "2018" 9 10[lib] 11test = false 12 13[dependencies] 14matches = "0.1" 15percent-encoding = { version = "2.1.0", path = "../percent_encoding" } 16