ffutility 0.1.0

A grab bag of video streaming utilities
Documentation
[dependencies.ffmpeg-next]
version = "7.1.0"

[dependencies.opencv]
optional = true
version = "0.93.4"

[dependencies.serde]
features = ["derive"]
version = "1.0.215"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tracing]
version = "0.1.40"

[features]
opencv = ["dep:opencv"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A grab bag of video streaming utilities"
edition = "2021"
homepage = "https://github.com/therishidesai/ffutility"
license = "MPL-2.0"
name = "ffutility"
readme = "README.md"
repository = "https://github.com/therishidesai/ffutility"
version = "0.1.0"