# 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] edition = "2018" name = "rss-watch" version = "0.1.0" authors = ["Mikkel Kroman "] description = "rss-watch is a command-line rss/atom feed watching utillity." homepage = "https://github.com/mkroman/rss-watch" keywords = ["rss", "atom", "monitor", "watch"] license = "BSD-2-Clause" repository = "https://github.com/mkroman/rss-watch" [dependencies.app_dirs] version = "^1.2.1" [dependencies.atom_syndication] version = "0.6" features = ["serde"] [dependencies.clap] version = "2.32" features = ["suggestions", "color", "wrap_help"] [dependencies.env_logger] version = "0.6" [dependencies.failure] version = "0.1" [dependencies.humantime] version = "1.2" [dependencies.log] version = "0.4" features = ["release_max_level_warn"] [dependencies.reqwest] version = "0.9" [dependencies.rss] version = "1.0" [dependencies.rusqlite] version = "0.16" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [features] default = ["json"] json = ["serde_json"]