[package]
edition = "2024"
rust-version = "1.85"
name = "warb"
version = "0.1.0"
build = "build.rs"
links = "BlackmagicRawAPI"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unofficial Rust bindings compatible with Blackmagic Design Blackmagic RAW. Not affiliated with or endorsed by Blackmagic Design."
readme = "README.md"
keywords = [
"blackmagic",
"braw",
"video",
"decoder",
"cinema",
]
categories = [
"multimedia::video",
"external-ffi-bindings",
]
license = "MIT"
repository = "https://github.com/paolobarbolini/warb"
[features]
trace = []
[lib]
name = "warb"
path = "src/lib.rs"
[[example]]
name = "to_rgba"
path = "examples/to_rgba.rs"
[[example]]
name = "to_rgba_pipelined"
path = "examples/to_rgba_pipelined.rs"
[[test]]
name = "sdk_roundtrip"
path = "tests/sdk_roundtrip.rs"
[dependencies.cxx]
version = "1"
[build-dependencies.cxx-build]
version = "1"