flowly-mpegts 0.2.2

Mpeg2Ts format streaming parser
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 = "flowly-mpegts"
version = "0.2.2"
authors = ["Andrey Tkachenko <andrey@aidev.ru>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mpeg2Ts format streaming parser"
homepage = "https://github.com/flowly-team/flowly-mpegts"
readme = "README.md"
keywords = [
    "mpegts",
    "parser",
    "async",
    "demuxer",
    "mpeg2ts",
]
categories = [
    "asynchronous",
    "multimedia",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/flowly-team/flowly-mpegts"

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

[[example]]
name = "demux"
path = "examples/demux.rs"

[[example]]
name = "flv2mpegts"
path = "examples/flv2mpegts.rs"

[dependencies.async-stream]
version = "0.3.6"

[dependencies.bytes]
version = "1.10.1"

[dependencies.flowly]
version = "0.2"

[dependencies.futures]
version = "0.3"

[dependencies.mpeg2ts]
version = "0.3.1"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.tokio]
version = "1"
features = ["full"]