google-book-scraper 0.4.0

Tool and library for downloading the contents of books hosted on books.google.com for offline viewing.
Documentation
# 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 = "google-book-scraper"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "gbscraper"
description = "Tool and library for downloading the contents of books hosted on books.google.com for offline viewing."
readme = "README.md"
license = "MIT AND Apache-2.0"
repository = "https://github.com/shloop/google-book-scraper"

[lib]
name = "gbscraper"
path = "src/lib/lib.rs"

[[bin]]
name = "gbscraper"
path = "src/util/main.rs"

[dependencies.bitflags]
version = "2.6.0"

[dependencies.clap]
version = "4.5.13"
features = ["derive"]

[dependencies.image]
version = "0.25.2"

[dependencies.lopdf]
version = "0.33.0"
features = ["embed_image"]

[dependencies.reqwest]
version = "0.12.5"
features = ["blocking"]

[dependencies.sanitise-file-name]
version = "1.0.0"

[dependencies.scraper]
version = "0.20.0"

[dependencies.serde]
version = "1.0.24"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.122"

[dependencies.time]
version = "0.3.36"

[dependencies.tldextract]
version = "0.6.0"

[dependencies.url]
version = "2.5.2"

[dependencies.zip]
version = "2.2.0"
features = ["deflate-miniz"]
default-features = false