# 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 = "zbus_notification" version = "0.3.6" authors = ["Decodertalkers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "zbus binding for org.freedesktop.Notification" readme = "README.md" keywords = [ "zbus", "Notification", ] license = "MIT" repository = "https://github.com/Decodetalkers/lala-bar" [lib] name = "zbus_notification" path = "src/lib.rs" [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.glob] version = "0.3.1" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.url] version = "2.5.2" [dependencies.zbus] version = "4.4.0" features = ["tokio"] default-features = false