# 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 = "html-to-rss" version = "0.3.1" authors = ["Tim Seckinger "] description = "An opinionated CLI tool that reads HTML files and writes/updates a RSS feed file" readme = "README.md" keywords = [ "CLI", "HTML", "RSS", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jeysal/html-to-rss" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "4.0.17" features = ["derive"] [dependencies.html5ever] version = "0.26.0" [dependencies.rss] version = "2.0.1" features = ["validation"] [dependencies.scraper] version = "0.13.0" features = ["deterministic"] [dependencies.tendril] version = "0.4.3"