lex-api 0.2.0

HTTP/JSON + MCP server surface for the Lex toolchain.
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 = "2021"
name = "lex-api"
version = "0.2.0"
authors = ["Alpibrupa <https://github.com/alpibrupa>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP/JSON + MCP server surface for the Lex toolchain."
homepage = "https://github.com/alpibrusl/lex-lang"
readme = false
keywords = [
    "lex",
    "agent",
    "effects",
    "language",
]
categories = [
    "compilers",
    "development-tools",
]
license = "EUPL-1.2"
repository = "https://github.com/alpibrusl/lex-lang"

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.lex-ast]
version = "0.2.0"

[dependencies.lex-bytecode]
version = "0.2.0"

[dependencies.lex-runtime]
version = "0.2.0"

[dependencies.lex-store]
version = "0.2.0"

[dependencies.lex-syntax]
version = "0.2.0"

[dependencies.lex-trace]
version = "0.2.0"

[dependencies.lex-types]
version = "0.2.0"

[dependencies.lex-vcs]
version = "0.2.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.tiny_http]
version = "0.12"

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