# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lsif-rust" version = "0.0.1" authors = ["Devin Alvaro "] description = "Language Server Index Format (LSIF) indexer for Rust" keywords = ["language", "server", "lsif"] license = "MIT" repository = "https://github.com/devinalvaro/lsif-rust" [dependencies.anyhow] version = "1.0.38" [dependencies.cargo] version = "0.50.1" [dependencies.clap] version = "2.33.3" [dependencies.crossbeam] version = "0.8.0" [dependencies.heck] version = "0.3.2" [dependencies.itertools] version = "0.10.0" [dependencies.lsif] version = "0.3.1" package = "lsif-types" [dependencies.lsp] version = "0.86.0" package = "lsp-types" [dependencies.readonly] version = "0.2.0" [dependencies.rls-analysis] version = "0.18.1" [dependencies.rls-data] version = "0.19.1" [dependencies.rls-span] version = "0.5.3" [dependencies.serde_json] version = "1.0.61"