influxdb/packers/Cargo.toml

24 lines
586 B
TOML
Raw Normal View History

[package]
name = "packers"
version = "0.1.0"
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
2021-10-25 08:45:44 +00:00
edition = "2021"
[dependencies] # In alphabetical order
arrow = { version = "7.0", features = ["prettyprint"] }
influxdb_tsm = { path = "../influxdb_tsm" }
schema = { path = "../schema" }
2022-01-11 19:22:36 +00:00
snafu = "0.7"
observability_deps = { path = "../observability_deps" }
parquet = "7.0"
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies] # In alphabetical order
criterion = "0.3.3"
rand = "0.8.3"
test_helpers = { path = "../test_helpers" }
[[bench]]
name = "packers"
harness = false