influxdb/influxdb3_py_api/Cargo.toml

40 lines
952 B
TOML

[package]
name = "influxdb3_py_api"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[features]
system-py = ["pyo3"]
[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
futures.workspace = true
thiserror.workspace = true
tokio.workspace = true
[dependencies.pyo3]
version = "0.23.3"
features = ["experimental-async"]
optional = true
[lints]
workspace = true