# 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 = "scrapyard" version = "0.3.1" authors = ["Siriusmart"] description = "Automatic web scraper and RSS generator library" readme = "README.md" keywords = [ "rss", "feed", "scraper", "web", "automatic", ] categories = ["parsing"] license = "AGPL-3.0" repository = "https://github.com/siriusmart/scrapyard" [dependencies.async-recursion] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.dirs] version = "5.0" [dependencies.reqwest] version = "0.11" [dependencies.rss] version = "2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-inline-default] version = "0.1" [dependencies.serde_default] version = "0.1" [dependencies.serde_json] version = "1.0" [dependencies.subprocess] version = "0.2" [dependencies.tokio] version = "1.33" features = [ "fs", "process", "macros", ]