# 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 = "feedburst" version = "0.4.1" authors = ["Caleb Jones "] publish = true description = "A tool to consume comic RSS feeds and present them to you in bunches, on a schedule of your choosing.\n" readme = "README.md" keywords = ["comic", "rss", "atom", "syndication"] categories = ["command-line-utilities"] license = "GPL-3.0+" repository = "https://github.com/porglezomp/feedburst" [[bin]] name = "feedburst" [dependencies.app_dirs] version = "1.2.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.25" [dependencies.log] version = "0.3.8" [dependencies.pretty_env_logger] version = "0.1.1" [dependencies.regex] version = "0.2" [dependencies.reqwest] version = "0.7" [dependencies.syndication] version = "0.4" [dependencies.xdg] version = "^2.1" [badges.appveyor] branch = "develop" repository = "porglezomp/feedburst" [badges.coveralls] branch = "develop" repository = "porglezomp/feedburst" [badges.travis-ci] branch = "develop" repository = "porglezomp/feedburst"