# 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 = "screenshots" version = "0.8.10" description = "Move to [XCap](https://crates.io/crates/xcap)" homepage = "https://github.com/nashaofu/screenshots-rs" documentation = "https://docs.rs/screenshots" readme = "README.md" keywords = [ "screenshots", "screenshot", "screen", "capture", ] license = "Apache-2.0" repository = "https://github.com/nashaofu/screenshots-rs.git" [dependencies.anyhow] version = "1.0" [dependencies.display-info] version = "0.4" [dependencies.image] version = "0.24" [dependencies.percent-encoding] version = "2.3" [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.22" [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.51" features = [ "Win32_Foundation", "Win32_Graphics_Gdi", ] [target."cfg(target_os=\"linux\")".dependencies.dbus] version = "0.9" features = ["vendored"] [target."cfg(target_os=\"linux\")".dependencies.libwayshot] version = "0.2" [target."cfg(target_os=\"linux\")".dependencies.xcb] version = "1.2"