mpeg2ts 0.6.0

MPEG2-TS decoding/encoding library
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 = "mpeg2ts"
version = "0.6.0"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MPEG2-TS decoding/encoding library"
homepage = "https://github.com/sile/mpeg2ts"
readme = "README.md"
keywords = ["mpeg2ts"]
license = "MIT"
repository = "https://github.com/sile/mpeg2ts"

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

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

[dependencies]

[dev-dependencies.noargs]
version = "0.4.1"