# 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 = "display-info" version = "0.5.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cross-platform get display info" homepage = "https://github.com/nashaofu/display-info" documentation = "https://docs.rs/display-info" readme = "README.md" keywords = [ "display", "screen", "displayinfo", "display-info", ] license-file = "LICENSE" repository = "https://github.com/nashaofu/display-info.git" [lib] name = "display_info" path = "src/lib.rs" [[example]] name = "display_info" path = "examples/display_info.rs" [dependencies.anyhow] version = "1.0" [dependencies.log] version = "0.4.21" [target.'cfg(target_os = "linux")'.dependencies.smithay-client-toolkit] version = "0.18.1" default-features = false [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.56" features = [ "Win32_Foundation", "Win32_Graphics_Gdi", ]