# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "feeds-to-pocket" version = "0.1.6" authors = ["Francis Gagné "] exclude = [".travis.yml"] 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" [dependencies.atom_syndication] version = "0.6.0" [dependencies.clap] version = "2.32.0" [dependencies.quick-error] version = "1.2.2" [dependencies.reqwest] version = "0.9.4" [dependencies.rss] version = "1.6.0" [dependencies.serde] version = "1.0.80" [dependencies.serde_derive] version = "1.0.80" [dependencies.serde_json] version = "1.0.33" [dependencies.serde_yaml] version = "0.8.7" [dependencies.url] version = "1.7.2" [dependencies.url_serde] version = "0.2.0"