# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pdf_seekers" version = "0.1.4" authors = ["Tapas Das "] description = "Simple parser and information extractor from PDF documents based on keyword search functionality (powered by Rust)" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/oss-rust-github-io/pdf-seekers.git" [dependencies.chrono] version = "0.4.17" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.itertools] version = "0.12.0" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.2" [dependencies.lopdf] version = "0.31.0" features = [ "pom", "pom_parser", ] [dependencies.tantivy] version = "0.21.1"