[build-system]
requires = ["maturin>=1.7"]
build-backend = "maturin"
[project]
name = "cmakefmt"
dynamic = ["version"]
requires-python = ">=3.11"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Rust",
"Topic :: Software Development :: Quality Assurance",
]
keywords = ["cmake", "formatter", "formatting"]
description = "A fast, correct CMake formatter"
readme = "README.md"
[project.urls]
Homepage = "https://cmakefmt.dev"
Repository = "https://github.com/cmakefmt/cmakefmt"
Documentation = "https://cmakefmt.dev/installation/"
[tool.maturin]
bindings = "bin"
strip = true