# 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 = "mirror-capture" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cross-platform screen casting library implemented by Rust." readme = "README.md" license = "LGPL-2.1-only" repository = "https://github.com/mycrl/mirror" [lib] name = "mirror_capture" path = "src/lib.rs" [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" [target.'cfg(target_os = "linux")'.dependencies.mirror-ffmpeg-sys] version = "0.1" features = [ "swscale", "avformat", "avcodec", "avutil", ] [target.'cfg(target_os = "linux")'.dependencies.v4l] version = "0.14.0" [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.58.0" features = [ "Win32_Media", "Win32_Media_MediaFoundation", ] [target.'cfg(target_os = "windows")'.dependencies.windows-capture] version = "1.4.0"