[build-dependencies.prost-build]
version = "0.13"
[build-dependencies.protoc-bin-vendored]
version = "3"
[build-dependencies.tonic-build]
version = "0.12"
[dependencies.prost]
version = "0.13"
[dependencies.prost-types]
version = "0.13"
[dependencies.tonic]
version = "0.12"
[lib]
name = "steer_proto"
path = "src/lib.rs"
[lints.clippy]
panic = "deny"
perf = "deny"
todo = "deny"
unimplemented = "deny"
[lints.rust]
unsafe_code = "deny"
unused_must_use = "deny"
[package]
authors = ["Brendan Graham <brendanigraham@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Protobuf definitions for Steer coding agent"
edition = "2024"
include = ["src/**/*", "build.rs", "proto/**/*.proto", "Cargo.toml"]
license = "AGPL-3.0-or-later"
name = "steer-proto"
readme = false
repository = "https://github.com/brendangraham14/steer"
version = "0.1.21"