lash-protocol-standard 0.1.0-alpha.63

Standard protocol (native provider tool calls) 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-protocol-standard"
version = "0.1.0-alpha.63"
authors = ["Samuel Galanakis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard protocol (native provider tool calls) for the lash agent runtime."
homepage = "https://samgalanakis.github.io/lash/"
documentation = "https://samgalanakis.github.io/lash/"
readme = "README.md"
keywords = [
    "lash",
    "agent",
    "mode",
    "tools",
    "llm",
]
categories = [
    "asynchronous",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/SamGalanakis/lash"

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

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

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

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

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

[dependencies.serde_json]
version = "1"

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

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

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

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

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