[package] name = "iox_query_influxql" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true [dependencies] arrow = { workspace = true, features = ["prettyprint"] } chrono = { version = "0.4", default-features = false } chrono-tz = { version = "0.8" } data_types = { path = "../data_types" } datafusion = { workspace = true } datafusion_util = { path = "../datafusion_util" } generated_types = { path = "../generated_types" } influxdb_influxql_parser = { path = "../influxdb_influxql_parser" } iox_query = { path = "../iox_query" } itertools = "0.10.5" observability_deps = { path = "../observability_deps" } once_cell = "1" query_functions = { path = "../query_functions"} regex = "1" schema = { path = "../schema" } serde_json = "1.0.96" thiserror = "1.0" workspace-hack = { version = "0.1", path = "../workspace-hack" } [dev-dependencies] # In alphabetical order test_helpers = { path = "../test_helpers" } assert_matches = "1" insta = { version = "1", features = ["yaml"] } serde = { version = "1.0", features = ["derive"] }