mp4parse_capi 0.9.1

Parser for ISO base media file format (mp4)
# 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_capi"
version = "0.9.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_capi/"
license = "MPL-2.0"
repository = "https://github.com/mozilla/mp4parse-rust"
[dependencies.byteorder]
version = "1.0.0"

[dependencies.mp4parse]
version = "0.9.1"

[dependencies.num-traits]
version = "0.1.37"
[build-dependencies.cbindgen]
version = "0.3.1"

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