# 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.3.0" authors = ["Luke Curley "] build = 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" [lib] name = "mp4_atom" path = "src/lib.rs" [[example]] name = "info" path = "examples/info.rs" [dependencies.bytes] version = "1" optional = true [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" [features] bytes = ["dep:bytes"] serde = [ "dep:serde", "bytes/serde", ] tokio = ["dep:tokio"]