35 lines
884 B
TOML
35 lines
884 B
TOML
[package]
|
|
name = "influxdb3_py_api"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
arrow-array.workspace = true
|
|
arrow-schema.workspace = true
|
|
bytes.workspace = true
|
|
chrono.workspace = true
|
|
hashbrown.workspace = true
|
|
humantime.workspace = true
|
|
iox_time.workspace = true
|
|
influxdb3_id = { path = "../influxdb3_id" }
|
|
influxdb3_wal = { path = "../influxdb3_wal" }
|
|
influxdb3_catalog = {path = "../influxdb3_catalog"}
|
|
influxdb3_internal_api = { path = "../influxdb3_internal_api" }
|
|
influxdb3_sys_events = { path = "../influxdb3_sys_events" }
|
|
iox_query_params.workspace = true
|
|
observability_deps.workspace = true
|
|
parking_lot.workspace = true
|
|
pyo3.workspace = true
|
|
futures.workspace = true
|
|
thiserror.workspace = true
|
|
tokio.workspace = true
|
|
lazy_static = "1.5.0"
|
|
|
|
[lints]
|
|
workspace = true
|