[package] name = "packers" version = "0.1.0" authors = ["Andrew Lamb "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] snafu = "0.6.2" tracing = "0.1" rand = "0.7.3" human_format = "1.0.3" arrow_deps = { path = "../arrow_deps" } data_types = { path = "../data_types" } influxdb_tsm = { path = "../influxdb_tsm" } [dev-dependencies] test_helpers ={ path = "../test_helpers" }