# 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 = "2018" name = "article_scraper" version = "2.1.0" authors = ["Jan Lukas Gernert "] exclude = ["resources/tests"] 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" [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" [dependencies.libxml] version = "0.3" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.19" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" features = [ "json", "native-tls", "gzip", "brotli", "stream", ] [dependencies.rust-embed] version = "8.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "macros", "fs", "io-util", ] [dependencies.url] version = "2.5" [dev-dependencies.env_logger] version = "0.11"