# 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 = "snappy_sc" version = "0.1.2" exclude = ["bin/*"] description = "A minimal crate to take screenshots created for Snappy" readme = "README.md" keywords = [ "screenshot", "screen-capture", "graphics", ] license = "MIT" repository = "https://github.com/dfaisalmahmood/snappy_sc" [dependencies.image] version = "0.23" [dependencies.rayon] version = "1.7.0" [dependencies.webp] version = "0.2.2" [target."cfg(macos)".dependencies.metal] version = "0.24.0" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "minwindef", "windef", "wingdi", "winuser", ]