influxdb/data_types/Cargo.toml

24 lines
643 B
TOML
Raw Normal View History

[package]
name = "data_types"
version = "0.1.0"
authors = ["pauldix <paul@pauldix.net>"]
description = "InfluxDB IOx data_types, shared between IOx instances and IOx clients"
2021-10-25 08:45:44 +00:00
edition = "2021"
readme = "README.md"
[dependencies] # In alphabetical order
2021-10-06 07:44:41 +00:00
bytes = "1.0"
2021-07-19 12:59:52 +00:00
num_cpus = "1.13.0"
observability_deps = { path = "../observability_deps" }
ordered-float = "2"
percent-encoding = "2.1.0"
regex = "1"
siphasher = "0.3"
2022-01-11 19:22:36 +00:00
snafu = "0.7"
time = { path = "../time" }
uuid = { version = "0.8", features = ["v4"] }
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies] # In alphabetical order
test_helpers = { path = "../test_helpers" }