influxdb/data_types/Cargo.toml

25 lines
517 B
TOML

[package]
name = "data_types"
version = "0.1.0"
authors = ["pauldix <paul@pauldix.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
snafu = "0.6"
serde = "1.0"
generated_types = { path = "../generated_types" }
influxdb_line_protocol = { path = "../influxdb_line_protocol" }
chrono = "0.4"
flatbuffers = "0.6"
crc32fast = "1.2.0"
tracing = "0.1"
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "benchmark"
harness = false