# 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" rust-version = "1.56" name = "captis" version = "0.6.1" authors = ["selyatinismet@gmail.com"] description = "A Screen capturing library built for Linux, Windows and MacOS." homepage = "https://github.com/crewnew/captis" documentation = "https://docs.rs/captis" readme = "README.md" keywords = [ "screenshot", "screen", "capture", ] categories = [ "computer-vision", "multimedia::images", ] license = "MIT" resolver = "2" [profile.release] lto = "fat" strip = "symbols" [dependencies.image] version = "0.24.3" default-features = false [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.126" [target."cfg(target_os = \"linux\")".dependencies.x11rb] version = "0.10.1" features = [ "randr", "shm", ] [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.22.3" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.9" features = [ "std", "winuser", "windef", "minwindef", "wingdi", ]