# 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 = "beancount-language-server" version = "1.3.5" authors = ["Brian Ryall "] description = """ A language server for the beancount language """ readme = "README.md" keywords = [ "beancount", "lsp", ] license = "MIT" repository = "https://github.com/polarmutex/beancount-language-server" [package.metadata.release] tag = true [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.6" [dependencies.chrono] version = "0" features = ["clock"] default-features = false [dependencies.clap] version = "4" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.dashmap] version = "6.0" [dependencies.glob] version = "0.3" [dependencies.linked-list] version = "0.0.3" [dependencies.lsp-server] version = "0.7" [dependencies.lsp-types] version = "0.95.0" [dependencies.regex] version = "1" [dependencies.ropey] version = "1.6" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.shellexpand] version = "3.0.0" [dependencies.thiserror] version = "1.0" [dependencies.threadpool] version = "1.8.1" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", "smallvec", "std", "tracing-log", ] default_features = false [dependencies.tree-sitter] version = "0.22" [dependencies.tree-sitter-beancount] version = "2" [dev-dependencies.env_logger] version = "0.11.4" [dev-dependencies.insta] version = "1.39.0" features = ["yaml"] [dev-dependencies.test-log] version = "0.2.16" features = ["trace"]