# 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 = "winshift" version = "0.0.1" authors = ["Jerry Yang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cross-platform window change hook" readme = "README.md" keywords = [ "window", "hook", "focus", "change", ] license = "MIT" repository = "https://github.com/efJerryYang/winshift-rs" [lib] name = "winshift" path = "src/lib.rs" [[bin]] name = "winshift" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.colored] version = "2.1.0" [dependencies.ctrlc] version = "3.4.5" [dependencies.log] version = "0.4.22" [dependencies.log4rs] version = "1.3.0" [dependencies.thiserror] version = "1.0.63" [target.'cfg(target_os = "linux")'.dependencies.x11] version = "2.21.0" features = ["xlib"] [target.'cfg(target_os = "macos")'.dependencies.cocoa] version = "0.26.0" [target.'cfg(target_os = "macos")'.dependencies.core-foundation] version = "0.10.0" [target.'cfg(target_os = "macos")'.dependencies.objc] version = "0.2.7" [target."cfg(unix)".dependencies.libc] version = "0.2.156" [target."cfg(windows)".dependencies.windows] version = "0.58.0" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Foundation", ]