# 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 = "ntfy-run" version = "0.1.2" authors = ["Quantum "] build = false exclude = [".github/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "ntfy-run is a tool to run a command, capture its output, and send it to a ntfy server." homepage = "https://github.com/quantum5/ntfy-run" readme = "README.md" keywords = [ "ntfy", "cron", "notifications", "utility", ] categories = ["command-line-interface"] license = "GPL-3.0-or-later" repository = "https://github.com/quantum5/ntfy-run" [profile.release] lto = true panic = "abort" strip = true [[bin]] name = "ntfy-run" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = [ "derive", "env", ] [dependencies.itertools] version = "0.13.0" [dependencies.reqwest] version = "0.12.8" [dependencies.tokio] version = "1.40.0" features = [ "io-std", "io-util", "macros", "process", "rt-multi-thread", ]