[package] name = "pdf_seekers" version = "0.1.4" edition = "2021" authors = ["Tapas Das "] description = "Simple parser and information extractor from PDF documents based on keyword search functionality (powered by Rust)" readme = "README.md" repository = "https://github.com/oss-rust-github-io/pdf-seekers.git" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.17" clap = { version = "4.4.8", features = ["derive"] } itertools = "0.12.0" log = "0.4" log4rs = "1.2" lopdf = { version = "0.31.0", features = ["pom", "pom_parser"] } tantivy = "0.21.1"