[[bin]]
name = "iwes"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.41"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.crossbeam-channel]
version = "0.5.8"
[dependencies.env_logger]
version = "0.11.1"
[dependencies.extend]
version = "1.2.0"
[dependencies.futures]
version = "0.3.30"
[dependencies.indoc]
features = []
version = "2"
[dependencies.itertools]
features = []
version = "0.12.0"
[dependencies.liwe]
version = "0.0.21"
[dependencies.log]
version = "0.4.20"
[dependencies.lsp-server]
version = "0.7.6"
[dependencies.lsp-types]
version = "0.95.1"
[dependencies.pretty_assertions]
version = "1.4.0"
[dependencies.rand]
version = "0.8.4"
[dependencies.rayon]
features = []
version = "1.5.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.toml]
version = "0.8.20"
[dependencies.tracing]
version = "0.1.40"
[dependencies.tracing-subscriber]
default-features = false
features = ["registry", "fmt", "local-time", "std", "time", "tracing-log"]
version = "0.3.18"
[dependencies.tracing-tree]
version = "0.3.0"
[dev-dependencies.assert-json-diff]
version = "2.0.2"
[dev-dependencies.difference]
version = "2.0"
[lib]
name = "iwes"
path = "src/lib.rs"
[package]
authors = ["Dmytro Halichenko <dmytrohalichenko@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "IWE LSP server"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "tests/**/*.md"]
license = "Apache-2.0"
name = "iwes"
readme = "README.md"
repository = "https://github.com/iwe-org/iwe"
rust-version = "1.82"
version = "0.0.21"
[[test]]
name = "change_list_type_test"
path = "tests/change_list_type_test.rs"
[[test]]
name = "completion_test"
path = "tests/completion_test.rs"
[[test]]
name = "did_change_test"
path = "tests/did_change_test.rs"
[[test]]
name = "did_save_test"
path = "tests/did_save_test.rs"
[[test]]
name = "extract_list_test"
path = "tests/extract_list_test.rs"
[[test]]
name = "extract_section_test"
path = "tests/extract_section_test.rs"
[[test]]
name = "extract_sub_sections_test"
path = "tests/extract_sub_sections_test.rs"
[[test]]
name = "fixture"
path = "tests/fixture.rs"
[[test]]
name = "format_document_test"
path = "tests/format_document_test.rs"
[[test]]
name = "go_to_definition_test"
path = "tests/go_to_definition_test.rs"
[[test]]
name = "inlay_hints_test"
path = "tests/inlay_hints_test.rs"
[[test]]
name = "inline_list_test"
path = "tests/inline_list_test.rs"
[[test]]
name = "inline_quote_test"
path = "tests/inline_quote_test.rs"
[[test]]
name = "inline_section_test"
path = "tests/inline_section_test.rs"
[[test]]
name = "list_to_sections_test"
path = "tests/list_to_sections_test.rs"
[[test]]
name = "references_test"
path = "tests/references_test.rs"
[[test]]
name = "rename_test"
path = "tests/rename_test.rs"
[[test]]
name = "sections_to_list_test"
path = "tests/sections_to_list_test.rs"
[[test]]
name = "workspace_symbols_test"
path = "tests/workspace_symbols_test.rs"