lashlang 0.1.0-alpha.42

Lashlang: compact CodeAct language for model-authored REPL blocks in the lash agent runtime.
Documentation
[package]
name = "lashlang"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
readme.workspace = true
rust-version.workspace = true
description = "Lashlang: compact CodeAct language for model-authored REPL blocks in the lash agent runtime."
keywords = ["lash", "lashlang", "agent", "codeact", "llm"]
categories = ["asynchronous", "api-bindings"]

[dependencies]
async-trait = { workspace = true }
compact_str = { version = "0.9.0", features = ["serde"] }
futures-executor = "0.3"
rustc-hash = "2"
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1"
sha2 = { workspace = true }
smallvec = "1"
thiserror = "2"

[dev-dependencies]
criterion = { version = "0.5", features = ["async_tokio"] }
futures = "0.3"
insta = "1"
proptest = "1"
tokio = { version = "1", features = ["macros", "rt", "time"] }

[[bench]]
name = "benchmark"
harness = false