[package]
name = "media_engine"
version = "0.1.3"
edition = "2024"
description = "a media engine for development of media players"
license = "GPL-2.0"
repository = "https://github.com/Lori-Shu/media_engine"
documentation= "https://docs.rs/media_engine/latest/media_engine/"
[dependencies]
ffmpeg-the-third = "6.0.0"
flume = "0.12.0"
tokio = { version = "1.53.1", features = ["full"] }
anyhow = "1.0.104"
time = {version="0.3.55",features = ["formatting","local-offset"]}
tokio-util = "0.7.19"
tracing = "0.1.44"
typed-builder = "0.23.2"