1234567891011121314151617181920212223 |
- [package]
- name = "mp4parse"
- version = "0.1.1"
- authors = [
- "Ralph Giles <giles@mozilla.com>",
- "Matthew Gregan <kinetik@flim.org>",
- ]
- description = "Parser for ISO base media file format (mp4)"
- license = "MPL-2.0"
- repository = "https://github.com/mozilla/mp4parse-rust"
- exclude = [
- "*.mp4",
- ]
- [dependencies]
- byteorder = "0.3.8"
|