# 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 = "archive-pdf-urls" version = "0.4.5" authors = ["Javier Arias "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extract all links from a PDF and archive the URLs in the Internet Archive's Wayback Machine" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/thoth-pub/archive-pdf-urls/" [[bin]] name = "archive-pdf-urls" path = "src/main.rs" [dependencies.clap] version = "4.5.7" features = ["cargo"] [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.lopdf] version = "0.32.0" [dependencies.regex] version = "1.10.5" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.waybackmachine-client] version = "=0.4.5"