warb 0.1.0

Unofficial Rust bindings compatible with Blackmagic Design Blackmagic RAW. Not affiliated with or endorsed by Blackmagic Design.
Documentation
# 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 = "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"