avmux 0.2.4

A crate to merge video and audio based on rsmpeg (dynamic link with ffmpeg lib).
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 = "avmux"
version = "0.2.4"
authors = ["Louis <836250617@qq.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate to merge video and audio based on rsmpeg (dynamic link with ffmpeg lib)."
readme = "README.md"
license = "MIT"
repository = "https://github.com/kingwingfly/avmux"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = [
    "link_system_ffmpeg",
    "ffmpeg8",
]
ffmpeg6 = ["rsmpeg/ffmpeg6"]
ffmpeg7 = ["rsmpeg/ffmpeg7"]
ffmpeg7_1 = ["rsmpeg/ffmpeg7_1"]
ffmpeg8 = ["rsmpeg/ffmpeg8"]
link_system_ffmpeg = ["rsmpeg/link_system_ffmpeg"]
link_vcpkg_ffmpeg = ["rsmpeg/link_vcpkg_ffmpeg"]

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

[dependencies.bon]
version = "3.7"

[dependencies.rsmpeg]
version = "0.18.0"
default-features = false

[dependencies.thiserror]
version = "2.0"