pyoe2-craftpath 0.5.1

A tool for Path of Exile 2 to find the best craftpaths based on the categories: *most likely, most efficient and cheapest*, between a starting item and a target item.
Documentation
[build-system]
requires = ["maturin>=1.9,<2.0"]
build-backend = "maturin"

[project]
name = "pyoe2-craftpath"
description = "A tool for Path of Exile 2 to find the best craftpaths based on the categories: *most likely, most efficient and cheapest*, between a starting item and a target item."
readme = "README.md"
license = "MIT"
authors = [{ name = "Wladislaw Jerokin", email = "wladhd@gmail.com" }]
keywords = ["path-of-exile-2", "poe2", "crafting", "calculator", "simulator"]
requires-python = ">=3.10"
classifiers = [
    "Programming Language :: Rust",
    "Programming Language :: Python :: Implementation :: CPython",
    "Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]

dependencies = ["polars>=1.34.0"]

[project.urls]
Repository = "https://github.com/WladHD/pyoe2-craftpath/"
Issues = "https://github.com/WladHD/pyoe2-craftpath/issues"

[tool.maturin]
features = ["pyo3/extension-module"]