[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "arrow-zerobus-sdk-wrapper"
version = "0.8.1"
requires-python = ">=3.11"
description = "Cross-platform Rust SDK wrapper for Databricks Zerobus with Python bindings"
readme = "README.md"
license = { text = "MIT OR Apache-2.0" }
authors = [
{ name = "Arrow Zerobus SDK Wrapper Team" }
]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"pyarrow>=10.0",
]
[tool.maturin]
features = ["python"]
module-name = "arrow_zerobus_sdk_wrapper"
bindings = "pyo3"
compatibility = "linux"