article_scraper 2.3.0

Scrap article contents from the web. Powered by fivefilters full text feed configurations & mozilla readability.
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 = "article_scraper"
version = "2.3.0"
authors = ["Jan Lukas Gernert <jangernert@gmail.com>"]
build = false
exclude = ["resources/tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scrap article contents from the web. Powered by fivefilters full text feed configurations & mozilla readability."
readme = "Readme.md"
keywords = [
    "article",
    "scrape",
    "full-text",
    "readability",
]
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/news-flash/article_scraper"
resolver = "2"

[features]
default = ["embed-configs"]
embed-configs = ["dep:rust-embed"]
image-downloader = ["dep:image"]

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.escaper]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.image]
version = "0.25"
optional = true

[dependencies.libxml]
version = "0.3"

[dependencies.once_cell]
version = "1.21"

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.13"
features = ["stream"]

[dependencies.rust-embed]
version = "8.11"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.unic-emoji-char]
version = "0.9"

[dependencies.url]
version = "2.5"

[dev-dependencies.test-log]
version = "0.2"
features = ["trace"]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = ["macros"]