[package]
edition = "2021"
rust-version = "1.82.0"
name = "lsp-max"
version = "26.7.3"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
build = false
exclude = ["FEATURES.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Law-state LSP runtime: max LSP 3.18 coverage, process-mining conformance, receipt-chain admission"
homepage = "https://github.com/seanchatmangpt/lsp-max"
documentation = "https://docs.rs/lsp-max/"
readme = "README.md"
keywords = [
"language-server",
"lsp",
"tower",
"lsp-3-18",
]
categories = [
"asynchronous",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/seanchatmangpt/lsp-max"
resolver = "3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
default = ["runtime-tokio"]
proposed = ["lsp-types-max/proposed"]
runtime-agnostic = ["async-codec-lite"]
runtime-tokio = [
"tokio",
"tokio-util",
]
[lib]
name = "lsp_max"
path = "src/lib.rs"
[[example]]
name = "admission_pipeline"
path = "examples/admission_pipeline.rs"
[[example]]
name = "calver_law_explained"
path = "examples/calver_law_explained.rs"
[[example]]
name = "conformance_vector_explained"
path = "examples/conformance_vector_explained.rs"
[[example]]
name = "custom_notification"
path = "examples/custom_notification.rs"
[[example]]
name = "receipt_chain_explained"
path = "examples/receipt_chain_explained.rs"
[[example]]
name = "repro_lifecycle"
path = "examples/repro_lifecycle.rs"
[[example]]
name = "stdio"
path = "examples/stdio.rs"
[[example]]
name = "tcp"
path = "examples/tcp.rs"
[[example]]
name = "transport_utilities_explained"
path = "examples/transport_utilities_explained.rs"
[[example]]
name = "websocket"
path = "examples/websocket.rs"
[[test]]
name = "cc_002_probe"
path = "tests/chicago/cc_002_probe.rs"
[[test]]
name = "cc_004_fanout"
path = "tests/chicago/cc_004_fanout.rs"
[[test]]
name = "cc_005_merge_upstream"
path = "tests/chicago/cc_005_merge_upstream.rs"
[[test]]
name = "closure_channel_tests"
path = "tests/closure_channel_tests.rs"
[[test]]
name = "disclaimer_gap_tests"
path = "tests/disclaimer_gap_tests.rs"
[[test]]
name = "e2e"
path = "tests/e2e.rs"
[[test]]
name = "gate_agent_context"
path = "tests/gate_agent_context.rs"
[[test]]
name = "rice_closure_tests"
path = "tests/rice_closure_tests.rs"
[[test]]
name = "test_autonomic_loop"
path = "tests/test_autonomic_loop.rs"
[[test]]
name = "test_autonomic_mesh"
path = "tests/test_autonomic_mesh.rs"
[[test]]
name = "test_challenger_m2"
path = "tests/test_challenger_m2.rs"
[[test]]
name = "test_challenger_m2_stress"
path = "tests/test_challenger_m2_stress.rs"
[[test]]
name = "test_challenger_m3_verification"
path = "tests/test_challenger_m3_verification.rs"
[[test]]
name = "test_comparison_improvements"
path = "tests/test_comparison_improvements.rs"
[[test]]
name = "test_compositor_perf_admission"
path = "tests/test_compositor_perf_admission.rs"
[[test]]
name = "test_dogfood_loop"
path = "tests/test_dogfood_loop.rs"
[[test]]
name = "test_lsp318_capabilities"
path = "tests/test_lsp318_capabilities.rs"
[[test]]
name = "test_m3_serialization_stress"
path = "tests/test_m3_serialization_stress.rs"
[[test]]
name = "test_materialized_views_integration"
path = "tests/test_materialized_views_integration.rs"
[[test]]
name = "test_max_rpc_handlers"
path = "tests/test_max_rpc_handlers.rs"
[[test]]
name = "test_max_rpc_zero_coverage"
path = "tests/test_max_rpc_zero_coverage.rs"
[[test]]
name = "test_mutex_resilience"
path = "tests/test_mutex_resilience.rs"
[[test]]
name = "test_no_bullshit_stubs"
path = "tests/test_no_bullshit_stubs.rs"
[[test]]
name = "test_perf_admission"
path = "tests/test_perf_admission.rs"
[[test]]
name = "test_playground"
path = "tests/test_playground.rs"
[[test]]
name = "test_r1_r2_challenger"
path = "tests/test_r1_r2_challenger.rs"
[[test]]
name = "test_rocksdb_admission"
path = "tests/test_rocksdb_admission.rs"
[[test]]
name = "test_stdio_framing_witness"
path = "tests/test_stdio_framing_witness.rs"
[[test]]
name = "test_tpot2_diagnostics_fuzz"
path = "tests/test_tpot2_diagnostics_fuzz.rs"
[[test]]
name = "test_tpot2_ocel_conformance"
path = "tests/test_tpot2_ocel_conformance.rs"
[[test]]
name = "test_tpot2_pipeline"
path = "tests/test_tpot2_pipeline.rs"
[[test]]
name = "test_tpot2_properties"
path = "tests/test_tpot2_properties.rs"
[[test]]
name = "test_wasm4pm_compat"
path = "tests/test_wasm4pm_compat.rs"
[[test]]
name = "v26_6_28_tests"
path = "tests/v26_6_28_tests.rs"
[[bench]]
name = "pipeline_search"
path = "benches/pipeline_search.rs"
harness = false
[dependencies.affidavit]
version = "26.6.22"
[dependencies.anyhow]
version = "1.0.101"
[dependencies.async-codec-lite]
version = "0.0"
optional = true
[dependencies.async-trait]
version = "0.1"
[dependencies.auto_impl]
version = "1.0"
[dependencies.blake3]
version = "1.3"
[dependencies.bytes]
version = "1.0"
[dependencies.dashmap]
version = "6.1.0"
[dependencies.ed25519-dalek]
version = "2.0"
features = ["rand_core"]
[dependencies.futures]
version = "0.3"
features = [
"std",
"async-await",
]
default-features = false
[dependencies.httparse]
version = "1.8"
[dependencies.libc]
version = "0.2"
[dependencies.lsp-max-ast]
version = "26.7.3"
[dependencies.lsp-max-lsif]
version = "26.7.3"
[dependencies.lsp-max-macros]
version = "26.7.3"
[dependencies.lsp-max-protocol]
version = "26.7.3"
[dependencies.lsp-types-max]
version = "26.6.24"
features = ["proposed"]
[dependencies.memchr]
version = "2.5"
[dependencies.oxigraph]
version = "0.5.8"
features = ["rdf-12"]
default-features = false
[dependencies.parking_lot]
version = "0.12.5"
[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]
[dependencies.regex]
version = "1.11.1"
[dependencies.rustc-hash]
version = "2"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tokio]
version = "1"
features = [
"time",
"macros",
"rt",
"io-util",
"net",
"sync",
]
optional = true
[dependencies.tokio-util]
version = "0.7"
features = ["codec"]
optional = true
[dependencies.tower]
version = "0.4"
features = ["util"]
default-features = false
[dependencies.tracing]
version = "0.1"
[dependencies.tree-sitter]
version = "0.26.5"
[dependencies.ureq]
version = "3"
features = ["json"]
[dependencies.url]
version = "2.5"
features = ["serde"]
[dependencies.uuid]
version = "1.0"
features = [
"v4",
"serde",
]
[dependencies.wasm4pm-cognition]
version = "26.6.10"
[dependencies.wasm4pm-compat]
version = "26.6.29"
features = [
"formats",
"strict",
"wasm4pm",
]
[dependencies.windows-sys]
version = "0.52"
features = [
"Win32_System_Threading",
"Win32_Foundation",
]
[dev-dependencies.async-tungstenite]
version = "0.29"
features = ["tokio-runtime"]
[dev-dependencies.blake3]
version = "1"
[dev-dependencies.chicago-tdd-tools]
version = "26.7.1"
[dev-dependencies.chicago-tdd-tools-proc-macros]
version = "26.7.1"
package = "chicago-tdd-tools-proc-macros"
[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]
[dev-dependencies.ed25519-dalek]
version = "2.0"
[dev-dependencies.oxigraph]
version = "0.5.8"
features = ["rdf-12"]
default-features = false
[dev-dependencies.ropey]
version = "1"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1"
features = [
"io-util",
"io-std",
"macros",
"rt-multi-thread",
"time",
]
[dev-dependencies.tokio-util]
version = "0.7"
features = ["compat"]
[dev-dependencies.tracing-subscriber]
version = "0.3"
[dev-dependencies.tree-sitter-rust]
version = "0.23"
[dev-dependencies.uuid]
version = "1.0"
features = ["v4"]
[dev-dependencies.walkdir]
version = "2.5.0"
[dev-dependencies.wasm4pm-compat]
version = "26.6.29"
features = [
"formats",
"strict",
"wasm4pm",
]
[dev-dependencies.ws_stream_tungstenite]
version = "0.15"
features = ["tokio_io"]