]> git.proxmox.com Git - rustc.git/blob - src/vendor/rls-data/Cargo.toml.orig
New upstream version 1.20.0+dfsg1
[rustc.git] / src / vendor / rls-data / Cargo.toml.orig
1 [package]
2 name = "rls-data"
3 version = "0.7.0"
4 authors = ["Nick Cameron <ncameron@mozilla.com>"]
5 description = "Data structures used by the RLS and Rust compiler"
6 license = "Apache-2.0/MIT"
7 repository = "https://github.com/nrc/rls-data"
8 categories = ["development-tools"]
9
10 [dependencies]
11 rls-span = { version = "0.4", features = ["serialize-rustc"] }
12 rustc-serialize = "0.3"
13
14 [features]
15 borrows=[]