[package] name = "internal_types" version = "0.1.0" authors = ["Andrew Lamb "] edition = "2018" description = "InfluxDB IOx internal types, shared between IOx instances" readme = "README.md" [dependencies] arrow = { version = "4.0", features = ["prettyprint"] } hashbrown = "0.11" indexmap = "1.6" itertools = "0.10.1" observability_deps = { path = "../observability_deps" } snafu = "0.6" [dev-dependencies] arrow_util = { path = "../arrow_util" }