[package]
edition = "2021"
name = "adts-reader"
version = "0.4.0"
authors = ["David Holroyd <dave@badgers-in-foil.co.uk>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust reader for Audio Data Transport Stream (ADTS) frames"
readme = "README.md"
keywords = [
"ADTS",
"MPEG",
"AAC",
"ISO-13818-7",
]
categories = [
"multimedia::audio",
"parser-implementations",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/dholroyd/adts-reader"
[lib]
name = "adts_reader"
path = "src/lib.rs"
[[example]]
name = "dump"
path = "examples/dump.rs"
[dependencies.mpeg4-audio-const]
version = "0.3.0"
[dev-dependencies.bitstream-io]
version = "2.2.0"
[dev-dependencies.hexdump]
version = "0.1.0"