]> git.proxmox.com Git - rustc.git/blob - src/vendor/rls-data/Cargo.toml
New upstream version 1.28.0~beta.14+dfsg1
[rustc.git] / src / vendor / rls-data / 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 = "rls-data"
15 version = "0.16.0"
16 authors = ["Nick Cameron <ncameron@mozilla.com>"]
17 description = "Data structures used by the RLS and Rust compiler"
18 categories = ["development-tools"]
19 license = "Apache-2.0/MIT"
20 repository = "https://github.com/nrc/rls-data"
21 [dependencies.rls-span]
22 version = "0.4"
23
24 [dependencies.rustc-serialize]
25 version = "0.3"
26 optional = true
27
28 [dependencies.serde]
29 version = "1.0"
30 optional = true
31
32 [dependencies.serde_derive]
33 version = "1.0"
34 optional = true
35
36 [features]
37 borrows = []
38 default = ["serialize-rustc"]
39 serialize-rustc = ["rustc-serialize", "rls-span/serialize-rustc"]
40 serialize-serde = ["serde", "serde_derive", "rls-span/serialize-serde"]