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"
|
2020-10-11 19:40:00 +00:00
|
|
|
edition = "2018"
|
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-10-07 08:58:06 +00:00
|
|
|
chrono = "0.4"
|
2021-02-04 23:56:02 +00:00
|
|
|
influxdb_line_protocol = { path = "../influxdb_line_protocol" }
|
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-01-20 20:09:19 +00:00
|
|
|
percent-encoding = "2.1.0"
|
2021-03-17 16:32:34 +00:00
|
|
|
regex = "1.4"
|
2021-02-04 23:56:02 +00:00
|
|
|
snafu = "0.6"
|
2021-10-07 08:58:06 +00:00
|
|
|
uuid = { version = "0.8", features = ["v4"] }
|
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" }
|