2020-10-11 19:40:00 +00:00
|
|
|
[package]
|
2020-11-04 17:33:41 +00:00
|
|
|
name = "data_types"
|
2020-10-11 19:40:00 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["pauldix <paul@pauldix.net>"]
|
2021-03-19 16:27:57 +00:00
|
|
|
description = "InfluxDB IOx data_types, shared between IOx instances and IOx clients"
|
2021-10-25 08:45:44 +00:00
|
|
|
edition = "2021"
|
2021-03-19 16:27:57 +00:00
|
|
|
readme = "README.md"
|
2020-10-11 19:40:00 +00:00
|
|
|
|
2021-02-04 23:56:02 +00:00
|
|
|
[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"
|
2021-07-22 17:16:09 +00:00
|
|
|
observability_deps = { path = "../observability_deps" }
|
2021-11-15 10:28:58 +00:00
|
|
|
ordered-float = "2"
|
2021-01-20 20:09:19 +00:00
|
|
|
percent-encoding = "2.1.0"
|
2021-12-01 19:21:28 +00:00
|
|
|
regex = "1"
|
2021-11-15 16:39:17 +00:00
|
|
|
siphasher = "0.3"
|
2022-01-11 19:22:36 +00:00
|
|
|
snafu = "0.7"
|
2021-10-11 20:40:00 +00:00
|
|
|
time = { path = "../time" }
|
2021-10-07 08:58:06 +00:00
|
|
|
uuid = { version = "0.8", features = ["v4"] }
|
2021-11-19 14:21:57 +00:00
|
|
|
workspace-hack = { path = "../workspace-hack"}
|
2020-12-30 17:44:32 +00:00
|
|
|
|
2021-02-04 23:56:02 +00:00
|
|
|
[dev-dependencies] # In alphabetical order
|
2021-01-21 22:55:55 +00:00
|
|
|
test_helpers = { path = "../test_helpers" }
|