# 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 = "readah" version = "0.1.4" description = "Key component of Readability module extracted from https://gitlab.com/news-flash/article_scraper." readme = "README" license = "MIT" [[example]] name = "headless" path = "src/example/headless.rs" [[example]] name = "headless_cli" path = "src/example/headless_cli.rs" [[example]] name = "http_client" path = "src/example/http_client.rs" [[example]] name = "use_helper" path = "src/example/use_helper.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.base64] version = "0.21" [dependencies.chrono] version = "0.4" [dependencies.escaper] version = "0.1" [dependencies.headless_chrome] version = "1.0.5" [dependencies.html2text] version = "0.6.0" [dependencies.http_req] version = "0.9.1" [dependencies.libxml] version = "0.2" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.17" [dependencies.pdfium-render] version = "0.8.5" [dependencies.regex] version = "1.8" [dependencies.reqwest] version = "0.11" features = [ "json", "native-tls", "gzip", "brotli", "stream", ] [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0" [dependencies.tiktoken-rs] version = "0.4.2" [dependencies.tokio] version = "1.27" features = [ "macros", "fs", "io-util", "rt", "rt-multi-thread", ] [dependencies.url] version = "2.3"