2021-08-26 10:30:59 +00:00
|
|
|
[package]
|
|
|
|
name = "influxdb_storage_client"
|
2022-09-26 14:43:00 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2021-08-26 10:30:59 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
client_util = { path = "../client_util" }
|
2022-10-20 09:18:00 +00:00
|
|
|
generated_types = { path = "../generated_types", default-features=false, features=["data_types"] }
|
2022-08-09 17:30:44 +00:00
|
|
|
prost = "0.11"
|
|
|
|
tonic = { version = "0.8" }
|
2021-11-29 16:10:42 +00:00
|
|
|
futures-util = { version = "0.3" }
|
2022-10-20 09:18:00 +00:00
|
|
|
observability_deps = { path = "../observability_deps"}
|
2021-11-19 14:21:57 +00:00
|
|
|
workspace-hack = { path = "../workspace-hack"}
|
2021-08-26 10:30:59 +00:00
|
|
|
|
2021-10-25 08:45:44 +00:00
|
|
|
[dev-dependencies]
|