rust_h264 0.2.0

Pure Rust H.264/AVC video 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 = "2021"
name = "rust_h264"
version = "0.2.0"
build = false
exclude = [
    "testdata/",
    "examples/",
    "BENCHMARK.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust H.264/AVC video decoder"
readme = "README.md"
keywords = [
    "h264",
    "avc",
    "video",
    "decoder",
    "codec",
]
categories = ["multimedia::video"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/roticv/rust_h264"

[features]
dev-internals = []

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

[dev-dependencies.minifb]
version = "0.28"