ffmpegx 0.2.0

Rust bindings for FFmpeg, providing common features such as frame sequence decoding and PCM data encoding/decoding.
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"
name = "ffmpegx"
version = "0.2.0"
authors = ["happyboy <superhappyboy1995@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for FFmpeg, providing common features such as frame sequence decoding and PCM data encoding/decoding."
readme = "README.md"
keywords = [
    "ffmpeg",
    "multimedia",
]
license = "Apache-2.0"
repository = "https://github.com/0xhappyboy/ffmpegx"

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

[dependencies.base64]
version = "0.23.0"

[dependencies.chrono]
version = "0.4.45"

[dependencies.image]
version = "0.25.10"

[dependencies.log]
version = "0.4.33"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.uuid]
version = "1.24.0"
features = [
    "v4",
    "serde",
]