[package] name = "ioxd_querier" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true [dependencies] # Workspace dependencies, in alphabetical order clap_blocks = { path = "../clap_blocks" } data_types = { path = "../data_types" } generated_types = { path = "../generated_types" } iox_catalog = { path = "../iox_catalog" } ioxd_common = { path = "../ioxd_common" } metric = { path = "../metric" } object_store = "0.5.2" querier = { path = "../querier" } iox_query = { path = "../iox_query" } router = { path = "../router" } service_grpc_flight = { path = "../service_grpc_flight" } service_grpc_influxrpc = { path = "../service_grpc_influxrpc" } sharder = { path = "../sharder" } iox_time = { path = "../iox_time" } trace = { path = "../trace" } # Crates.io dependencies, in alphabetical order arrow-flight = { workspace = true } async-trait = "0.1" hyper = "0.14" thiserror = "1.0.38" tokio = { version = "1.24", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] } tonic = "0.8" workspace-hack = { path = "../workspace-hack"} parquet_file = { version = "0.1.0", path = "../parquet_file" } [dev-dependencies] # Workspace dependencies, in alphabetical order iox_tests = { path = "../iox_tests" } # Crates.io dependencies, in alphabetical order