blob: 0c603bd897036db427b78a38132b580bb48a63ca [file] [log] [blame]
Jeff Vander Stoep6d73de02020-12-17 20:00:13 +01001[package]
2name = "form_urlencoded"
Jeff Vander Stoep6113c182021-02-19 11:25:20 +01003version = "1.0.1"
Jeff Vander Stoep6d73de02020-12-17 20:00:13 +01004authors = ["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"
Jeff Vander Stoep6113c182021-02-19 11:25:20 +01008edition = "2018"
Jeff Vander Stoep6d73de02020-12-17 20:00:13 +01009
10[lib]
11test = false
12
13[dependencies]
14matches = "0.1"
15percent-encoding = { version = "2.1.0", path = "../percent_encoding" }