adts-reader 0.3.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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "adts-reader"
version = "0.3.0"
authors = ["David Holroyd <dave@badgers-in-foil.co.uk>"]
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"

[dependencies]
[dev-dependencies.bitstream-io]
version = "0.6.3"

[dev-dependencies.hexdump]
version = "0.1.0"