# 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 = "pest-language-server" version = "0.3.11" authors = ["Jamalam "] description = "A language server for Pest." homepage = "https://pest.rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/pest-parser/pest-ide-tools" [dependencies.pest] version = "2.7.9" [dependencies.pest_fmt] version = "0.2.5" [dependencies.pest_meta] version = "2.7.8" [dependencies.reqwest] version = "0.12.4" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tower-lsp] version = "0.20.0" [dependencies.unicode-segmentation] version = "1.11.0" [dev-dependencies.rusty-hook] version = "0.11"