aa-proto 0.0.1-beta.3

Generated protobuf/gRPC types for Agent Assembly (prost + tonic)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"