zenavif-parse 0.2.1

AVIF container parser with zero-copy AvifParser API, grid images, animation, and resource limits. Fork of avif-parse.
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.92"
name = "zenavif-parse"
version = "0.2.1"
authors = [
    "Lilith River <lilith@imazen.io>",
    "Kornel LesiƄski <kornel@geekhood.net>",
    "Ralph Giles <giles@mozilla.com>",
    "Matthew Gregan <kinetik@flim.org>",
    "Alfredo Yang <ayang@mozilla.com>",
    "Jon Bauman <jbauman@mozilla.com>",
]
build = false
include = [
    "/README.md",
    "/Cargo.toml",
    "/LICENSE",
    "/src/*.rs",
    "/examples/*.rs",
    "/tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AVIF container parser with zero-copy AvifParser API, grid images, animation, and resource limits. Fork of avif-parse."
readme = "README.md"
keywords = [
    "avif",
    "image",
    "parser",
    "demuxer",
    "heif",
]
categories = ["multimedia::images"]
license = "MPL-2.0"
repository = "https://github.com/imazen/zenavif-parse"

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]

[badges.maintenance]
status = "actively-developed"

[features]
eager = []

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

[[example]]
name = "dump_av1"
path = "examples/dump_av1.rs"
required-features = ["eager"]

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

[[example]]
name = "inspect_animation"
path = "examples/inspect_animation.rs"
required-features = ["eager"]

[[example]]
name = "inspect_grid"
path = "examples/inspect_grid.rs"
required-features = ["eager"]

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

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

[dependencies.arrayvec]
version = "0.7.6"

[dependencies.bitreader]
version = "0.3.8"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.enough]
version = "0.3.1"
features = ["std"]

[dependencies.fallible_collections]
version = "0.5.1"
features = ["std"]
default-features = false

[dependencies.leb128]
version = "0.2.5"

[dependencies.log]
version = "0.4.20"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.walkdir]
version = "2.4.0"