]> git.proxmox.com Git - rustc.git/blame - vendor/url/Cargo.toml
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / url / Cargo.toml
CommitLineData
abe05a73
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
e74abb32 6# to registry (e.g., crates.io) dependencies
abe05a73
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
13[package]
5869c6ff 14edition = "2018"
abe05a73 15name = "url"
6a06907d 16version = "2.2.1"
abe05a73 17authors = ["The rust-url developers"]
6a06907d 18include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"]
abe05a73
XL
19description = "URL library for Rust, based on the WHATWG URL Standard"
20documentation = "https://docs.rs/url"
5869c6ff 21readme = "../README.md"
abe05a73
XL
22keywords = ["url", "parser"]
23categories = ["parser-implementations", "web-programming", "encoding"]
24license = "MIT/Apache-2.0"
25repository = "https://github.com/servo/rust-url"
26
8faf50e0
XL
27[[bench]]
28name = "parse_url"
5869c6ff 29path = "benches/parse_url.rs"
8faf50e0 30harness = false
5869c6ff
XL
31[dependencies.form_urlencoded]
32version = "1.0.0"
33
2c00a5a8 34[dependencies.idna]
e74abb32 35version = "0.2.0"
2c00a5a8 36
abe05a73
XL
37[dependencies.matches]
38version = "0.1"
39
abe05a73 40[dependencies.percent-encoding]
f035d41b 41version = "2.1.0"
abe05a73 42
2c00a5a8 43[dependencies.serde]
e74abb32
XL
44version = "1.0"
45features = ["derive"]
abe05a73 46optional = true
8faf50e0
XL
47[dev-dependencies.bencher]
48version = "0.1"
49
abe05a73 50[dev-dependencies.serde_json]
e74abb32 51version = "1.0"
abe05a73
XL
52[badges.appveyor]
53repository = "Manishearth/rust-url"
2c00a5a8
XL
54
55[badges.travis-ci]
56repository = "servo/rust-url"