# 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" version = "0.1.3" authors = ["Joshua Park "] build = "build.rs" description = "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/joshprk/libobs-rs" [dependencies.display-info] version = "0.5.1" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.19" [build-dependencies.bindgen] version = "0.69.4"