# 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 = "forth-lsp" version = "0.2.0" description = "LSP for the Forth programming language" readme = "README.md" keywords = [ "forth", "lsp", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/alexanderbrevig/forth-lsp" [[bin]] name = "forth-lsp" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.forth-lexer] version = "0.1.0" features = ["ropey"] [dependencies.lsp-server] version = "0.7.0" [dependencies.lsp-types] version = "0.94.0" [dependencies.ropey] version = "1.6.0" [dependencies.serde] version = "1.0.163" [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dependencies.toml] version = "0.7.4"