# 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" rust-version = "1.64.0" name = "nofi" version = "0.2.4" authors = ["Ellis Clayton "] include = [ "src/**/*", "dbus/*", "config/*", "build.rs", "Cargo.*", "LICENSE-*", "*.md", ] description = "A notification daemon for Rofi" homepage = "https://github.com/ellsclytn/nofi" readme = "README.md" keywords = [ "notification", "daemon", "dbus", "notify", "rofi", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ellsclytn/nofi" [profile.bench] opt-level = 3 debug = 0 [profile.dev] opt-level = 0 debug = 2 panic = "abort" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "unwind" [profile.test] opt-level = 0 debug = 2 [dependencies.colorsys] version = "0.6.7" [dependencies.dbus] version = "0.9.7" [dependencies.dbus-crossroads] version = "0.5.2" [dependencies.dirs] version = "5.0.1" [dependencies.regex] version = "1.9.3" [dependencies.rofi] version = "0.3" [dependencies.rust-embed] version = "6.8.1" features = ["compression"] [dependencies.serde] version = "1.0.179" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.serde_regex] version = "1.1.0" [dependencies.tera] version = "1.19.0" [dependencies.thiserror] version = "1.0.47" [dependencies.toml] version = "0.7.6" [dependencies.tracing] version = "=0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.xdg] version = "^2.5" [build-dependencies.dbus-codegen] version = "0.10.0"