# 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 = "user-idle" version = "0.6.0" authors = ["Edwin Svensson "] description = "Get a users idle time." homepage = "https://github.com/olback/user-idle-rs" readme = "README.md" keywords = [ "idle", "gui", "ui", "user", "afk", ] license = "MIT OR Apache-2.0" repository = "https://github.com/olback/user-idle-rs" [package.metadata.docs.rs] all-features = false [features] default = ["x11"] [target."cfg(target_os = \"linux\")".dependencies.dbus] version = "0.9" optional = true [target."cfg(target_os = \"linux\")".dependencies.x11] version = "2.21" features = [ "xlib", "xss", ] optional = true [target."cfg(target_os = \"macos\")".dependencies.CoreFoundation-sys] version = "0.1.4" [target."cfg(target_os = \"macos\")".dependencies.IOKit-sys] version = "0.1.5" [target."cfg(target_os = \"macos\")".dependencies.cstr] version = "0.2.11" [target."cfg(target_os = \"macos\")".dependencies.mach] version = "0.3.2" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.48.0" features = [ "Win32_Foundation", "Win32_System_SystemInformation", "Win32_UI_Input_KeyboardAndMouse", ] [badges.circle-ci] branch = "master" repository = "olback/user-idle-rs"