[build-system] requires = ["maturin>=1.8,<2.0"] build-backend = "maturin" [project] name = "soon" requires-python = ">=3.10" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] dynamic = ["version"] dependencies = [ "rich>=14.0.0", ] [tool.maturin] bindings = "bin" module-name = "soon" # [project.scripts] # soon = "soon:__main__"