[build-system]
requires = ["maturin>=1.9,<2.0"]
build-backend = "maturin"
[project]
name = "runqd"
version = "0.4.10"
description = "A lightweight, single-node job scheduler written in Rust."
authors = [
{ name = "PuQing", email = "me@puqing.work" }
]
readme = "README.md"
license = { text = "MIT" }
keywords = ["slurm", "scheduler", "job", "rust"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Rust",
"Topic :: System :: Distributed Computing",
"Topic :: System :: Monitoring",
"Topic :: Utilities",
]
requires-python = ">=3.8"
[project.urls]
Homepage = "https://runqd.com"
Documentation = "https://runqd.com"
Repository = "https://github.com/AndPuQing/gflow.git"
Issues = "https://github.com/AndPuQing/gflow/issues"
[tool.maturin]
bindings = "bin"
strip = true
manifest-path = "Cargo.toml"
module-name = "runqd"