]> git.proxmox.com Git - rustc.git/blob - src/vendor/url/Cargo.toml
New upstream version 1.25.0+dfsg1
[rustc.git] / src / 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 name = "url"
15 version = "1.7.0"
16 authors = ["The rust-url developers"]
17 description = "URL library for Rust, based on the WHATWG URL Standard"
18 documentation = "https://docs.rs/url"
19 readme = "README.md"
20 keywords = ["url", "parser"]
21 categories = ["parser-implementations", "web-programming", "encoding"]
22 license = "MIT/Apache-2.0"
23 repository = "https://github.com/servo/rust-url"
24 [package.metadata.docs.rs]
25 features = ["query_encoding"]
26
27 [lib]
28 test = false
29
30 [[test]]
31 name = "unit"
32
33 [[test]]
34 name = "data"
35 harness = false
36 [dependencies.encoding]
37 version = "0.2"
38 optional = true
39
40 [dependencies.heapsize]
41 version = ">=0.4.1, <0.5"
42 optional = true
43
44 [dependencies.idna]
45 version = "0.1.0"
46
47 [dependencies.matches]
48 version = "0.1"
49
50 [dependencies.percent-encoding]
51 version = "1.0.0"
52
53 [dependencies.rustc-serialize]
54 version = "0.3"
55 optional = true
56
57 [dependencies.serde]
58 version = ">=0.6.1, <0.9"
59 optional = true
60 [dev-dependencies.rustc-serialize]
61 version = "0.3"
62
63 [dev-dependencies.rustc-test]
64 version = "0.2"
65
66 [dev-dependencies.serde_json]
67 version = ">=0.6.1, <0.9"
68
69 [features]
70 heap_size = ["heapsize"]
71 query_encoding = ["encoding"]
72 [badges.appveyor]
73 repository = "Manishearth/rust-url"
74
75 [badges.travis-ci]
76 repository = "servo/rust-url"