# 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 = "hime_langserv" version = "4.4.0" authors = ["Laurent Wouters "] build = "build.rs" include = [ "README.md", "Cargo.toml", "build.rs", "src/**/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Language server for Hime grammars" homepage = "https://cenotelie.fr/projects/hime" documentation = "https://cenotelie.fr/projects/hime" readme = "README.md" keywords = [ "hime", "parser", "lr", "glr", "rnglr", ] categories = [ "algorithms", "parsing", "parser-implementations", "text-processing", ] license = "Apache-2.0" repository = "https://github.com/cenotelie/hime" [[bin]] name = "hime_langserv" path = "src/main.rs" [dependencies.clap] version = "4.0" [dependencies.futures] version = "0.3" [dependencies.hime_redist] version = "4.3.0" [dependencies.hime_sdk] version = "4.3.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tower-lsp] version = "0.20" [badges.maintenance] status = "actively-developed"