ztensor 1.1.1

zTensor file library - v1.1 spec
Documentation
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "ztensor"
version = "1.1.1"
description = "Python bindings for the zTensor library."
readme = "README.md" 
authors = [
    { name = "In Gim", email = "in.gim@yale.edu" },
]
license = "MIT" 
classifiers = [
    "Programming Language :: Rust",
    "Programming Language :: Python :: 3",
    "License :: OSI Approved :: MIT License",
    "Operating System :: OS Independent",
    "Intended Audience :: Developers",
    "Topic :: Scientific/Engineering",
]
dependencies = [
    "numpy",
    "cffi",
    "ml_dtypes"
]

[project.urls]
Homepage = "https://github.com/pie-project/ztensor"
Source = "https://github.com/pie-project/ztensor"

[tool.maturin]
profile = "release"
bindings = "cffi"
python-source = "python"