# 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 = "nu_plugin_desktop_notifications" version = "1.2.3" authors = ["Motalleb Fallahnezhad "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A nushell plugin to send desktop notifications" homepage = "https://github.com/FMotalleb/nu_plugin_desktop_notifications" readme = "README.md" keywords = [ "nushell", "desktop", "notification", "plugin", ] license = "MIT" repository = "https://github.com/FMotalleb/nu_plugin_desktop_notifications" [[bin]] name = "nu_plugin_desktop_notifications" path = "src/main.rs" [dependencies.notify-rust] version = "4.11.1" [dependencies.nu-plugin] version = "0.97.1" [dependencies.nu-protocol] version = "0.97.1" features = ["plugin"]