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