[package] name = "mp4parse_capi" version = "0.11.4" authors = [ "Ralph Giles ", "Matthew Gregan ", "Alfredo Yang ", "Jon Bauman ", ] 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" # Avoid complaints about trying to package test files. exclude = [ "*.mp4", ] [badges] travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" } [dependencies] byteorder = "1.2.1" fallible_collections = { version = "0.3", features = ["std_io"] } log = "0.4" mp4parse = {version = "0.11.2", path = "../mp4parse"} num-traits = "=0.2.10" [dev-dependencies] env_logger = "0.7.1"