[package]
edition = "2021"
rust-version = "1.81.0"
name = "scip"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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/scip-code/scip"
[lib]
name = "scip"
path = "src/mod.rs"
doctest = false
[dependencies.protobuf]
version = "=3.7.2"
[dev-dependencies.pretty_assertions]
version = "1.4.1"