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