[[bench]]
harness = false
name = "bench_main"
[dependencies.byteorder]
version = "1"
[dependencies.bytes]
version = "1.1.0"
[dependencies.num-rational]
features = ["serde"]
version = "0.4.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "^1.0"
[dev-dependencies.criterion]
version = "0.3"
[package]
authors = ["Alf <alf.g.jr@gmail.com>"]
description = "MP4 reader and writer library in Rust."
documentation = "https://docs.rs/mp4"
edition = "2018"
homepage = "https://github.com/alfg/mp4-rust"
include = ["src", "benches", "Cargo.toml", "README", "LICENSE"]
keywords = ["mp4", "iso-mp4", "isobmff", "video", "multimedia"]
license = "MIT"
name = "mp4"
readme = "README.md"
repository = "https://github.com/alfg/mp4-rust"
version = "0.14.0"