quickwit-proto 0.3.0

Quickwit's protos
[package]
name = 'quickwit-proto'
version = "0.3.0"
authors = ['Quickwit, Inc. <hello@quickwit.io>']
edition = '2021'
license = 'AGPL-3.0-or-later'  # For a commercial, license, contact hello@quickwit.io
description = "Quickwit's protos"
repository = "https://github.com/quickwit-oss/quickwit"
homepage = "https://quickwit.io/"
documentation = "https://quickwit.io/docs/"

[dependencies]
prost = { version = "0.10.0", default-features = false, features = ["prost-derive"] }
serde = { version = "1.0", features = ["derive"] }
tonic = "0.7"

[build-dependencies]
tonic-build = "0.7.0"
prost-build = "0.10.0"