mp4parse 0.10.1

Parser for ISO base media file format (mp4)
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "mp4parse"
version = "0.10.1"
authors = ["Ralph Giles <giles@mozilla.com>", "Matthew Gregan <kinetik@flim.org>", "Alfredo Yang <ayang@mozilla.com>"]
exclude = ["*.mp4"]
description = "Parser for ISO base media file format (mp4)"
documentation = "https://docs.rs/mp4parse/"
categories = ["multimedia::video"]
license = "MPL-2.0"
repository = "https://github.com/mozilla/mp4parse-rust"
[dependencies.abort_on_panic]
version = "1.0.0"
optional = true

[dependencies.afl]
version = "0.3"
optional = true

[dependencies.bitreader]
version = "0.3.0"

[dependencies.byteorder]
version = "1.2.1"

[dependencies.log]
version = "0.4"

[dependencies.mp4parse_fallible]
version = "0.0.1"
optional = true

[dependencies.num-traits]
version = "0.2.0"
[dev-dependencies.test-assembler]
version = "0.1.2"

[features]
fuzz = ["afl", "abort_on_panic"]
[badges.travis-ci]
repository = "https://github.com/mozilla/mp4parse-rust"