[package]
edition = "2021"
rust-version = "1.70.0"
name = "squeezy-runtime-protocol"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wire protocol types for the Squeezy runtime. Pre-release placeholder; the 0.1.0 release is the first functional version."
homepage = "https://squeezyagent.com"
readme = "README.md"
keywords = [
"squeezy",
"protocol",
"runtime",
"coding-agent",
]
categories = [
"api-bindings",
"development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/panicless/squeezy"
[lib]
name = "squeezy_runtime_protocol"
path = "src/lib.rs"