oxideav-mpegts 0.0.2

Pure-Rust clean-room MPEG-TS (ISO/IEC 13818-1) demuxer — 188-byte TS packet parser, PAT/PMT discovery, PES reassembly. Built to ingest Blu-ray .m2ts bytes for remux pipelines.
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.80"
name = "oxideav-mpegts"
version = "0.0.2"
authors = ["Mark Karpeles"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust clean-room MPEG-TS (ISO/IEC 13818-1) demuxer — 188-byte TS packet parser, PAT/PMT discovery, PES reassembly. Built to ingest Blu-ray .m2ts bytes for remux pipelines."
homepage = "https://github.com/OxideAV/oxideav-mpegts"
readme = "README.md"
keywords = [
    "multimedia",
    "container",
    "mpegts",
    "demuxer",
    "bluray",
]
categories = [
    "multimedia",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/OxideAV/oxideav-mpegts"

[features]
default = ["registry"]
registry = ["dep:oxideav-core"]

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

[dependencies.oxideav-core]
version = "0.1"
optional = true

[dependencies.thiserror]
version = "2"