]> git.proxmox.com Git - rustc.git/blame - vendor/form_urlencoded/Cargo.toml
New upstream version 1.65.0+dfsg1
[rustc.git] / vendor / form_urlencoded / Cargo.toml
CommitLineData
ea8adc8c
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
f035d41b 6# to registry (e.g., crates.io) dependencies
ea8adc8c
XL
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
8bb4bdeb 13[package]
6a06907d 14edition = "2018"
5869c6ff 15name = "form_urlencoded"
6a06907d 16version = "1.0.1"
5869c6ff
XL
17authors = ["The rust-url developers"]
18description = "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms."
19license = "MIT/Apache-2.0"
20repository = "https://github.com/servo/rust-url"
b7449926
XL
21
22[lib]
5869c6ff
XL
23test = false
24[dependencies.matches]
25version = "0.1"
b7449926 26
5869c6ff
XL
27[dependencies.percent-encoding]
28version = "2.1.0"