scuffle-h264 0.0.1

A pure Rust H.264 header decoder.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"

[[package]]
name = "bytes"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"

[[package]]
name = "scuffle-bytes-util"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96fb42f47c9b1ca64cdcbff2fa7c88e2026e94d7561908fc513cdf0fac6e786f"
dependencies = [
 "bytes",
 "scuffle-workspace-hack",
]

[[package]]
name = "scuffle-expgolomb"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f5d89598a04abe9244e2071e54189d38a05df3a2b2828545b5d034eed70ed9"
dependencies = [
 "scuffle-bytes-util",
 "scuffle-workspace-hack",
]

[[package]]
name = "scuffle-h264"
version = "0.0.1"
dependencies = [
 "byteorder",
 "bytes",
 "scuffle-bytes-util",
 "scuffle-expgolomb",
 "scuffle-workspace-hack",
]

[[package]]
name = "scuffle-workspace-hack"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8028ded836a0d9fabdfa4d713389b76a2098b5153f50a135c8faed7e3a3d5ae2"