# 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 = "cargo-obs-build" version = "1.0.1" authors = ["sshcrack"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool used to build the libobs library and put it in the taregt directory" readme = "README.md" keywords = [ "obs", "libobs", "video", "build", "prepare", ] license = "MIT" repository = "https://github.com/joshprk/libobs-rs" [package.metadata] libobs-cache-dir = "../obs-build" libobs-version = "30.2.2" [[bin]] name = "cargo-obs-build" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" features = ["backtrace"] [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.hex] version = "0.4.3" [dependencies.http_req] version = "0.13.0" [dependencies.indicatif] version = "0.17.8" [dependencies.process_alive] version = "0.1.1" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.sha2] version = "0.10.8" [dependencies.toml] version = "0.8.17" [dependencies.walkdir] version = "2.5.0" [dependencies.zip] version = "2.1.6"