zero-latency-video 0.1.1

Bibliothèque de streaming vidéo zero-latence pour macOS (ScreenCaptureKit, VideoToolbox, WebRTC)
# 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 = "zero-latency-video"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bibliothèque de streaming vidéo zero-latence pour macOS (ScreenCaptureKit, VideoToolbox, WebRTC)"
homepage = "https://github.com/android-varx/Zero-Latency-Video"
documentation = "https://docs.rs/zero-latency-video"
readme = "README.md"
keywords = [
    "webrtc",
    "videotoolbox",
    "screencapturekit",
    "macos",
    "streaming",
]
categories = [
    "multimedia::encoding",
    "network-programming",
    "os::macos-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/android-varx/Zero-Latency-Video"

[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
targets = [
    "x86_64-apple-darwin",
    "aarch64-apple-darwin",
]

[lib]
name = "zero_latency_video"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.axum]
version = "0.7"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.5"

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.flume]
version = "0.11"

[dependencies.image]
version = "0.25.10"

[dependencies.libc]
version = "0.2.186"

[dependencies.objc2]
version = "0.5"

[dependencies.objc2-core-media]
version = "0.3"

[dependencies.objc2-core-video]
version = "0.3"

[dependencies.objc2-foundation]
version = "0.3"

[dependencies.screencapturekit]
version = "0.2"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.36"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3.23"

[dependencies.videotoolbox]
version = "0.18.0"

[dependencies.webrtc]
version = "0.17.1"