# 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 = "winc" version = "0.3.0" authors = ["TeamDman"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Windows screen capture" readme = "README.md" keywords = [ "winc", "windows", "screen-capture", ] license = "MPL-2.0" repository = "https://github.com/TeamDman/winc" [lib] name = "winc" path = "src/lib.rs" [dependencies.fxhash] version = "0.2.1" [dependencies.image] version = "0.25.1" [dependencies.indexmap] version = "2.2.6" [dependencies.widestring] version = "1.1.0" [dependencies.windows] version = "0.58.0" features = [ "Win32", "Win32_Graphics", "Win32_Graphics_Gdi", ]