moq-vaapi 0.0.2

(AI GENERATED) VA-API H.264 hardware encoder, derived from discord/cros-libva + discord/cros-codecs
# 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"
rust-version = "1.85"
name = "moq-vaapi"
version = "0.0.2"
authors = [
    "The ChromiumOS Authors",
    "Discord",
    "Luke Curley <kixelated@gmail.com>",
]
build = "build.rs"
exclude = [
    "flake.nix",
    "flake.lock",
    "justfile",
    "deny.toml",
    "rust-toolchain.toml",
    ".rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "(AI GENERATED) VA-API H.264 hardware encoder, derived from discord/cros-libva + discord/cros-codecs"
readme = "README.md"
keywords = [
    "vaapi",
    "h264",
    "encoder",
    "video",
    "hardware",
]
categories = [
    "multimedia::encoding",
    "hardware-support",
    "external-ffi-bindings",
]
license = "BSD-3-Clause"
repository = "https://github.com/moq-dev/vaapi"

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

[dependencies.anyhow]
version = "1"

[dependencies.bitflags]
version = "2.5"

[dependencies.log]
version = "0"
features = ["release_max_level_debug"]

[dependencies.thiserror]
version = "1"

[build-dependencies.bindgen]
version = "0.70.1"

[build-dependencies.pkg-config]
version = "0.3.31"

[build-dependencies.regex]
version = "1.11.1"