[package]
edition = "2024"
rust-version = "1.90"
name = "lash-lashlang-runtime"
version = "0.1.0-alpha.63"
authors = ["Samuel Galanakis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lashlang runtime integration for lash-core process engines and tool surfaces."
homepage = "https://samgalanakis.github.io/lash/"
documentation = "https://samgalanakis.github.io/lash/"
readme = "README.md"
keywords = [
"lash",
"agent",
"runtime",
"lashlang",
]
categories = [
"asynchronous",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/SamGalanakis/lash"
[lib]
name = "lash_lashlang_runtime"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
version = "0.4"
[dependencies.lash-core]
version = "=0.1.0-alpha.63"
[dependencies.lash-remote-protocol]
version = "=0.1.0-alpha.63"
[dependencies.lash-trace]
version = "=0.1.0-alpha.63"
[dependencies.lashlang]
version = "=0.1.0-alpha.63"
[dependencies.serde]
version = "1"
features = [
"derive",
"rc",
]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dependencies.tokio]
version = "1"
features = [
"sync",
"time",
"rt",
"macros",
]
[dependencies.tokio-util]
version = "0.7"
features = ["rt"]
[dependencies.uuid]
version = "1"
features = ["v4"]