# 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 = "goggled" version = "0.1.1" description = """ A program/daemon sending notifications when the user should take a break from staring at the screen. """ homepage = "https://github.com/d-e-s-o/goggled" readme = "README.md" keywords = [ "async", "dbus", "desktop", "linux", "notification", ] categories = [ "accessibility", "api-bindings", "asynchronous", "command-line-utilities", "os::unix-apis", ] license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/goggled.git" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" incremental = false [dependencies.anyhow] version = "1.0.71" features = ["std"] default-features = false [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.tokio] version = "1.34" features = [ "macros", "rt", "time", ] default-features = false [dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "ansi", "chrono", "env-filter", "fmt", ] default-features = false [dependencies.x11-dl] version = "2.21.0" default-features = false [dependencies.zbus] version = "4.0" features = ["tokio"] default-features = false [build-dependencies.anyhow] version = "1.0.71" features = ["std"] default-features = false [build-dependencies.grev] version = "0.1.3" default-features = false