# 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 = "lemmy-scheduled-post-bot" version = "0.1.1" authors = ["Steven Vergenz <1882376+stevenvergenz@users.noreply.github.com>"] description = "Make posts to Lemmy based on the next configured post in a TOML file" readme = "README.md" keywords = ["lemmy"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/stevenvergenz/lemmy-scheduled-post-bot" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.lemmy-client] version = "1.0.2" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.tokio] version = "1.40.0" features = [ "full", "macros", "tokio-macros", ] [dependencies.toml] version = "0.8.19"