mp4-edit 0.1.0

mp4 read/write library designed with audiobooks in mind
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 = "mp4-edit"
version = "0.1.0"
build = false
exclude = [
    "test-data",
    "test-data-review",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mp4 read/write library designed with audiobooks in mind"
readme = "README.md"
keywords = [
    "mp4",
    "parser",
]
license = "MIT OR Apache-2.0"

[features]
default = ["experimental-trim"]
experimental-trim = []

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.bon]
version = "3.6.5"

[dependencies.derive_more]
version = "2.0.1"
features = ["full"]

[dependencies.either]
version = "1.15.0"

[dependencies.futures-io]
version = "0.3"

[dependencies.futures-util]
version = "0.3"
features = ["io"]

[dependencies.rangemap]
version = "1.7.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.winnow]
version = "0.7.13"

[dev-dependencies.aes]
version = "0.8.4"

[dev-dependencies.cbc]
version = "0.1.2"

[dev-dependencies.clap]
version = "4.5.53"
features = ["derive"]

[dev-dependencies.escargot]
version = "0.5.15"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.humantime]
version = "2.3.0"

[dev-dependencies.indicatif]
version = "0.18.3"

[dev-dependencies.progress_bar]
version = "1.2.1"
features = ["logger"]

[dev-dependencies.sha2]
version = "0.10.9"

[dev-dependencies.tempfile]
version = "3.23.0"

[dev-dependencies.tokio]
version = "1.45.1"
features = ["full"]

[dev-dependencies.tokio-util]
version = "0.7"
features = ["compat"]

[profile.dev.package]