[package] name = "parquet_file" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true [dependencies] # In alphabetical order arrow = { workspace = true, features = ["prettyprint"] } base64 = "0.20" bytes = "1.3" data_types = { path = "../data_types" } datafusion = { workspace = true } datafusion_util = { path = "../datafusion_util" } futures = "0.3" generated_types = { path = "../generated_types" } iox_time = { path = "../iox_time" } object_store = "0.5.2" observability_deps = { path = "../observability_deps" } parking_lot = "0.12" parquet = { workspace = true, features = ["experimental"]} pbjson-types = "0.5" predicate = { path = "../predicate" } prost = "0.11" schema = { path = "../schema" } snafu = "0.7" thiserror = "1.0.37" thrift = "0.17" tokio = { version = "1.22", features = ["macros", "parking_lot", "rt", "rt-multi-thread", "sync"] } uuid = { version = "1", features = ["v4"] } zstd = "0.12" workspace-hack = { path = "../workspace-hack"}