# 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 = "libobs-window-helper" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides a list of windows that can be captured by OBS" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/sshcrack/obs-window-helper" [package.metadata.docs.rs] targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", ] [lib] name = "libobs_window_helper" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.serde] version = "1.0.204" features = ["derive"] optional = true [dependencies.windows] version = "0.58.0" features = [ "Win32", "Win32_Globalization", "Win32_Graphics", "Win32_Graphics_Dwm", "Win32_Graphics_Gdi", "Win32_UI", "Win32_UI_WindowsAndMessaging", "Win32_System_ProcessStatus", "Win32_System_Threading", "Win32_System_Diagnostics", "Win32_Storage_FileSystem", "Wdk_System_Threading", "Win32_System_Kernel", "Win32_System_Diagnostics_Debug", "Win32_System_Console", ] [dependencies.windows-result] version = "0.2.0" [dev-dependencies.serde_json] version = "1.0.120" [features] backtrace = ["anyhow/backtrace"] serde = ["dep:serde"]