# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "notifrust" version = "3.5.0" authors = ["Hendrik Sollich ", "panicbit "] include = ["README.md", "History.md", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs", "tests/*.rs"] description = "A crate almost as good as notify-rust." documentation = "https://docs.rs/notify-rust/" readme = "README.md" keywords = ["desktop", "notification", "notify", "dbus", "libnotify"] license = "MIT/Apache-2.0" repository = "https://github.com/hoodie/notify-rust" [dependencies.error-chain] version = "0.12" [features] debug_namespace = [] default = [] images = ["image", "lazy_static"] [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.dbus] version = "0.6" [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.image] version = "0.20" optional = true [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.lazy_static] version = "1.1" optional = true [target."cfg(target_os=\"macos\")".dependencies.mac-notification-sys] version = "0.1"