# 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 = "2018" name = "toastify" version = "0.5.4" authors = ["Hendrik Sollich "] description = "A commandline tool that shows desktop notifications using [notify-rust](https://docs.rs/notify-rust/)." readme = "README.md" keywords = [ "desktop", "notification", "notify", "dbus", "libnotify", ] license = "MIT/Apache-2.0" [dependencies.clap] version = "3.0.0" features = [ "derive", "cargo", ] [dependencies.notify-rust] version = "4.5" default-features = false [features] d = ["notify-rust/d"] default = ["z"] images = ["notify-rust/images"] z = ["notify-rust/z"]