# 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 = "daleth_lsp" version = "0.1.1" authors = ["artegoser"] description = "Dalet language server" homepage = "https://github.com/TxtDot/dalet-lsp/tree/main/" readme = "README.md" keywords = [ "dalet", "daleth", "lsp", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/txtdot/dalet-lsp" [[bin]] name = "daleth_lsp" path = "src/main.rs" [dependencies.chumsky] version = "=1.0.0-alpha.7" [dependencies.dalet] version = "1.0.0-pre.20" [dependencies.dashmap] version = "6.0.1" [dependencies.ropey] version = "1.6.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.78" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.tower-lsp] version = "0.20.0" features = ["proposed"]