# 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 = "active-win-pos-rs" version = "0.8.3" authors = ["Dmitry Malkov "] description = "Get position, size, title and a few other properties of the active window on Windows, MacOS and Linux" readme = "README.md" keywords = [ "window", "active", "current", "position", "title", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dimusic/active-win-pos-rs" [target."cfg(target_os = \"linux\")".dependencies.xcb] version = "1.2.1" features = ["randr"] [target."cfg(target_os = \"macos\")".dependencies.appkit-nsworkspace-bindings] version = "0.1" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9" [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.23" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.48.0" features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_System_Threading", "Win32_Storage_FileSystem", "Win32_System_ProcessStatus", ]