libobs-bootstrapper 0.3.0

Downloads OBS binaries at runtime and bootstraps libobs
Documentation
[dependencies.async-stream]
version = "0.3.5"

[dependencies.futures-core]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.lazy_static]
version = "1"

[dependencies.libloading]
version = "0.9"

[dependencies.libobs]
version = "5"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
features = ["stream", "json"]
version = "0.12"

[dependencies.semver]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
optional = true
version = "1"

[dependencies.sevenz-rust]
version = "0.6"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
default-features = false
features = ["process", "macros"]
version = "1.38"

[dependencies.uuid]
features = ["v4"]
version = "1"

[features]
__ci = []
__mock_github_responses = ["dep:serde_json"]
default = ["install_dummy_dll"]
generate_bindings = ["libobs/generate_bindings"]
install_dummy_dll = []

[lib]
name = "libobs_bootstrapper"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage,coverage_nightly)"]
level = "warn"
priority = 0

[package]
authors = ["Hendrik Lind <hendrik@sshcrack.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["multimedia::video", "multimedia::audio", "multimedia", "multimedia::encoding"]
description = "Downloads OBS binaries at runtime and bootstraps libobs"
documentation = "https://libobs-rs.github.io/libobs-rs/libobs_bootstrapper/"
edition = "2024"
keywords = ["obs", "libobs", "video", "bootstrapper"]
license = "GPL-3.0"
name = "libobs-bootstrapper"
readme = "README.md"
repository = "https://github.com/libobs-rs/libobs-rs"
resolver = "2"
version = "0.3.0"

[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]

[[test]]
name = "test_bootstrap"
path = "tests/test_bootstrap.rs"