[package]
edition = "2021"
name = "boxlite-shared"
version = "0.5.11"
authors = ["Dorian Zheng <https://github.com/dorianzheng>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types and protocol definitions for BoxLite host-guest communication"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/boxlite-ai/boxlite"
[package.metadata.docs.rs]
default-features = true
[lib]
name = "boxlite_shared"
path = "src/lib.rs"
[dependencies.prost]
version = "0.13"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
version = "1"
features = ["io-util"]
[dependencies.tonic]
version = "0.12"
[build-dependencies.tonic-build]
version = "0.12"