influxdb/influxdb3_catalog/Cargo.toml

38 lines
821 B
TOML

[package]
name = "influxdb3_catalog"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
# Core Crates
influxdb-line-protocol.workspace = true
observability_deps.workspace = true
schema = { workspace = true }
iox_time.workspace = true
# Local deps
influxdb3_id = { path = "../influxdb3_id" }
influxdb3_wal = { path = "../influxdb3_wal" }
# crates.io dependencies
arrow.workspace = true
bimap.workspace = true
chrono.workspace = true
hashbrown.workspace = true
indexmap.workspace = true
parking_lot.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_with.workspace = true
thiserror.workspace = true
[dev-dependencies]
insta.workspace = true
pretty_assertions.workspace = true
test_helpers.workspace = true
[lints]
workspace = true