lash-runtime 0.1.0-alpha.63

Durable agent runtime for Rust: sessions, turns, tools, plugins. Embeddable facade over lash-core.
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"
rust-version = "1.90"
name = "lash-runtime"
version = "0.1.0-alpha.63"
authors = ["Samuel Galanakis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Durable agent runtime for Rust: sessions, turns, tools, plugins. Embeddable facade over lash-core."
homepage = "https://samgalanakis.github.io/lash/"
documentation = "https://samgalanakis.github.io/lash/"
readme = "README.md"
keywords = [
    "lash",
    "agent",
    "llm",
    "runtime",
    "ai",
]
categories = [
    "asynchronous",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/SamGalanakis/lash"

[features]
default = []
rlm = [
    "dep:lash-lashlang-runtime",
    "dep:lash-protocol-rlm",
    "dep:lash-rlm-types",
    "dep:lashlang",
]
testing = ["lash-core/testing"]

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.lash-core]
version = "=0.1.0-alpha.63"

[dependencies.lash-lashlang-runtime]
version = "=0.1.0-alpha.63"
optional = true

[dependencies.lash-plugin-tool-output-budget]
version = "=0.1.0-alpha.63"

[dependencies.lash-protocol-rlm]
version = "=0.1.0-alpha.63"
optional = true

[dependencies.lash-protocol-standard]
version = "=0.1.0-alpha.63"

[dependencies.lash-remote-protocol]
version = "=0.1.0-alpha.63"

[dependencies.lash-rlm-types]
version = "=0.1.0-alpha.63"
optional = true

[dependencies.lash-tool-support]
version = "=0.1.0-alpha.63"

[dependencies.lash-trace]
version = "=0.1.0-alpha.63"

[dependencies.lashlang]
version = "=0.1.0-alpha.63"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["sync"]

[dependencies.tokio-util]
version = "0.7"

[dev-dependencies.lash-core]
version = "=0.1.0-alpha.63"
features = ["testing"]

[dev-dependencies.lash-remote-protocol]
version = "=0.1.0-alpha.63"
features = ["core-conversions"]

[dev-dependencies.lash-sqlite-store]
version = "=0.1.0-alpha.63"

[dev-dependencies.lash-subagents]
version = "=0.1.0-alpha.63"

[dev-dependencies.rusqlite]
version = "0.37"
features = ["bundled"]

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
]

[dev-dependencies.trybuild]
version = "1"