coren 0.1.2

Machine capability detection and compute normalization
Documentation
[build-system]
requires = ["maturin>=1.7,<2.0"]
build-backend = "maturin"

[project]
name = "coren"
version = "0.1.2"
description = "Machine capability detection and compute normalization"
requires-python = ">=3.9"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["compute", "roofline", "benchmark", "normalization"]
classifiers = [
    "Development Status :: 4 - Beta",
    "Intended Audience :: Science/Research",
    "Programming Language :: Python :: 3",
    "Programming Language :: Rust",
    "Topic :: System :: Hardware",
    "Topic :: Scientific/Engineering",
]

[project.urls]
Repository = "https://codeberg.org/cablab/coren"

[tool.maturin]
features = ["python"]
strip = true
sdist-include = ["src/**", "Cargo.toml", "Cargo.lock", "README.md"]

[tool.uv]
python-preference = "only-managed"