lash-standard-plugins 0.1.0-alpha.55

Default plugin stack bundle for the lash agent runtime.
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-standard-plugins"
version = "0.1.0-alpha.55"
authors = ["Samuel Galanakis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Default plugin stack bundle for the lash agent runtime."
homepage = "https://samgalanakis.github.io/lash/"
documentation = "https://samgalanakis.github.io/lash/"
readme = "README.md"
keywords = [
    "lash",
    "agent",
    "plugins",
    "llm",
    "runtime",
]
categories = [
    "asynchronous",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/SamGalanakis/lash"

[features]
default = []
semantic-tool-search = ["lash-plugin-tool-discovery/semantic-tool-search"]

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

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

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

[dependencies.lash-plugin-observational-memory]
version = "=0.1.0-alpha.55"

[dependencies.lash-plugin-process-controls]
version = "=0.1.0-alpha.55"

[dependencies.lash-plugin-tool-discovery]
version = "=0.1.0-alpha.55"

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

[dependencies.lash-tools]
version = "=0.1.0-alpha.55"

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

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

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

[dev-dependencies.tokio]
version = "1"
features = ["full"]