You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
418 B
16 lines
418 B
[package]
|
|
name = "form_urlencoded"
|
|
version = "1.0.1"
|
|
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/Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
test = false
|
|
|
|
[dependencies]
|
|
matches = "0.1"
|
|
percent-encoding = { version = "2.1.0", path = "../percent_encoding" }
|