screencapturekit 1.5.3

Safe Rust bindings for Apple's ScreenCaptureKit framework - screen and audio capture on macOS
Documentation
# 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.70"
name = "screencapturekit"
version = "1.5.3"
authors = ["Per Johansson <per@doom.fish>"]
build = "build.rs"
include = [
    "src/**/*",
    "swift-bridge/Package.swift",
    "swift-bridge/Sources/**/*",
    "build.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE-*",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings for Apple's ScreenCaptureKit framework - screen and audio capture on macOS"
homepage = "https://github.com/doom-fish/screencapturekit-rs"
documentation = "https://doom-fish.github.io/screencapturekit-rs/screencapturekit/"
readme = "README.md"
keywords = [
    "screencapturekit",
    "screen-capture",
    "macos",
    "video",
    "audio",
]
categories = [
    "multimedia",
    "os::macos-apis",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/doom-fish/screencapturekit-rs"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-apple-darwin"
targets = [
    "x86_64-apple-darwin",
    "aarch64-apple-darwin",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[badges.maintenance]
status = "actively-developed"

[features]
async = []
cargo-clippy = []
default = []
macos_13_0 = []
macos_14_0 = ["macos_13_0"]
macos_14_2 = ["macos_14_0"]
macos_14_4 = ["macos_14_2"]
macos_15_0 = ["macos_14_4"]
macos_15_2 = ["macos_15_0"]
macos_26_0 = ["macos_15_2"]

[lib]
name = "screencapturekit"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies]

[dev-dependencies.bevy]
version = "0.15"
features = [
    "bevy_asset",
    "bevy_winit",
    "bevy_render",
    "bevy_sprite",
    "bevy_core_pipeline",
    "x11",
]
default-features = false

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.eframe]
version = "0.33"

[dev-dependencies.png]
version = "0.18"

[dev-dependencies.pollster]
version = "0.4"

[dev-dependencies.raw-window-handle]
version = "0.6"

[dev-dependencies.tokio]
version = "1"
features = [
    "sync",
    "rt",
    "rt-multi-thread",
    "macros",
    "test-util",
]

[dev-dependencies.wgpu]
version = "24"

[dev-dependencies.winit]
version = "0.30"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]