]> git.proxmox.com Git - rustc.git/blob - src/vendor/cssparser/Cargo.toml
New upstream version 1.22.1+dfsg1
[rustc.git] / src / vendor / cssparser / 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 = "cssparser"
15 version = "0.13.7"
16 authors = ["Simon Sapin <simon.sapin@exyr.org>"]
17 build = "build.rs"
18 exclude = ["src/css-parsing-tests"]
19 description = "Rust implementation of CSS Syntax Level 3"
20 documentation = "https://docs.rs/cssparser/"
21 readme = "README.md"
22 keywords = ["css", "syntax", "parser"]
23 license = "MPL-2.0"
24 repository = "https://github.com/servo/rust-cssparser"
25 [dependencies.serde]
26 version = "0.9"
27 optional = true
28
29 [dependencies.cssparser-macros]
30 version = "0.3"
31
32 [dependencies.heapsize]
33 version = ">= 0.3, < 0.5"
34 optional = true
35
36 [dependencies.procedural-masquerade]
37 version = "0.1"
38
39 [dependencies.matches]
40 version = "0.1"
41
42 [dependencies.phf]
43 version = "0.7"
44 [dev-dependencies.encoding_rs]
45 version = "0.5"
46
47 [dev-dependencies.difference]
48 version = "1.0"
49
50 [dev-dependencies.rustc-serialize]
51 version = "0.3"
52 [build-dependencies.quote]
53 version = "0.3"
54
55 [build-dependencies.syn]
56 version = "0.11"
57
58 [features]
59 dummy_match_byte = []
60 bench = []