scrybe-cli 0.6.1

Scrybe CLI — headless render/lint/mermaid/panel command-line tool
Documentation
[build-system]
requires = ["maturin>=1.4,<2.0"]
build-backend = "maturin"

[project]
name = "scrybe-cli"
version = "0.6.1"
description = "Scrybe CLI — headless Markdown render/lint/mermaid tool (binary wheel)"
license = {text = "Apache-2.0"}
readme = "README.md"
requires-python = ">=3.9"
dependencies = []

[project.urls]
Homepage = "https://github.com/hartsock/scrybe"

[tool.maturin]
bindings = "bin"
bin-name = "scrybe"
manifest-path = "Cargo.toml"
# python-source: ship a thin Python wrapper alongside the Rust binary so
# `import scrybe_cli` works (re-exports `scrybe-py`'s library surface
# when installed). The binary is the primary deliverable; the wrapper is
# a convenience for Python developers introspecting / scripting.
python-source = "python"