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