mirror-capture 0.1.0

A cross-platform screen casting library implemented by Rust.
[dependencies.cpal]
version = "0.15.3"

[dependencies.log]
version = "0.4.20"

[dependencies.mirror-common]
version = "0.1"

[dependencies.mirror-graphics]
version = "0.1"

[dependencies.mirror-resample]
version = "0.1"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.thiserror]
version = "1.0.63"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A cross-platform screen casting library implemented by Rust."
edition = "2021"
license = "LGPL-2.1-only"
name = "mirror-capture"
readme = "README.md"
repository = "https://github.com/mycrl/mirror"
version = "0.1.0"

[target.'cfg(target_os = "linux")'.dependencies.mirror-ffmpeg-sys]
features = ["swscale", "avformat", "avcodec", "avutil"]
version = "0.1"

[target.'cfg(target_os = "linux")'.dependencies.v4l]
version = "0.14.0"

[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Win32_Media", "Win32_Media_MediaFoundation"]
version = "0.58.0"

[target.'cfg(target_os = "windows")'.dependencies.windows-capture]
version = "1.4.0"