# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.60.0" name = "scip" version = "0.5.1" description = """ SCIP (pronunciation: \"skip\") is a language-agnostic protocol for indexing source code, which can be used to power code navigation functionality such as Go to definition, Find references, and Find implementations. """ readme = "Readme.md" license = "Apache-2.0" repository = "https://github.com/sourcegraph/scip" [lib] name = "scip" path = "src/mod.rs" doctest = false [dependencies.protobuf] version = "=3.7.1" [dev-dependencies.pretty_assertions] version = "1.2.1"