form_urlencoded 1.1.0

Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "form_urlencoded"
version = "1.1.0"
dependencies = [
 "percent-encoding",
]

[[package]]
name = "percent-encoding"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"