# 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-sources" version = "0.1.1" authors = ["sshcrack"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A helper crate to create sources for OBS" readme = "README.md" keywords = [ "obs", "libobs", "video", "recording", "screen-recording", ] categories = [ "multimedia::video", "multimedia::audio", "multimedia", "multimedia::encoding", ] license = "GPL-3.0" repository = "https://github.com/sshcrack/libobs-rs" [package.metadata] libobs-cache-dir = "../obs-build" libobs-version = "30.2.2" [lib] name = "libobs_sources" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.libobs] version = "2.0.2" package = "libobs-new" [dependencies.libobs-source-macro] version = "0.1.1" [dependencies.libobs-wrapper] version = "0.2.2" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.19" [dev-dependencies.essi-ffmpeg] version = "0.2.0" [dev-dependencies.lazy_static] version = "1.5.0" [dev-dependencies.tokio] version = "1.39.2" [features] default = ["window-list"] window-list = ["dep:libobs-window-helper"] [target.'cfg(target_family = "windows")'.dependencies.display-info] version = "0.5.1" [target.'cfg(target_family = "windows")'.dependencies.libobs-window-helper] version = "0.1.0" optional = true