docbox-web-scraper 0.6.0

Web scraping logic for docbox, document parsing, favicon resolution, ogp resolution
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 = "2024"
name = "docbox-web-scraper"
version = "0.6.0"
authors = ["Jacobtread <jacobtread@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web scraping logic for docbox, document parsing, favicon resolution, ogp resolution"
readme = "README.md"
license = "MIT"
repository = "https://github.com/docbox-nz/docbox"
resolver = "2"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.11.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.mime]
version = "0.3.17"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "query",
    "stream",
]

[dependencies.robotstxt]
version = "0.3.0"

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tl]
version = "0.7.8"

[dependencies.tokio]
version = "1.49.0"
features = [
    "net",
    "macros",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5.8"