# 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 = "clanko_zbierac" version = "0.1.6" authors = ["stromokocur5"] description = "Program for scraping slovak/czech articles from medias and turning them to pdfs" keywords = [ "scraping", "media", "news", ] license = "MIT" repository = "https://github.com/stromokocur5/clanko_zbierac" [dependencies.anyhow] version = "1.0.79" [dependencies.async-trait] version = "0.1.77" [dependencies.clap] version = "4.4.13" features = ["derive"] [dependencies.ego-tree] version = "0.6.2" [dependencies.pandoc] version = "0.8.11" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.23" features = ["cookies"] [dependencies.reqwest_cookie_store] version = "0.6.0" [dependencies.scraper] version = "0.18.1" [dependencies.serde] version = "1.0.194" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.toml] version = "0.8.8" [dependencies.tracing] version = "0.1.40" features = ["async-await"]