docs(crate): Rust-specific readme for crates.io (0.1.5) (#151)

crates.io showed the repo README, which leads with Python/Node quick
starts and repo-relative links. Point the crate readme at
docs/rust-api.md, refreshed with an intro, crates.io install, and CLI
install instructions. Bump to 0.1.5 to republish.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Abimael Martell
2026-07-14 19:15:42 -07:00
committed by GitHub
co-authored by Claude Fable 5
parent 60cb953284
commit 2c97f4979e
2 changed files with 20 additions and 3 deletions
+2 -1
View File
@@ -1,12 +1,13 @@
[package]
name = "pdf-inspector"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
autobins = false
authors = ["Firecrawl Team"]
description = "Fast PDF inspection, classification, and text extraction with smart scanned vs text-based detection"
license = "MIT"
repository = "https://github.com/firecrawl/pdf-inspector"
readme = "docs/rust-api.md"
[lib]
name = "pdf_inspector"