# 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-actions" version = "0.3.0" authors = ["Harry Stern "] description = "Run scripts automatically on rss feed updates." readme = "README.md" keywords = [ "rss", "cli", "utility", ] categories = ["command-line-utilities"] license = "AGPL-3.0" repository = "https://github.com/boustrophedon/rss-actions" [[bin]] name = "rss-actions" path = "src/main.rs" [dependencies.anyhow] version = "^1" [dependencies.bytes] version = "^1" [dependencies.chrono] version = "0.4" [dependencies.directories] version = "^3" [dependencies.reqwest] version = "^0.12" features = ["blocking"] [dependencies.rss] version = "^2" [dependencies.rusqlite] version = "^0.31" features = [ "url", "chrono", "bundled", ] [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_derive] version = "^1" [dependencies.structopt] version = "0.3" [dependencies.toml] version = "0.8" [dependencies.url] version = "^2" [dev-dependencies.tempfile] version = "^3" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.warp] version = "0.3"