h264-reader 0.9.0

Reader for H264 bitstream syntax
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 = "2018"
rust-version = "1.83"
name = "h264-reader"
version = "0.9.0"
authors = ["David Holroyd <dave@badgers-in-foil.co.uk>"]
build = false
exclude = ["/*.h264"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reader for H264 bitstream syntax"
readme = "README.md"
keywords = ["H-264"]
categories = ["multimedia::video"]
license = "MIT/Apache-2.0"
repository = "https://github.com/dholroyd/h264-reader"

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

[[example]]
name = "decode_avcc"
path = "examples/decode_avcc.rs"

[[example]]
name = "dump"
path = "examples/dump.rs"

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

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

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

[dependencies.hex-slice]
version = "0.1.4"

[dependencies.log]
version = "0.4"

[dependencies.memchr]
version = "2.8.0"

[dependencies.rfc6381-codec]
version = "0.3"

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

[dev-dependencies.hex-literal]
version = "1.1.0"

[dev-dependencies.iai-callgrind]
version = "0.16.1"

[dev-dependencies.test-case]
version = "3.0.0"

[profile.bench]
debug = 2