# 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 = "rss-discord" version = "0.2.11" authors = ["Gobidev"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple rust program to scan rss feeds and send discord pings for new events" readme = "README.md" keywords = [ "rss", "discord", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Gobidev/rss-discord" [[bin]] name = "rss-discord" path = "src/main.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.chrono] version = "0.4.23" features = ["clock"] default-features = false [dependencies.discord-webhook] version = "0.1.0" [dependencies.dotenvy] version = "0.15.6" [dependencies.html2md] version = "0.2.14" [dependencies.reqwest] version = "0.12.9" [dependencies.ron] version = "0.8.0" [dependencies.rss] version = "2.0.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.tokio] version = "1.25.0" features = ["full"]