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>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
2021-02-04 23:56:02 +00:00
|
|
|
[dependencies] # In alphabetical order
|
2021-01-15 22:29:30 +00:00
|
|
|
arrow_deps = { path = "../arrow_deps" }
|
2021-02-05 18:21:24 +00:00
|
|
|
chrono = { version = "0.4", features = ["serde"] }
|
2020-10-11 19:40:00 +00:00
|
|
|
crc32fast = "1.2.0"
|
2021-02-04 23:56:02 +00:00
|
|
|
flatbuffers = "0.6"
|
|
|
|
generated_types = { path = "../generated_types" }
|
|
|
|
influxdb_line_protocol = { path = "../influxdb_line_protocol" }
|
2021-01-20 20:09:19 +00:00
|
|
|
percent-encoding = "2.1.0"
|
2021-02-04 23:56:02 +00:00
|
|
|
serde = "1.0"
|
|
|
|
snafu = "0.6"
|
|
|
|
tracing = "0.1"
|
2020-12-30 17:44:32 +00:00
|
|
|
|
2021-02-04 23:56:02 +00:00
|
|
|
[dev-dependencies] # In alphabetical order
|
2020-12-30 17:44:32 +00:00
|
|
|
criterion = "0.3"
|
2021-01-21 22:55:55 +00:00
|
|
|
test_helpers = { path = "../test_helpers" }
|
2020-12-30 17:44:32 +00:00
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
name = "benchmark"
|
|
|
|
harness = false
|