]> git.proxmox.com Git - rustc.git/blame - src/vendor/rls-data/Cargo.toml
New upstream version 1.25.0+dfsg1
[rustc.git] / src / vendor / rls-data / Cargo.toml
CommitLineData
041b39d2
XL
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
cc61c64b
XL
13[package]
14name = "rls-data"
2c00a5a8 15version = "0.15.0"
cc61c64b
XL
16authors = ["Nick Cameron <ncameron@mozilla.com>"]
17description = "Data structures used by the RLS and Rust compiler"
041b39d2 18categories = ["development-tools"]
cc61c64b
XL
19license = "Apache-2.0/MIT"
20repository = "https://github.com/nrc/rls-data"
ff7c6d11
XL
21[dependencies.rls-span]
22version = "0.4"
23features = ["serialize-rustc"]
24
3b2f2976
XL
25[dependencies.rustc-serialize]
26version = "0.3"
27
ff7c6d11 28[dependencies.serde]
abe05a73
XL
29version = "1.0"
30optional = true
31
ff7c6d11 32[dependencies.serde_derive]
3b2f2976
XL
33version = "1.0"
34optional = true
35
041b39d2 36[features]
abe05a73 37borrows = []
ff7c6d11 38serialize-serde = ["serde", "serde_derive"]