# 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 = "rversions" version = "1.3.2" authors = ["Olivier Delhomme "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Checks releases and versions of programs through RSS or Atom feed and tells you." readme = "README.md" keywords = [ "atom", "rss", "version", "version-checker", "command-line", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/delhomme/rversions/" [profile.release] [[bin]] name = "rversions" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.1.0" features = ["derive"] [dependencies.dirs] version = "5.0" [dependencies.env_logger] version = "0.11.0" [dependencies.feed-rs] version = "2.0" [dependencies.log] version = "0.4.0" [dependencies.mediatype] version = "0.19.18" [dependencies.mime] version = "0.3.16" [dependencies.regex] version = "1.5.5" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.134" features = ["derive"] [dependencies.serde_yml] version = "0.0.12"