[build-system] requires = ["maturin>=1.0,<2.0"] build-backend = "maturin" [project] name = "pdf-inspector" version = "0.1.0" description = "Fast PDF inspection, classification, and text extraction with smart scanned vs text-based detection" license = { text = "MIT" } requires-python = ">=3.8" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Topic :: Text Processing", ] [tool.maturin] features = ["python"]