rustledger-lsp 0.21.0

Language Server Protocol implementation for Beancount
Documentation
# 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 = "2024"
name = "rustledger-lsp"
version = "0.21.0"
authors = ["Rustledger Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Language Server Protocol implementation for Beancount"
readme = "README.md"
keywords = [
    "beancount",
    "lsp",
    "language-server",
    "accounting",
]
categories = [
    "development-tools",
    "text-editors",
]
license = "GPL-3.0-only"
repository = "https://github.com/rustledger/rustledger"

[lib]
name = "rustledger_lsp"
path = "src/lib.rs"

[[bin]]
name = "rledger-lsp"
path = "src/main.rs"

[[test]]
name = "encoding_coverage"
path = "tests/encoding_coverage.rs"

[[test]]
name = "lsp_protocol"
path = "tests/lsp_protocol.rs"

[[test]]
name = "stdio_smoke"
path = "tests/stdio_smoke.rs"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.glob]
version = "0.3"

[dependencies.jiff]
version = "0.2"
features = [
    "serde",
    "js",
]

[dependencies.lsp-server]
version = "0.8"

[dependencies.lsp-types]
version = "0.97"

[dependencies.parking_lot]
version = "0.12"

[dependencies.ropey]
version = "1"
features = [
    "cr_lines",
    "simd",
]
default-features = false

[dependencies.rust_decimal]
version = "1.42"
features = ["serde"]

[dependencies.rustledger-booking]
version = "0.21.0"

[dependencies.rustledger-completion]
version = "0.21.0"

[dependencies.rustledger-core]
version = "0.21.0"

[dependencies.rustledger-loader]
version = "0.21.0"
features = [
    "plugins",
    "validation",
]

[dependencies.rustledger-parser]
version = "0.21.0"

[dependencies.rustledger-plugin]
version = "0.21.0"
default-features = false

[dependencies.rustledger-validate]
version = "0.21.0"

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "3"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.tempfile]
version = "3"