[package]
edition = "2021"
name = "aa-proto"
version = "0.0.1-beta.3"
build = "build.rs"
include = [
"src/**",
"build.rs",
"Cargo.toml",
"_embedded/proto/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generated protobuf/gRPC types for Agent Assembly (prost + tonic)"
readme = false
license = "Apache-2.0"
repository = "https://github.com/ai-agent-assembly/agent-assembly"
[lib]
name = "aa_proto"
path = "src/lib.rs"
[dependencies.prost]
version = "0.14"
[dependencies.tonic]
version = "0.14"
features = ["transport"]
[dependencies.tonic-prost]
version = "0.14"
[build-dependencies.tonic-prost-build]
version = "0.14"
[lints.clippy]
all = "warn"
complexity = "warn"
correctness = "deny"
perf = "warn"
style = "warn"
suspicious = "deny"