# 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-rename" version = "0.1.31" authors = ["Hamze Ghalebi "] description = "This script reads a list of PDF files from a specified directory and renames each file based on its content. The renaming logic uses the content of the PDF to generate a more descriptive and meaningful filename." readme = "README.md" license = "MIT" repository = "https://github.com/RustSandbox/pdfrename" [dependencies.lazy_static] version = "1.4.0" [dependencies.ollama-rs] version = "0.1.9" features = ["stream"] [dependencies.pdf-extract] version = "0.7.7" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.scraper] version = "0.19.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1.15"