openh264 0.6.0

Idiomatic bindings for OpenH264.
Documentation
example = []
[dependencies.openh264-sys2]
default-features = false
version = "0.6.0"
[dev-dependencies.anyhow]
version = "1.0.71"

[dev-dependencies.image]
version = "0.24.6"

[dev-dependencies.image-compare]
version = "0.3.0"

[dev-dependencies.mp4]
version = "0.14.0"

[features]
backtrace = []
default = ["source"]
libloading = ["openh264-sys2/libloading"]
source = ["openh264-sys2/source"]

[package]
authors = ["Ralf Biedert <rb@xr.io>"]
categories = ["api-bindings", "multimedia::video"]
description = "Idiomatic bindings for OpenH264."
documentation = "https://docs.rs/openh264/"
edition = "2021"
keywords = ["multimedia", "encoding", "video"]
license = "BSD-2-Clause"
name = "openh264"
readme = "README.md"
repository = "https://github.com/ralfbiedert/openh264-rust"
rust-version = "1.65"
version = "0.6.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]