leta 0.11.1

LSP Enabled Tools for Agents - fast semantic code navigation
[[bin]]
name = "leta"
path = "src/bin/leta.rs"

[[bin]]
name = "leta-daemon"
path = "src/bin/leta-daemon.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive", "env", "wrap_help"]
version = "4.5"

[dependencies.glob]
version = "0.3"

[dependencies.globset]
version = "0.4"

[dependencies.leta-config]
version = "0.11.1"

[dependencies.leta-daemon]
version = "0.11.1"

[dependencies.leta-output]
version = "0.11.1"

[dependencies.leta-types]
version = "0.11.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full", "fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync"]
version = "1.40"

[dependencies.tracing]
optional = true
version = "0.1"

[dependencies.tracing-subscriber]
features = ["fmt", "env-filter"]
optional = true
version = "0.3"

[[example]]
name = "test_glob"
path = "examples/test_glob.rs"

[features]
default = []
profile = ["tracing", "tracing-subscriber"]

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "LSP Enabled Tools for Agents - fast semantic code navigation"
edition = "2021"
homepage = "https://github.com/andreasjansson/leta"
license = "MIT"
name = "leta"
readme = "README.md"
repository = "https://github.com/andreasjansson/leta"
version = "0.11.1"