Cargo Features
[dependencies]
miyabi-a2a = { version = "0.1.2", default-features = false, features = ["grpc", "http"] }
- default = http
-
The
httpfeature is set by default whenevermiyabi-a2ais added withoutsomewhere in the dependency tree.default-features = false - grpc
-
Enables prost, tonic, and tonic-prost
tonic:
gRPC support (optional, v2.0 planned feature)
Affects
miyabi-a2a::grpc… - http default
-
Enables axum ^0.7 and tower-http
axum:
HTTP REST API support (for dashboard)
Affects
miyabi-a2a::http…Required by the dashboard-server binary