[build-system]
requires = ["maturin>=1.7,<2.0"]
build-backend = "maturin"
[project]
name = "panache-cli"
description = "A language server, formatter, and linter for Markdown, Quarto, and R Markdown"
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.10"
authors = [{ name = "Johan Larsson", email = "johan@jolars.co" }]
keywords = ["quarto", "pandoc", "markdown", "formatter", "language-server"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Programming Language :: Rust",
"Topic :: Software Development :: Documentation",
"Topic :: Text Processing :: Markup :: Markdown",
]
dynamic = ["version"]
[project.urls]
Homepage = "https://panache.bz"
Repository = "https://github.com/jolars/panache"
Documentation = "https://panache.bz"
Changelog = "https://github.com/jolars/panache/blob/main/CHANGELOG.md"
[tool.maturin]
bindings = "bin"
features = ["cli"]
strip = true