cmakefmt-rust 0.10.0

A fast, correct CMake formatter
Documentation
# SPDX-FileCopyrightText: Copyright 2026 Puneet Matharu
#
# SPDX-License-Identifier: MIT OR Apache-2.0

[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