summaryrefslogtreecommitdiff
path: root/rust/proto/Cargo.toml
blob: 558677b42e934354e26bb57d9c4ffd7929ef8483 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "proto"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bytes = "1.2.1"
chrono = "0.4.22"
pbjson = "0.4.0"
pbjson-types = "0.4.0"
prost = "0.11.0"
serde = "1.0.143"
tonic = { version = "0.8.0", features = ["gzip", "tls"] }