# 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 = "goodreads-metadata-scraper" version = "0.2.0" authors = ["tiago.costa.sousa@proton.me"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple library to scrape book metadata from Goodreads" homepage = "https://github.com/tiago-cos/goodreads-metadata-scraper" readme = "README.md" keywords = [ "goodreads", "metadata", "scraper", "books", "library", ] categories = ["web-programming"] license = "GPL-3.0-only" repository = "https://github.com/tiago-cos/goodreads-metadata-scraper" [lib] name = "grscraper" path = "src/lib.rs" [[test]] name = "scraper" path = "tests/scraper.rs" [dependencies.chrono] version = "0.4.38" [dependencies.derive-new] version = "0.7.0" [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.scraper] version = "0.21.0" [dependencies.serde_json] version = "1.0.132" [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.tokio] version = "1.41.1" features = ["full"]