truehd 0.4.0

Research implementation of Dolby TrueHD parser/decoder
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 = "2024"
rust-version = "1.87.0"
name = "truehd"
version = "0.4.0"
authors = ["Rainbaby"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Research implementation of Dolby TrueHD parser/decoder"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/truehdd/truehdd/tree/main/truehd"
resolver = "2"

[[package.metadata.release.pre-release-replacements]]
file = "README.md"
replace = 'truehd = "{{version}}"'
search = 'truehd = "[a-z0-9\.-]+"'

[[package.metadata.release.pre-release-replacements]]
file = "CHANGELOG.md"
replace = """
## [Unreleased]

## [{{version}}] - {{date}}"""
search = '## \[Unreleased\]'

[lib]
name = "truehd"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.99"

[dependencies.bitstream-io]
version = "4.3.0"

[dependencies.log]
version = "0.4.27"

[dependencies.thiserror]
version = "2.0.14"