[build-system]
requires = ["maturin>=1.4,<2.0"]
build-backend = "maturin"
[project]
name = "spectre-rs"
version = "1.0.0"
description = "Native Rust PDF extraction engine: text, markdown for RAG, AcroForm widgets, image decoding, and encrypted PDFs. No C dependencies."
readme = "README.md"
requires-python = ">=3.10"
license = { text = "MIT" }
authors = [{ name = "Ryan Stewart" }]
keywords = ["pdf", "extraction", "rag", "markdown", "rust", "text-extraction"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Rust",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Text Processing",
"Topic :: Text Processing :: Markup :: Markdown",
"Topic :: Office/Business",
"Topic :: Scientific/Engineering :: Information Analysis",
]
[project.urls]
Repository = "https://github.com/RyanJamesStewart/spectre-rs"
Issues = "https://github.com/RyanJamesStewart/spectre-rs/issues"
[tool.maturin]
features = ["pyo3/extension-module", "python"]
module-name = "spectre_rs"