# 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 = "agro" version = "0.1.1" description = "A very simple feed aggregator." readme = "README.md" keywords = [ "cli", "feed", "rss", "atom", ] license = "MIT" [dependencies.anyhow] version = "1.0.70" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.2.3" features = ["derive"] [dependencies.feed-rs] version = "1.3.0" [dependencies.reqwest] version = "0.11.16" features = ["blocking"] [dependencies.sd-notify] version = "0.4.1" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.tera] version = "1.18.1" [dependencies.toml] version = "0.7.3"