# 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.70.0" name = "runst" version = "0.1.7" authors = ["Orhun Parmaksız "] include = [ "src/**/*", "dbus/*", "config/*", "build.rs", "Cargo.*", "LICENSE-*", "*.md", ] description = "A dead simple notification daemon 🦡" homepage = "https://github.com/orhun/runst" readme = "README.md" keywords = [ "notification", "daemon", "dbus", "notify", "x11", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/orhun/runst" [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.cairo-rs] version = "0.19.2" features = [ "use_glib", "xcb", ] default-features = false [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.estimated_read_time] version = "1.0.0" [dependencies.humantime] version = "2.1.0" [dependencies.pango] version = "0.19.3" [dependencies.pangocairo] version = "0.19.2" [dependencies.regex] version = "1.10.4" [dependencies.rust-embed] version = "8.3.0" features = ["compression"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.serde_regex] version = "1.1.0" [dependencies.sscanf] version = "0.4.1" [dependencies.tera] version = "1.19.1" [dependencies.thiserror] version = "1.0.58" [dependencies.toml] version = "0.8.12" [dependencies.tracing] version = "=0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.x11rb] version = "0.13.0" features = ["allow-unsafe-code"] default-features = false [build-dependencies.dbus-codegen] version = "0.11.0"