# 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-capturer" version = "0.3.0" description = "Move to [XCap](https://crates.io/crates/xcap)" homepage = "https://github.com/nashaofu/xcap" documentation = "https://docs.rs/xcap" readme = "README.md" keywords = ["xcap"] license = "Apache-2.0" repository = "https://github.com/nashaofu/xcap.git" [dependencies.image] version = "0.24" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [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 = \"windows\")".dependencies.windows] version = "0.52" features = [ "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_Graphics_Dwm", "Win32_UI_WindowsAndMessaging", "Win32_Storage_Xps", "Win32_System_Threading", "Win32_System_ProcessStatus", "Win32_Storage_FileSystem", ] [target."cfg(target_os=\"linux\")".dependencies.dbus] version = "0.9" features = ["vendored"] [target."cfg(target_os=\"linux\")".dependencies.percent-encoding] version = "2.3" [target."cfg(target_os=\"linux\")".dependencies.xcb] version = "1.3" features = ["randr"]