[package]
edition = "2024"
rust-version = "1.90"
name = "lash-sansio"
version = "0.1.0-alpha.40"
authors = ["Samuel Galanakis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sans-IO protocol kernel for the lash agent runtime. Pure types and state machine; no IO or async."
homepage = "https://samgalanakis.github.io/lash/"
documentation = "https://samgalanakis.github.io/lash/"
readme = "README.md"
keywords = [
"lash",
"agent",
"sans-io",
"protocol",
"runtime",
]
categories = [
"asynchronous",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/SamGalanakis/lash"
[lib]
name = "lash_sansio"
path = "src/lib.rs"
[dependencies.schemars]
version = "0.8"
[dependencies.serde]
version = "1"
features = [
"derive",
"rc",
]
[dependencies.serde_json]
version = "1"