[package] name = "influxdb3_cache" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true [dependencies] # Core Crates data_types.workspace = true iox_time.workspace = true metric.workspace = true observability_deps.workspace = true schema.workspace = true # Local deps influxdb3_catalog = { path = "../influxdb3_catalog" } influxdb3_id = { path = "../influxdb3_id" } influxdb3_wal = { path = "../influxdb3_wal" } # crates.io dependencies anyhow.workspace = true arrow.workspace = true async-trait.workspace = true bytes.workspace = true chrono.workspace = true dashmap.workspace = true datafusion.workspace = true futures.workspace = true indexmap.workspace = true parking_lot.workspace = true object_store.workspace = true serde.workspace = true thiserror.workspace = true tokio.workspace = true [dev-dependencies] # core deps arrow_util.workspace = true data_types.workspace = true # Local deps influxdb3_write = { path = "../influxdb3_write" } influxdb3_test_helpers = { path = "../influxdb3_test_helpers" } # crates.io deps bimap.workspace = true insta.workspace = true object_store.workspace = true pretty_assertions.workspace = true test-log.workspace = true [lints] workspace = true