# 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 = "steam-rss" version = "0.2.2" authors = ["Bauke "] description = "Get RSS feeds for Steam games." readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://git.bauke.xyz/Bauke/steam-rss" resolver = "2" [[bin]] name = "steam-rss" path = "source/main.rs" [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.opml] version = "1.1.4" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.144" [dependencies.serde_json] version = "1.0.85" [dependencies.ureq] version = "2.5.0"