# 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" rust-version = "1.67.0" name = "smfnotify" version = "0.5.0" authors = ["Jochen Kupperschmidt"] description = "Notify webhook of new posts in Simple Machines Forum instance" homepage = "https://homework.nwsnet.de/releases/56c7/#smfnotify" readme = "README.md" keywords = [ "forum", "webhook", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/homeworkprod/smfnotify" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.feed-rs] version = "1.2" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_with] version = "2.2.0" [dependencies.simple_logger] version = "4.0.0" features = [ "colors", "stderr", "timestamps", ] [dependencies.toml] version = "0.7" [dependencies.ureq] version = "2.6.2" features = ["json"]