]> git.proxmox.com Git - rustc.git/blame - vendor/form_urlencoded/Cargo.toml
d/check-orig-suspicious.sh: remove duplicate comment stripping
[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
2b03887a 6# to registry (e.g., crates.io) dependencies.
ea8adc8c 7#
2b03887a
FG
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
ea8adc8c 11
8bb4bdeb 12[package]
6a06907d 13edition = "2018"
2b03887a 14rust-version = "1.51"
5869c6ff 15name = "form_urlencoded"
2b03887a 16version = "1.1.0"
5869c6ff
XL
17authors = ["The rust-url developers"]
18description = "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms."
2b03887a 19license = "MIT OR Apache-2.0"
5869c6ff 20repository = "https://github.com/servo/rust-url"
b7449926
XL
21
22[lib]
5869c6ff 23test = false
b7449926 24
5869c6ff 25[dependencies.percent-encoding]
2b03887a 26version = "2.2.0"