ffplayr 0.1.0

FFmpeg-backed audio playback engine with async controls and optional loudness-aware gain planning.
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 = "2021"
rust-version = "1.89.0"
name = "ffplayr"
version = "0.1.0"
build = false
exclude = [
    "target",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFmpeg-backed audio playback engine with async controls and optional loudness-aware gain planning."
documentation = "https://docs.rs/ffplayr"
readme = "README.md"
keywords = [
    "audio",
    "ffmpeg",
    "playback",
    "rodio",
]
categories = ["multimedia::audio"]
license = "MIT"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.rodio]
version = "0.22.1"
features = ["symphonia-all"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.specta]
version = "2.0.0-rc.23"
features = ["derive"]

[dependencies.tokio]
version = "1.50.0"
features = ["sync"]