disposition_lsp 0.4.0

Language server for editing `disposition` `InputDiagram` YAML.
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 = "2024"
name = "disposition_lsp"
version = "0.4.0"
authors = ["Azriel Hoh <azriel91@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Language server for editing `disposition` `InputDiagram` YAML."
homepage = "https://azriel.im/disposition"
documentation = "https://docs.rs/disposition_lsp/"
readme = "README.md"
keywords = ["automation"]
categories = [
    "asynchronous",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/azriel91/disposition"
resolver = "2"

[features]
default = []
schema-gen = [
    "dep:schemars",
    "disposition_input_model/schemars",
]
test = ["disposition_input_model/test"]

[lib]
name = "disposition_lsp"
path = "src/lib.rs"
test = false
doctest = true

[[bin]]
name = "schema_gen"
path = "src/bin/schema_gen.rs"
required-features = ["schema-gen"]

[dependencies.async-lsp]
version = "0.2.4"
features = ["omni-trait"]
default-features = false

[dependencies.disposition_input_model]
version = "0.4.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.schemars]
version = "1.2.1"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tower-layer]
version = "0.3.3"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]