influxdb/generated_types/Cargo.toml

24 lines
667 B
TOML

[package]
name = "generated_types"
version = "0.1.0"
authors = ["Paul Dix <paul@pauldix.net>"]
edition = "2018"
[dependencies] # In alphabetical order
bytes = { version = "1.0", features = ["serde"] }
# See docs/regenerating_flatbuffers.md about updating generated code when updating the
# version of the flatbuffers crate
flatbuffers = "0.8"
futures = "0.3"
prost = "0.7"
prost-types = "0.7"
tonic = "0.4"
observability_deps = { path = "../observability_deps" }
google_types = { path = "../google_types" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.44"
[build-dependencies] # In alphabetical order
tonic-build = "0.4"
prost-build = "0.7"