pdfx 0.1.0

A lightning-fast terminal-native PDF indexing and search toolkit
Documentation
[[bin]]
name = "pdfx"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.41"

[dependencies.clap]
features = ["derive"]
version = "4.5.46"

[dependencies.dirs]
version = "6.0.0"

[dependencies.indicatif]
version = "0.18.0"

[dependencies.lopdf]
version = "0.37.0"

[dependencies.rusqlite]
features = ["bundled"]
version = "0.37.0"

[dependencies.serde]
version = "1.0.219"

[dependencies.walkdir]
version = "2.5.0"

[lib]
name = "pdfx"
path = "src/lib.rs"

[package]
authors = ["ions <zara.leonardo@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "A lightning-fast terminal-native PDF indexing and search toolkit"
edition = "2021"
exclude = ["assets/*", ".github/*", "*.png", "*.jpg"]
homepage = "https://github.com/ionnss/pdfx"
keywords = ["pdf", "search", "indexing", "cli", "terminal"]
license = "MIT"
name = "pdfx"
readme = "README.md"
repository = "https://github.com/ionnss/pdfx"
version = "0.1.0"