media_engine 0.1.3

a media engine for development of media players
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 = "media_engine"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a media engine for development of media players"
documentation = "https://docs.rs/media_engine/latest/media_engine/"
readme = "README.md"
license = "GPL-2.0"
repository = "https://github.com/Lori-Shu/media_engine"

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.ffmpeg-the-third]
version = "6.0.0"

[dependencies.flume]
version = "0.12.0"

[dependencies.time]
version = "0.3.55"
features = [
    "formatting",
    "local-offset",
]

[dependencies.tokio]
version = "1.53.1"
features = ["full"]

[dependencies.tokio-util]
version = "0.7.19"

[dependencies.tracing]
version = "0.1.44"

[dependencies.typed-builder]
version = "0.23.2"