haagenti-python 0.1.0

Python bindings for Haagenti tensor compression library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.89"
name = "haagenti-python"
version = "0.1.0"
authors = ["Daemoniorum Engineering <engineering@daemoniorum.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python bindings for Haagenti tensor compression library"
readme = "README.md"
keywords = [
    "python",
    "tensor",
    "compression",
    "machine-learning",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/daemoniorum/haagenti"

[features]
default = []

[lib]
name = "haagenti_python"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.haagenti]
version = "0.1.0"

[dependencies.haagenti-core]
version = "0.1.0"

[dependencies.haagenti-lz4]
version = "0.1.0"

[dependencies.haagenti-zstd]
version = "0.1.0"

[dependencies.half]
version = "2.4"

[dependencies.numpy]
version = "0.22"

[dependencies.pyo3]
version = "0.22"
features = ["extension-module"]

[dependencies.thiserror]
version = "2.0"

[build-dependencies.pyo3-build-config]
version = "0.22"