trackforge 0.1.8

A unified, high-performance computer vision tracking library.
Documentation
[build-system]
requires = ["maturin>=0.14,<1.11"]
build-backend = "maturin"

[project]
name = "trackforge"
requires-python = ">=3.7"
description = "A unified, high-performance computer vision tracking library."
readme = "README.md"
license = { text = "MIT" }
dynamic = ["version"]
authors = [{ name = "Onuralp Sezer", email = "thunderbirdtr@gmail.com" }]
classifiers = [
    "Programming Language :: Rust",
    "Programming Language :: Python :: Implementation :: CPython",
    "Programming Language :: Python :: Implementation :: PyPy",
    "Topic :: Scientific/Engineering :: Image Recognition",
    "Topic :: Scientific/Engineering :: Artificial Intelligence",
    "License :: OSI Approved :: MIT License",
]


[tool.maturin]
features = ["python"]
include = ["python/trackforge.pyi"]