openh264-sys2 0.6.0

Low-level bindings for OpenH264.
Documentation
[build-dependencies.cc]
features = ["parallel"]
version = "1.0"

[build-dependencies.nasm-rs]
version = "0.2"

[build-dependencies.walkdir]
version = "2.3"
[dependencies.libloading]
optional = true
version = "0.8.1"

[dependencies.sha2]
optional = true
version = "0.10.8"

[features]
default = ["source"]
libloading = ["dep:libloading", "dep:sha2"]
source = []

[package]
authors = ["Ralf Biedert <rb@xr.io>"]
categories = ["api-bindings", "multimedia::video"]
description = "Low-level bindings for OpenH264."
documentation = "https://docs.rs/openh264-sys2/"
edition = "2021"
keywords = ["multimedia", "encoding", "video"]
license = "BSD-2-Clause"
name = "openh264-sys2"
readme = "README.md"
repository = "https://github.com/ralfbiedert/openh264-rust"
version = "0.6.0"