user-idle 0.5.0

Get a users idle time.
Documentation
[badges.circle-ci]
branch = "master"
repository = "olback/user-idle-rs"

[features]
default = ["x11"]

[package]
authors = ["Edwin Svensson <user_idle_rs@olback.net>"]
description = "Get a users idle time."
edition = "2018"
homepage = "https://github.com/olback/user-idle-rs"
keywords = ["idle", "gui", "ui", "user", "afk"]
license = "MIT OR Apache-2.0"
name = "user-idle"
readme = "README.md"
repository = "https://github.com/olback/user-idle-rs"
version = "0.5.0"
[package.metadata.docs.rs]
all-features = false
[target."cfg(target_os = \"linux\")".dependencies.dbus]
optional = true
version = "0.9"

[target."cfg(target_os = \"linux\")".dependencies.x11]
features = ["xlib", "xss"]
optional = true
version = "2.18"
[target."cfg(target_os = \"macos\")".dependencies.CoreFoundation-sys]
version = "0.1"

[target."cfg(target_os = \"macos\")".dependencies.IOKit-sys]
version = "0.1.5"

[target."cfg(target_os = \"macos\")".dependencies.cstr]
version = "0.2"

[target."cfg(target_os = \"macos\")".dependencies.mach]
version = "0.3"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["winuser", "sysinfoapi"]
version = "0.3"