[package]
name = "haagenti-python"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Python bindings for Haagenti tensor compression library"
license.workspace = true
repository.workspace = true
authors.workspace = true
keywords = ["python", "tensor", "compression", "machine-learning"]
[lib]
name = "haagenti_python"
crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.22", features = ["extension-module"] }
numpy = "0.22"
haagenti.workspace = true
haagenti-core.workspace = true
haagenti-lz4.workspace = true
haagenti-zstd.workspace = true
thiserror.workspace = true
half = "2.4"
[build-dependencies]
pyo3-build-config = "0.22"
[features]
default = []