mpegts 0.1.2

Library to read/write following ITU-T Rec. H.222.0 (MpegTS) standard.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bitstream-io"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73b8b8e2181df9e03d022096a6e101b385c8f4db8a7b204604b2c33484ae00ab"

[[package]]
name = "build_const"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ae4235e6dac0694637c763029ecea1a2ec9e4e06ec2729bd21ba4d9c863eb7"

[[package]]
name = "crc"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
dependencies = [
 "build_const",
]

[[package]]
name = "mpegts"
version = "0.1.2"
dependencies = [
 "bitstream-io",
 "crc",
]