[package] name = "parquet_file" version = "0.1.0" authors = ["Nga Tran "] edition = "2021" [dependencies] # In alphabetical order arrow = { version = "14.0.0", features = ["prettyprint"] } base64 = "0.13" bytes = "1.0" data_types = { path = "../data_types" } datafusion = { path = "../datafusion" } datafusion_util = { path = "../datafusion_util" } futures = "0.3" generated_types = { path = "../generated_types" } iox_time = { path = "../iox_time" } metric = { path = "../metric" } object_store = "0.0.1" observability_deps = { path = "../observability_deps" } parking_lot = "0.12" parquet = {version = "14.0.0", features = ["experimental"]} parquet-format = "4.0" pbjson-types = "0.3" predicate = { path = "../predicate" } prost = "0.10" schema = { path = "../schema" } snafu = "0.7" tempfile = "3.1.0" thrift = "0.13" tokio = { version = "1.18", features = ["macros", "parking_lot", "rt", "rt-multi-thread", "sync"] } uuid = { version = "0.8", features = ["v4"] } zstd = "0.11" workspace-hack = { path = "../workspace-hack"} thiserror = "1.0.31"