mp4box 0.7.0

Minimal MP4/ISOBMFF parser with JSON output, box decoding, and UUID support
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"
name = "mp4box"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal MP4/ISOBMFF parser with JSON output, box decoding, and UUID support"
readme = "README.md"
license = "MIT"
repository = "https://github.com/alfg/mp4box"

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

[[bin]]
name = "mp4dump"
path = "src/bin/mp4dump.rs"

[[bin]]
name = "mp4info"
path = "src/bin/mp4info.rs"

[[bin]]
name = "mp4samples"
path = "src/bin/mp4samples.rs"

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.byteorder]
version = "1.5"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.hex]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"