# 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-new" version = "2.0.2" authors = [ "Joshua Park ", "sshcrack", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Fork with revamped API. Wrapper for simple, safe video recording with libobs" 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_new" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cc] version = "1.1.7"