# 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.75" name = "screencapturekit-sys" version = "0.2.8" authors = ["Per Johansson "] description = "Unsafe FFI bindings for Apple's ScreenCaptureKit" homepage = "https://doom.fish" keywords = [ "screencapture", "screencapturekit", "macos", ] categories = [ "external-ffi-bindings", "multimedia", "multimedia::video", "os::macos-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/svtlabs/screencapturekit-rs/tree/main/screencapturekit-sys" [lib] path = "./src/lib.rs" [[example]] name = "test_fps" [dependencies.block] version = "0.1" [dependencies.dispatch] version = "0.2" [dependencies.objc] version = "0.2" features = ["exception"] [dependencies.objc-foundation] version = "0.1" [dependencies.objc_id] version = "0.1" [dependencies.once_cell] version = "1" [features] ci = []