# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "quickbms-lsp" version = "0.1.1" authors = ["Christopher Wells "] include = ["**/*.rs", "**/*.txt", "**/*.md", "**/*.sh", "**/*.bms", "tree-sitter-quickbms/src/", "Cargo.toml", "LICENSE", "CHANGELOG.md", "Makefile"] description = "An experimental language server protocol for the QuickBMS scripting language." homepage = "https://github.com/ExcaliburZero/quickbms-lsp" readme = "README.md" license = "MIT" repository = "https://github.com/ExcaliburZero/quickbms-lsp" [[bin]] name = "quickbms-lsp" [dependencies.jsonrpc-core] version = "17.0.0" [dependencies.lsp-types] version = "0.89.0" [dependencies.multimap] version = "0.8.3" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.125" [dependencies.serde_json] version = "1.0.64" [dependencies.tree-sitter] version = "0.19.3" [build-dependencies.cc] version = "1.0"