# 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 = "lsp4spl" version = "0.1.2" authors = ["AlecGhost"] description = "Language Server for SPL" license = "MIT" repository = "https://github.com/AlecGhost/LSP4SPL" [dependencies.bytes] version = "1.5.0" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.futures] version = "0.3.29" [dependencies.httparse] version = "1.8.0" [dependencies.log] version = "0.4.20" [dependencies.lsp-types] version = "0.94.1" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.serde_repr] version = "0.1.17" [dependencies.simplelog] version = "0.12.1" [dependencies.spl_frontend] version = "0.1.1" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tokio-util] version = "0.7.10" features = ["codec"] [dev-dependencies.insta] version = "1.34.0" features = [ "json", "yaml", ] [dev-dependencies.pretty_assertions] version = "1.4.0"