adts-reader 0.4.0

Rust reader for Audio Data Transport Stream (ADTS) frames
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"
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"