mp4-atom 0.10.1

A MP4/ISOBMFF atom decoder and encoder
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-atom"
version = "0.10.1"
authors = ["Luke Curley <kixelated@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A MP4/ISOBMFF atom decoder and encoder"
readme = "README.md"
keywords = [
    "mp4",
    "isobmff",
    "mp4box",
    "audio",
    "video",
]
categories = ["multimedia::encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kixelated/mp4-atom"

[features]
bytes = ["dep:bytes"]
serde = [
    "dep:serde",
    "bytes/serde",
]
strict = []
tokio = ["dep:tokio"]

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

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

[dependencies.bytes]
version = "1"
optional = true

[dependencies.derive_more]
version = "2"
features = ["from"]

[dependencies.num]
version = "0.4"

[dependencies.paste]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["io-util"]
optional = true

[dependencies.tracing]
version = "0.1"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.tracing-subscriber]
version = "0.3"