lash-plugin-plan-mode 0.1.0-alpha.55

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

[package.metadata.cargo-machete]
ignored = ["schemars"]

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

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

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

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

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

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

[dependencies.schemars]
version = "0.8"
features = ["derive"]

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

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

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

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

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

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