[package] authors = ["The Rust Project Developers"] name = "rustc_save_analysis" version = "0.0.0" [lib] name = "rustc_save_analysis" path = "lib.rs" crate-type = ["dylib"] [dependencies] log = "0.3" rustc = { path = "../librustc" } syntax = { path = "../libsyntax" } syntax_pos = { path = "../libsyntax_pos" } rls-data = "0.1" rls-span = "0.1" # FIXME(#40527) should move rustc serialize out of tree rustc-serialize = "0.3"