lash-remote-protocol 0.1.0-alpha.42

Versioned remote embedding protocol DTOs for Lash sessions, turns, activities, tools, and LLM calls.
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-remote-protocol"
version = "0.1.0-alpha.42"
authors = ["Samuel Galanakis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Versioned remote embedding protocol DTOs for Lash sessions, turns, activities, tools, and LLM calls."
homepage = "https://samgalanakis.github.io/lash/"
documentation = "https://samgalanakis.github.io/lash/"
readme = "README.md"
keywords = [
    "lash",
    "agent",
    "runtime",
    "protocol",
]
categories = [
    "api-bindings",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/SamGalanakis/lash"

[features]
core-conversions = ["dep:lash-core"]
default = []

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

[dependencies.base64]
version = "0.22"

[dependencies.lash-core]
version = "=0.1.0-alpha.42"
optional = true

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.lashlang]
version = "=0.1.0-alpha.42"

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