mac-screen-cast 0.2.4

Stream macOS screen to browser over LAN. Zero-copy ScreenCaptureKit, hardware H.264 encoding via VideoToolbox, ~10ms pipeline latency, ~3% CPU.
# 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"
name = "mac-screen-cast"
version = "0.2.4"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stream macOS screen to browser over LAN. Zero-copy ScreenCaptureKit, hardware H.264 encoding via VideoToolbox, ~10ms pipeline latency, ~3% CPU."
readme = "README.md"
keywords = [
    "macos",
    "screen-capture",
    "webRTC",
    "h264",
    "videotoolbox",
]
categories = [
    "multimedia::video",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/lichtcui/mac-screen-cast"

[[bin]]
name = "mac-screen-cast"
path = "src/main.rs"

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[dependencies.apple-cf]
version = "0.9"
features = ["iosurface"]
default-features = false

[dependencies.bytes]
version = "1"

[dependencies.ctrlc]
version = "3.4"

[dependencies.qrcode]
version = "0.14"

[dependencies.rustls]
version = "0.23"
features = ["ring"]

[dependencies.rustrtc]
version = "0.3"

[dependencies.screencapturekit]
version = "8"
features = ["macos_14_0"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tiny_http]
version = "0.12"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
    "macros",
    "time",
]

[dependencies.ureq]
version = "2"

[dependencies.videotoolbox]
version = "0.18"

[profile.release]
opt-level = 3
lto = true
strip = true