# 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.71" name = "scap" version = "0.0.7" authors = [ "Siddharth ", "Pranav ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Modern, high-performance screen capture library for Rust. Cross-platform." documentation = "https://docs.rs/scap" readme = "README.md" keywords = [ "screen", "recording", "video", "capture", "media", ] categories = [ "graphics", "multimedia", "multimedia::video", ] license = "MIT" repository = "https://github.com/helmerapp/scap" [lib] name = "scap" path = "src/lib.rs" [[bin]] name = "scap" path = "src/main.rs" [dependencies.sysinfo] version = "0.30.0" [target.'cfg(target_os = "linux")'.dependencies.dbus] version = "0.9.7" [target.'cfg(target_os = "linux")'.dependencies.pipewire] version = "0.8.0" [target.'cfg(target_os = "linux")'.dependencies.rand] version = "0.8.5" [target.'cfg(target_os = "macos")'.dependencies.cocoa] version = "0.25.0" [target.'cfg(target_os = "macos")'.dependencies.core-graphics-helmer-fork] version = "0.24.0" [target.'cfg(target_os = "macos")'.dependencies.objc] version = "0.2.7" [target.'cfg(target_os = "macos")'.dependencies.screencapturekit] version = "0.2.8" [target.'cfg(target_os = "macos")'.dependencies.screencapturekit-sys] version = "0.2.8" [target.'cfg(target_os = "macos")'.dependencies.tao-core-video-sys] version = "0.2.0" [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.58" features = [ "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_UI_HiDpi", "Win32_UI_WindowsAndMessaging", ] [target.'cfg(target_os = "windows")'.dependencies.windows-capture] version = "1.3.6"