lex-analysis 0.3.3

Semantic analysis for the lex format
Documentation
# 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"
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"