# 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 = "feeds-to-pocket" version = "0.1.8" authors = ["Francis Gagné "] build = false exclude = [ ".envrc", ".github", "flake.lock", "flake.nix", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Sends items from your RSS and Atom feeds to your Pocket list." readme = "README.md" keywords = [ "atom", "feed", "pocket", "rss", "syndication", ] license = "MIT/Apache-2.0" repository = "https://github.com/FraGag/feeds-to-pocket" [[bin]] name = "feeds-to-pocket" path = "src/main.rs" [dependencies.atom_syndication] version = "0.12.4" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.quick-error] version = "2.0.1" [dependencies.reqwest] version = "0.12.8" features = ["blocking"] [dependencies.rss] version = "2.0.9" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_yaml] version = "0.9.34" [dependencies.url] version = "2.5.2" features = ["serde"]