2024-05-26 12:57:29 -06:00
|
|
|
[package]
|
|
|
|
name = "raas_types"
|
2024-06-01 14:20:55 -06:00
|
|
|
version = "0.0.4"
|
2024-05-26 12:57:29 -06:00
|
|
|
edition = "2021"
|
2024-05-26 20:44:21 -06:00
|
|
|
description = "Protobuf definitions for RaaS"
|
|
|
|
authors = ["Joey Hines joey@ahines.net"]
|
2024-05-26 12:57:29 -06:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
2024-06-01 12:08:50 -06:00
|
|
|
[features]
|
|
|
|
async = ["dep:tokio"]
|
2024-05-26 12:57:29 -06:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
bytes = "1.6.0"
|
|
|
|
prost = "0.12.6"
|
2024-06-01 12:08:50 -06:00
|
|
|
tokio = {version = "1.38.0", features = ["io-util", "test-util"], optional = true}
|
2024-05-26 12:57:29 -06:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
prost-build = "0.12.6"
|