# 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 = "screen-info" version = "0.0.1" description = "Cross-platform get screen info" homepage = "https://github.com/nashaofu/screen-capture/screen-info" documentation = "https://docs.rs/screen-info" readme = "README.md" keywords = [ "screen", "screeninfo", "screen-info", ] license-file = "LICENSE" repository = "https://github.com/nashaofu/screen-capture.git" resolver = "1" [dependencies.anyhow] version = "1.0" [target."cfg(target_os = \"linux\")".dependencies.xcb] version = "1.3" features = ["randr"] [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.23" [target."cfg(target_os = \"windows\")".dependencies.fxhash] version = "0.2" [target."cfg(target_os = \"windows\")".dependencies.widestring] version = "1.0" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.52" features = [ "Win32_Foundation", "Win32_Graphics_Gdi", ]