influxdb/influxdb3_catalog/Cargo.toml

55 lines
1.2 KiB
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
anyhow.workspace = true
arrow.workspace = true
bimap.workspace = true
bitcode.workspace = true
byteorder.workspace = true
bytes.workspace = true
chrono.workspace = true
clap.workspace = true
crc32fast.workspace = true
cron.workspace = true
futures.workspace = true
hashbrown.workspace = true
humantime.workspace = true
indexmap.workspace = true
object_store.workspace = true
parking_lot.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_with.workspace = true
thiserror.workspace = true
tokio.workspace = true
uuid.workspace = true
[dev-dependencies]
# local deps
influxdb3_test_helpers = { path = "../influxdb3_test_helpers" }
# crates.io deps
insta.workspace = true
pretty_assertions.workspace = true
test_helpers.workspace = true
test-log.workspace = true
[lints]
workspace = true