# 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 = "protols" version = "0.7.0" build = false exclude = [ "assets/*", "sample/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Language server for proto3 files" homepage = "https://github.com/coder3101/protols" readme = "README.md" keywords = [ "lsp", "proto", ] license = "MIT" repository = "https://github.com/coder3101/protols" [[bin]] name = "protols" path = "src/main.rs" [dependencies.async-lsp] version = "0.2.0" features = ["tokio"] [dependencies.futures] version = "0.3.30" [dependencies.hard-xml] version = "1.36.0" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.tempfile] version = "3.12.0" [dependencies.tokio] version = "1.38.0" features = [ "time", "full", ] [dependencies.tokio-util] version = "0.7.11" features = ["compat"] [dependencies.tower] version = "0.4.13" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.tree-sitter] version = "0.24.3" [dependencies.tree-sitter-proto] version = "0.1.0" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.insta] version = "1.39.0" features = ["yaml"]