[package]
edition = "2021"
name = "lex-analysis"
version = "0.3.3"
authors = ["lex contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic analysis for the lex format"
readme = false
keywords = [
"analysis",
"semantic",
"lex",
"lsp",
]
categories = [
"text-processing",
"development-tools",
]
license = "MIT"
repository = "https://github.com/lex-fmt/editors"
[features]
test-support = []
[lib]
name = "lex_analysis"
path = "src/lib.rs"
doctest = false
[[test]]
name = "test_definition_reference_markers"
path = "tests/test_definition_reference_markers.rs"
[[test]]
name = "test_inline_reference_markers"
path = "tests/test_inline_reference_markers.rs"
[dependencies.ignore]
version = "0.4"
[dependencies.lex-core]
version = "0.3.0"
[dependencies.lsp-types]
version = "0.94"
[dependencies.pathdiff]
version = "0.2"
[dev-dependencies.tempfile]
version = "3"