lvqr-codec 1.1.0

Codec parsers for LVQR: HEVC, AAC, and future VP9 / AV1 / Opus. Produces FragmentMeta and init segments from raw codec-private data.
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.85"
name = "lvqr-codec"
version = "1.1.0"
authors = ["Moheeb Zara <hackbuildvideo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Codec parsers for LVQR: HEVC, AAC, and future VP9 / AV1 / Opus. Produces FragmentMeta and init segments from raw codec-private data."
readme = false
keywords = [
    "hevc",
    "h265",
    "aac",
    "codec",
    "parser",
]
categories = ["multimedia"]
license = "AGPL-3.0-or-later"
repository = "https://github.com/virgilvox/lvqr"
resolver = "2"

[lib]
name = "lvqr_codec"
path = "src/lib.rs"

[[test]]
name = "conformance_codec"
path = "tests/conformance_codec.rs"

[[test]]
name = "integration_parsers"
path = "tests/integration_parsers.rs"

[[test]]
name = "proptest_aac"
path = "tests/proptest_aac.rs"

[[test]]
name = "proptest_hevc"
path = "tests/proptest_hevc.rs"

[[test]]
name = "proptest_scte35"
path = "tests/proptest_scte35.rs"

[[test]]
name = "proptest_ts"
path = "tests/proptest_ts.rs"

[[bench]]
name = "ts_demuxer"
path = "benches/ts_demuxer.rs"
harness = false

[dependencies.bytes]
version = "1"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1"