[package] name = "iox_tests" description = "IOx test utils and tests" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true [dependencies] arrow = { workspace = true } bytes = "1.3" data_types = { path = "../data_types" } datafusion = { workspace = true } datafusion_util = { path = "../datafusion_util" } iox_catalog = { path = "../iox_catalog" } iox_time = { path = "../iox_time" } metric = { path = "../metric" } mutable_batch_lp = { path = "../mutable_batch_lp" } object_store = "0.5.2" observability_deps = { path = "../observability_deps" } once_cell = { version = "1.17", features = ["parking_lot"] } parquet_file = { path = "../parquet_file" } predicate = { path = "../predicate" } iox_query = { path = "../iox_query" } schema = { path = "../schema" } sharder = { path = "../sharder" } uuid = { version = "1", features = ["v4"] } workspace-hack = { path = "../workspace-hack"} futures = "0.3.25"