[build-system]
requires = ["maturin>=1.5,<2"]
build-backend = "maturin"
[project]
name = "kshana"
description = "Open hybrid quantum/classical PNT performance simulator"
requires-python = ">=3.9"
license = "AGPL-3.0-only"
authors = [{ name = "Chakshu Baweja", email = "contact@ashforde.org" }]
readme = "README.md"
keywords = ["pnt", "navigation", "quantum", "gnss", "simulation"]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
"Intended Audience :: Science/Research",
]
dynamic = ["version"]
[project.optional-dependencies]
test = ["pytest", "numpy"]
[project.urls]
Homepage = "https://kshana.dev"
Repository = "https://github.com/AshfordeOU/kshana"
Documentation = "https://docs.rs/kshana"
[tool.maturin]
features = ["python"]
include = ["kshana.pyi", "py.typed"]