# 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 = "waybackmachine-client" version = "0.4.5" authors = ["Javier Arias "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client to archive URLs in the Internet Archive's Wayback Machine" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/thoth-pub/archive-pdf-urls/" [lib] name = "waybackmachine_client" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.reqwest-middleware] version = "0.3.1" [dependencies.reqwest-retry] version = "0.5.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.url] version = "2.5.1" [dev-dependencies.mockito] version = "1.4.0" [dev-dependencies.serde_json] version = "1.0.117" [dev-dependencies.tokio] version = "1.38.0" features = ["full"]