# 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 = "blazing-fast-rss-watcher" version = "0.1.2" authors = ["Brian Fakhoury "] description = "A simple, asynchronous RSS reader implemented in Rust. It fetches, parses, and stores articles from provided RSS feeds and can operate in various modes including testing, HTTP, and Telegram notifications." readme = "README.md" keywords = [ "rss", "polling", ] license = "MIT" repository = "https://github.com/brianfakhoury/blazing-fast-rss-watcher" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.28" [dependencies.regex] version = "1.8.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rss] version = "2.0.4" [dependencies.rusqlite] version = "0.29.0" [dependencies.scraper] version = "0.16.0" [dependencies.serde] version = "1.0.164" [dependencies.serde_derive] version = "1.0.164" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.warp] version = "0.3.5"