# 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 = "2018" name = "screen-capture-kit" version = "0.3.1" authors = ["Zhou Wei "] description = "Bindings to ScreenCaptureKit framework" homepage = "https://github.com/rust-media/apple-media-rs" documentation = "https://docs.rs/screen-capture-kit" readme = "README.md" keywords = [ "screencapturekit", "screencapture", ] categories = [ "multimedia", "os::macos-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-media/apple-media-rs" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" no-default-features = true targets = [ "aarch64-apple-darwin", "x86_64-apple-darwin", ] [[example]] name = "screen_capture" [dependencies.block2] version = "0.5" [dependencies.core-foundation] version = "0.10" default-features = false [dependencies.core-graphics2] version = "0.4" features = [ "display", "objc", "window", ] default-features = false [dependencies.core-media] version = "0.5" features = ["objc"] default-features = false [dependencies.dispatch2] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.objc2] version = "0.5" [dependencies.objc2-foundation] version = "0.2" features = [ "NSArray", "NSDictionary", "NSError", "NSGeometry", "NSString", ] [dev-dependencies.core-audio-types] version = "0.1" [dev-dependencies.core-video] version = "0.4" features = ["objc"] [features] default = ["link"] link = [ "core-foundation/link", "core-graphics2/link", "core-media/link", ]