[package]
edition = "2024"
rust-version = "1.85"
name = "lash-core"
version = "0.1.0-alpha.39"
authors = ["Samuel Galanakis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sans-IO turn machine and runtime kernel for the lash agent runtime."
homepage = "https://samgalanakis.github.io/lash/"
documentation = "https://samgalanakis.github.io/lash/"
readme = "README.md"
keywords = [
"lash",
"agent",
"runtime",
"async",
"ai",
]
categories = [
"asynchronous",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/SamGalanakis/lash"
[features]
default = []
otel-trace = ["lash-trace/otel"]
testing = []
[lib]
name = "lash_core"
path = "src/lib.rs"
[dependencies.arc-swap]
version = "1"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
version = "0.4"
[dependencies.futures-util]
version = "0.3"
[dependencies.lash-sansio]
version = "=0.1.0-alpha.39"
[dependencies.lash-trace]
version = "=0.1.0-alpha.39"
[dependencies.lashlang]
version = "=0.1.0-alpha.39"
[dependencies.regex]
version = "1"
[dependencies.schemars]
version = "0.8"
features = ["derive"]
[dependencies.serde]
version = "1"
features = [
"derive",
"rc",
]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = [
"process",
"io-util",
"sync",
"time",
"rt",
"rt-multi-thread",
"macros",
]
[dependencies.tokio-util]
version = "0.7"
features = ["rt"]
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
version = "1"
features = ["v4"]